Skip to content

Backport test fix#202

Merged
donoghuc merged 2 commits intologstash-plugins:3.xfrom
donoghuc:backport-test-fix
Oct 27, 2025
Merged

Backport test fix#202
donoghuc merged 2 commits intologstash-plugins:3.xfrom
donoghuc:backport-test-fix

Conversation

@donoghuc
Copy link
Contributor

Backport of #201

Note that i forgot to "squash and merge" so this is two commits.

donoghuc and others added 2 commits October 22, 2025 10:37
…bserverTest.java

Co-authored-by: Rye Biesemeyer <yaauie@users.noreply.github.com>
Local compaction depends on completion order and timing. Under certain cases
node count can reach or exceed `sqrt(concurrency)` before the final compaction
is triggered. The test for intermediate state was failing fairly often in CI.
This commit updates the test for intermediate state to simply be less than
`concurrency`. This should satisfy the intent of the test, with the added
security of the rest of the test asserting the finalized state is less than 2
nodes.
@donoghuc donoghuc requested a review from yaauie October 22, 2025 17:43
@donoghuc
Copy link
Contributor Author

Clean backport, merging

@donoghuc donoghuc merged commit 1ff556e into logstash-plugins:3.x Oct 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant