-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] WebhookIntegrationTests teardown failure #50302
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
Labels
Comments
Pinging @elastic/es-core-features (:Core/Features/Watcher) |
martijnvg
added a commit
to martijnvg/elasticsearch
that referenced
this issue
Dec 20, 2019
SLM isn't required tests extending from this base class and only add noise during test suite teardown. Closes elastic#50302
martijnvg
added a commit
that referenced
this issue
Dec 20, 2019
SLM isn't required tests extending from this base class and only add noise during test suite teardown. Closes #50302
martijnvg
added a commit
that referenced
this issue
Dec 20, 2019
SLM isn't required tests extending from this base class and only add noise during test suite teardown. Closes #50302
martijnvg
added a commit
that referenced
this issue
Dec 20, 2019
SLM isn't required tests extending from this base class and only add noise during test suite teardown. Closes #50302
SivagurunathanV
pushed a commit
to SivagurunathanV/elasticsearch
that referenced
this issue
Jan 23, 2020
SLM isn't required tests extending from this base class and only add noise during test suite teardown. Closes elastic#50302
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduce line:
REPRODUCE WITH: ./gradlew ':x-pack:plugin:watcher:test' --tests "org.elasticsearch.xpack.watcher.actions.webhook.WebhookIntegrationTests"
-Dtests.seed=540CAA169039113A
-Dtests.security.manager=true
-Dtests.locale=en-US
-Dtests.timezone=Etc/UTC
-Dcompiler.java=12
-Druntime.java=13
Does not reproduce for me locally.
Test suite failed due to uncaught exception:
Build failure: https://gradle-enterprise.elastic.co/s/hjvfr234rxj5m/
I think this caused by a timing issue and all tests extending from
AbstractWatcherIntegrationTestCase
are prone this this. Maybe we should disable slm in this test base class?The text was updated successfully, but these errors were encountered: