A test to check if creating snapshots blocks other operations#7510
Merged
A test to check if creating snapshots blocks other operations#7510
Conversation
timvisee
approved these changes
Jan 26, 2026
Member
timvisee
left a comment
There was a problem hiding this comment.
Looks good. Though of course we must fix the actual problem before we can merge this one.
9a9b539 to
0c4319f
Compare
Contributor
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@tests/e2e_tests/test_bugs.py`:
- Around line 6-27: The test
TestSnapshotsInterferenceWithConsensus.test_snapshot_does_not_block_other_operations
is expected to fail until the Core fix for issue `#7489` lands, so mark it with
`@pytest.mark.xfail`(reason="Depends on Core fix for `#7489`", strict=False) to
avoid breaking CI, and add a short inline comment before the
client.delete_collection("small", timeout=2) call (e.g., "# If snapshots block
consensus, this will time out and raise") to document that the timeout/raise is
the implicit assertion; ensure pytest is imported if not already.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fails right now as it requires a fix in Core (see #7489)
All Submissions:
devbranch. Did you create your branch fromdev?