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] ReindexFromOldRemoteIT.testEs090WithFunnyThrottle fails #51617

Closed
cbuescher opened this issue Jan 29, 2020 · 4 comments · Fixed by #51884
Closed

[CI] ReindexFromOldRemoteIT.testEs090WithFunnyThrottle fails #51617

cbuescher opened this issue Jan 29, 2020 · 4 comments · Fixed by #51884
Labels
:Distributed/Reindex Issues relating to reindex that are not caused by issues further down >test-failure Triaged test failures from CI v7.7.0

Comments

@cbuescher
Copy link
Member

https://gradle-enterprise.elastic.co/s/w7sgyo5papijk

I could reproduce this locally on 7.x with:

./gradlew ':modules:reindex:integTestRunner' --tests "org.elasticsearch.index.reindex.remote.ReindexFromOldRemoteIT.testEs090WithFunnyThrottle" \
  -Dtests.seed=C7C9D933BC58B225 \
  -Dtests.security.manager=true \
  -Dtests.locale=es-VE \
  -Dtests.timezone=Asia/Tehran \
  -Dcompiler.java=13

Failure:

java.lang.NumberFormatException: null
	at __randomizedtesting.SeedInfo.seed([C7C9D933BC58B225:72B0FF76AA36FFAF]:0)
	at java.lang.Integer.parseInt(Integer.java:542)
	at java.lang.Integer.parseInt(Integer.java:615)
	at org.elasticsearch.index.reindex.remote.ReindexFromOldRemoteIT.oldEsTestCase(ReindexFromOldRemoteIT.java:44)
	at org.elasticsearch.index.reindex.remote.ReindexFromOldRemoteIT.testEs090WithFunnyThrottle(ReindexFromOldRemoteIT.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
@cbuescher cbuescher added >test-failure Triaged test failures from CI :Distributed/Reindex Issues relating to reindex that are not caused by issues further down v7.7.0 labels Jan 29, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Reindex)

@cbuescher
Copy link
Member Author

Another from today on 7.x: https://gradle-enterprise.elastic.co/s/l65e6ctbwrsfu
Also on 7.6 from yesterday: https://gradle-enterprise.elastic.co/s/volwgp3bznmgq
Also 7.6: https://gradle-enterprise.elastic.co/s/aeupwqjgdgxfc

As far as I can see this failed approx. 4 times so far, haven't checked for any pattern and will not mute for now.

@mayya-sharipova
Copy link
Contributor

Test failed today on 7.x
And the failures are reproducible for me.

REPRODUCE WITH: ./gradlew ':modules:reindex:integTestRunner' --tests "org.elasticsearch.index.reindex.remote.ReindexFromOldRemoteIT.testEs090"
-Dtests.seed=510773D7C327E456
-Dtests.security.manager=true
-Dtests.locale=nl
-Dtests.timezone=Europe/Nicosia
-Dcompiler.java=13

./gradlew ':modules:reindex:integTestRunner' --tests "org.elasticsearch.index.reindex.remote.ReindexFromOldRemoteIT.testEs090WithFunnyThrottle"
-Dtests.seed=510773D7C327E456
-Dtests.security.manager=true
-Dtests.locale=nl
-Dtests.timezone=Europe/Nicosia
-Dcompiler.java=13

Log: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-darwin-compatibility/488/console
Build Scans: https://gradle-enterprise.elastic.co/s/x3smfyhmup7eg

mayya-sharipova added a commit that referenced this issue Jan 31, 2020
Mure tests that reproducilbly fail.

Related issue #51617
@mayya-sharipova
Copy link
Contributor

I have muted testEs090 and testEs090WithFunnyThrottle on 7.x

henningandersen added a commit to henningandersen/elasticsearch that referenced this issue Feb 4, 2020
Follow-up to elastic#51449 to also disable the test on mac.

Closes elastic#51617
henningandersen added a commit that referenced this issue Feb 5, 2020
Follow-up to #51449 to also disable the test on mac.

Closes #51617
henningandersen added a commit that referenced this issue Feb 5, 2020
Follow-up to #51449 to also disable the test on mac.

Closes #51617
henningandersen added a commit that referenced this issue Feb 5, 2020
Follow-up to #51449 to also disable the test on mac.

Closes #51617
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Reindex Issues relating to reindex that are not caused by issues further down >test-failure Triaged test failures from CI v7.7.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants