Skip to content
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

Fix flaky integration test in conditional routing integration tests #3152

Merged

Conversation

dlvenable
Copy link
Member

Description

The integration tests were sometimes throwing a ConcurrentModificationException on the list provided by InMemorySinkAccessor. Wrap that in a new list so that it won't be modified when checking it.

Issues Resolved

Resolves #3139

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…a ConcurrentModificationException. Resolves opensearch-project#3139.

Signed-off-by: David Venable <[email protected]>
@dlvenable dlvenable merged commit 0f70d52 into opensearch-project:main Aug 14, 2023
24 checks passed
@dlvenable dlvenable deleted the 3139-routing-test-failure branch October 6, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Conditional routing test failure
3 participants