This was a failure on a PR build
Build scan:
https://gradle-enterprise.elastic.co/s/uzjhthpxcehto/console-log?task=:x-pack:plugin:searchable-snapshots:internalClusterTest
Repro line:
./gradlew ':x-pack:plugin:searchable-snapshots:internalClusterTest' --tests "org.elasticsearch.xpack.searchablesnapshots.SearchableSnapshotsCanMatchOnCoordinatorIntegTests.testSearchableSnapshotShardsAreSkippedWithoutQueryingAnyNodeWhenTheyAreOutsideOfTheQueryRange" -Dtests.seed=48922BDD4F42B52B -Dtests.security.manager=true -Dtests.locale=he-IL -Dtests.timezone=Asia/Yekaterinburg -Druntime.java=8
Applicable branches:
7.x
Failure excerpt:
2> java.lang.AssertionError:
Expected: <0>
but: was <1>
at __randomizedtesting.SeedInfo.seed([48922BDD4F42B52B:D26CA9D3796ADCCD]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.xpack.searchablesnapshots.SearchableSnapshotsCanMatchOnCoordinatorIntegTests.testSearchableSnapshotShardsAreSkippedWithoutQueryingAnyNodeWhenTheyAreOutsideOfTheQueryRange(SearchableSnapshotsCanMatchOnCoordinatorIntegTests.java:166)
The commit it was building from would give line 166 as:
|
assertThat(searchResponse.getSkippedShards(), equalTo(0)); |
This was a failure on a PR build
Build scan:
https://gradle-enterprise.elastic.co/s/uzjhthpxcehto/console-log?task=:x-pack:plugin:searchable-snapshots:internalClusterTest
Repro line:
./gradlew ':x-pack:plugin:searchable-snapshots:internalClusterTest' --tests "org.elasticsearch.xpack.searchablesnapshots.SearchableSnapshotsCanMatchOnCoordinatorIntegTests.testSearchableSnapshotShardsAreSkippedWithoutQueryingAnyNodeWhenTheyAreOutsideOfTheQueryRange" -Dtests.seed=48922BDD4F42B52B -Dtests.security.manager=true -Dtests.locale=he-IL -Dtests.timezone=Asia/Yekaterinburg -Druntime.java=8
Applicable branches:
7.x
Failure excerpt:
The commit it was building from would give line 166 as:
elasticsearch/x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsCanMatchOnCoordinatorIntegTests.java
Line 166 in 288db85