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] org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT.testSnapshotStatus fails on master #46913

Closed
matriv opened this issue Sep 20, 2019 · 1 comment · Fixed by #46919
Assignees
Labels
:Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI

Comments

@matriv
Copy link
Contributor

matriv commented Sep 20, 2019

Logs: https://gradle-enterprise.elastic.co/s/wbwopxcjjldry/console-log?task=:server:integTest

Cannot reproduce locally with:

./gradlew ':server:integTest' --tests "org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT.testSnapshotStatus" \
  -Dtests.seed=4051A7BF5A5AEC8 \
  -Dtests.security.manager=true \
  -Dtests.jvm.argline="-XX:-UseConcMarkSweepGC -XX:-UseSerialGC -XX:+UseG1GC" \
  -Dtests.locale=es-GQ \
  -Dtests.timezone=Africa/Mogadishu \
  -Dcompiler.java=12 \
  -Druntime.java=11

Stacktrace:

org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT > testSnapshotStatus FAILED
--
java.lang.IllegalStateException: Negative longs unsupported, use writeLong or writeZLong for negative numbers [-11]

It's the first failure so far with this error.

@matriv matriv added :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI labels Sep 20, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@original-brownbear original-brownbear self-assigned this Sep 20, 2019
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Sep 20, 2019
Fixing a corner case where snapshot total time calculation was off when
getting the `SnapshotStatus` of an in-progress snapshot.

Closes elastic#46913
original-brownbear added a commit that referenced this issue Sep 23, 2019
Fixing a corner case where snapshot total time calculation was off when
getting the `SnapshotStatus` of an in-progress snapshot.

Closes #46913
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Sep 23, 2019
Fixing a corner case where snapshot total time calculation was off when
getting the `SnapshotStatus` of an in-progress snapshot.

Closes elastic#46913
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Sep 23, 2019
Fixing a corner case where snapshot total time calculation was off when
getting the `SnapshotStatus` of an in-progress snapshot.

Closes elastic#46913
original-brownbear added a commit that referenced this issue Sep 23, 2019
Fixing a corner case where snapshot total time calculation was off when
getting the `SnapshotStatus` of an in-progress snapshot.

Closes #46913
original-brownbear added a commit that referenced this issue Sep 23, 2019
Fixing a corner case where snapshot total time calculation was off when
getting the `SnapshotStatus` of an in-progress snapshot.

Closes #46913
jkakavas pushed a commit to jkakavas/elasticsearch that referenced this issue Sep 25, 2019
Fixing a corner case where snapshot total time calculation was off when
getting the `SnapshotStatus` of an in-progress snapshot.

Closes elastic#46913
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants