-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Disable concurrency for MoreExpressionIT #99203
base: main
Are you sure you want to change the base?
Conversation
Pinging @elastic/es-search (Team:Search) |
@elasticsearchmachine packaging-tests-unix-sample |
@elasticsearchmachine run packaging-tests-unix-sample |
@elasticsearchmachine run elasticsearch-ci/packaging-tests-unix-sample |
…testSpecialValueVariable
This is good as a short-term workaround, in that it will make tests go green. Ideally though, we would try to disable concurrency for the specific functionality that causes issues, rather than disabling concurrency in the specific test. |
retest! |
I opened #99667 to fix the root cause. I think that we can keep concurrency enabled in this test, it helped us find a production bug. |
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
This PR dissables concurrency for the flakey test reported in #99156
Reference to the original issue to enable concurrency in just the tests: #98567