-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CI
Description
This does not reproduce
gradle :core:integTest \
-Dtests.seed=2538815628A1B83B \
-Dtests.class=org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT \
-Dtests.method="testBasicWorkFlow" \
-Dtests.security.manager=true \
-Dtests.locale=es-PY \
-Dtests.timezone=Etc/GMT-10
Failed due to an assertion error:
08:32:33 1> [2017-08-30T18:32:05,409][INFO ][o.e.s.SharedClusterSnapshotRestoreIT] [testBasicWorkFlow]: after test
08:32:33 FAILURE 3.07s J0 | SharedClusterSnapshotRestoreIT.testBasicWorkFlow <<< FAILURES!
08:32:33 > Throwable #1: java.lang.AssertionError: Count is 99 but 100 was expected. Total shards: 4 Successful shards: 4 & 0 shard failures:
08:32:33 > at __randomizedtesting.SeedInfo.seed([2538815628A1B83B:84E5F7F39CF8EF7B]:0)
08:32:33 > at org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount(ElasticsearchAssertions.java:263)
08:32:33 > at org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT.testBasicWorkFlow(SharedClusterSnapshotRestoreIT.java:209)```
Metadata
Metadata
Assignees
Labels
>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CI