We're chalking up a few suite timeout issues in SharedClusterSnapshotRestoreIT
The most recent is from testDeleteSnapshot, but the other failures are during different methods.
I've looked at the logs from the most recent, and it looks like it makes steady progress over the 20 minutes, it just doesn't complete.
Build scan: https://gradle-enterprise.elastic.co/s/m6oinpo4ixbdw
Repro line:
./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT.testDeleteSnapshot" -Dtests.seed=285EA2B9085044FA -Dtests.security.manager=true -Dtests.locale=th-TH -Dtests.timezone=SystemV/CST6CDT -Druntime.java=11
(but not really relevant since it's a suite timeout)
Applicable branches: master, 7.x
Failure history:
Build Stats
Failure excerpt:
org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT > classMethod FAILED
java.lang.Exception: Suite timeout exceeded (>= 1200000 msec).
at __randomizedtesting.SeedInfo.seed([285EA2B9085044FA]:0)
We're chalking up a few suite timeout issues in SharedClusterSnapshotRestoreIT
The most recent is from
testDeleteSnapshot, but the other failures are during different methods.I've looked at the logs from the most recent, and it looks like it makes steady progress over the 20 minutes, it just doesn't complete.
Build scan: https://gradle-enterprise.elastic.co/s/m6oinpo4ixbdw
Repro line:
(but not really relevant since it's a suite timeout)
Applicable branches: master, 7.x
Failure history:
Build Stats
Failure excerpt: