-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>test-failureTriaged test failures from CITriaged test failures from CI
Description
Received this build failure during the push of an unrelated docs change (a311018)
Failure: https://gradle-enterprise.elastic.co/s/v5h5hntmwkiqy/tests/fcijb24gqtmnc-cqpxjyuvwnxpc
Based on the results, it looks like two snapshots were restored instead of one as expected.
Caused by: java.lang.AssertionError:
snapshot.shards.successful didn't match expected value:
snapshot.shards.successful: expected Integer [1] but was Integer [2]
"stash" : {
"body" : {
"snapshot" : {
"snapshot" : "test_snapshot",
"uuid" : "1pr60of1RIWn1w2MAjRmRw",
"version_id" : 8000099,
"version" : "8.0.0",
"indices" : [
"test_index",
"ilm-history-1-000001"
],
"include_global_state" : true,
"state" : "SUCCESS",
"start_time" : "2019-12-20T19:16:11.335Z",
"start_time_in_millis" : 1576869371335,
"end_time" : "2019-12-20T19:16:11.535Z",
"end_time_in_millis" : 1576869371535,
"duration_in_millis" : 200,
"failures" : [ ],
"shards" : {
"total" : 2,
"failed" : 0,
"successful" : 2
}
}
}
}
}]
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>test-failureTriaged test failures from CITriaged test failures from CI