-
Notifications
You must be signed in to change notification settings - Fork 493
metamorphic: TestMetaTwoInstance doesn't test what it should #4771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think the root cause is that we're never testing shared storage without value separation. We never disable value separation when we randomize options, and it wouldn't matter because we never write out |
Ah, no, value separation doesn't disable shared storage or shared storage replication, it's the other way around. |
Ah, yes, value separation does disable shared ingest in the metamorphic test: Line 2137 in bd64861
|
Possibly relatedly, got a failure in CI: https://github.com/cockroachdb/pebble/actions/runs/15333122628/job/43144408271 Fails on master with:
|
Thanks, I think we need to close our blob value fetcher before releasing the read state. |
Uh oh!
There was an error while loading. Please reload this page.
See #4760 (comment)
Jira issue: PEBBLE-455
The text was updated successfully, but these errors were encountered: