Skip to content

testConcurrentMixedOperations is flaky#4132

Draft
ohadzeliger wants to merge 1 commit intoFoundationDB:mainfrom
ohadzeliger:concurrent-mix-test-flaky
Draft

testConcurrentMixedOperations is flaky#4132
ohadzeliger wants to merge 1 commit intoFoundationDB:mainfrom
ohadzeliger:concurrent-mix-test-flaky

Conversation

@ohadzeliger
Copy link
Copy Markdown
Contributor

The testConcurrentMixedOperations test shows Conflict errors in CI. This is likely due to the mergeNow happening (in thread number 2) before the other threads have finished their run. This would remove the merge flag and cause the other threads to save documents to the index concurrently, causing a conflict.

Resolves #4131

@ohadzeliger ohadzeliger self-assigned this May 5, 2026
@ohadzeliger ohadzeliger added test failure A test is failing at least some of the time testing improvement Change that improves our testing labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test failure A test is failing at least some of the time testing improvement Change that improves our testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

testConcurrentMixedOperations is flaky

1 participant