We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The conditional routing integration test failed.
Router_SingleRouteIT > sending_alpha_events_sends_to_the_sink_with_alpha_only_routes() FAILED java.util.ConcurrentModificationException at Router_SingleRouteIT.java:79
https://github.com/opensearch-project/data-prepper/actions/runs/5824982516/job/15795716699
The text was updated successfully, but these errors were encountered:
Fix flaky integration test by wrapping a list in a new list to avoid …
0b3ad53
…a ConcurrentModificationException. Resolves opensearch-project#3139. Signed-off-by: David Venable <[email protected]>
ea37d48
0f70d52
…a ConcurrentModificationException. Resolves #3139. (#3152) Signed-off-by: David Venable <[email protected]>
dlvenable
Successfully merging a pull request may close this issue.
Describe the bug
The conditional routing integration test failed.
https://github.com/opensearch-project/data-prepper/actions/runs/5824982516/job/15795716699
The text was updated successfully, but these errors were encountered: