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

[CI] HttpInputIntegrationTests.testHttpInputClusterStats failed in 6.7 #40682

Closed
droberts195 opened this issue Apr 1, 2019 · 4 comments
Closed
Assignees
Labels
:Data Management/Watcher >test-failure Triaged test failures from CI

Comments

@droberts195
Copy link
Contributor

HttpInputIntegrationTests.testHttpInputClusterStats failed in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.7+release-tests/220/console

The exception was:

   > Throwable #1: java.lang.AssertionError: could not find executed watch record for watch _name
   > Expected: a value equal to or greater than <1L>
   >      but: <0L> was less than <1L>
   > 	at __randomizedtesting.SeedInfo.seed([5630ED2413A03214:BB1CB2535603B200]:0)
   > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   > 	at org.elasticsearch.xpack.watcher.test.AbstractWatcherIntegrationTestCase.lambda$assertWatchWithMinimumPerformedActionsCount$2(AbstractWatcherIntegrationTestCase.java:396)
   > 	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:858)
   > 	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:832)
   > 	at org.elasticsearch.xpack.watcher.test.AbstractWatcherIntegrationTestCase.assertWatchWithMinimumPerformedActionsCount(AbstractWatcherIntegrationTestCase.java:378)
   > 	at org.elasticsearch.xpack.watcher.input.http.HttpInputIntegrationTests.testHttpInputClusterStats(HttpInputIntegrationTests.java:97)
   > 	at java.lang.Thread.run(Thread.java:748)

The problem does not reproduce locally using:

./gradlew :x-pack:plugin:watcher:unitTest \
  -Dtests.seed=5630ED2413A03214 \
  -Dtests.class=org.elasticsearch.xpack.watcher.input.http.HttpInputIntegrationTests \
  -Dtests.method="testHttpInputClusterStats" \
  -Dtests.security.manager=true \
  -Dbuild.snapshot=false \
  -Dtests.jvm.argline="-Dbuild.snapshot=false" \
  -Dtests.locale=de-DE \
  -Dtests.timezone=ACT \
  -Dcompiler.java=12 \
  -Druntime.java=8
@droberts195 droberts195 added >test-failure Triaged test failures from CI :Data Management/Watcher labels Apr 1, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features

martijnvg added a commit that referenced this issue Apr 2, 2019
@martijnvg
Copy link
Member

I've muted (^) this test on 6.7 branch, so that I can merge #40681. This test kept failing in pr builds.

@gwbrown
Copy link
Contributor

gwbrown commented Apr 9, 2019

This should be fixed in master by #40658, if anyone runs across this failure let me know. I'll wait for the backport before closing this.

@gwbrown
Copy link
Contributor

gwbrown commented Apr 12, 2019

#40658 has been merged to all currently maintained branches after a week of running in master with no failures in this test, so I'm closing this issue.

@gwbrown gwbrown closed this as completed Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Watcher >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

4 participants