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

Snapshot serialization test fails when master is bumped to 7.0 #25870

Closed
rjernst opened this issue Jul 24, 2017 · 1 comment
Closed

Snapshot serialization test fails when master is bumped to 7.0 #25870

rjernst opened this issue Jul 24, 2017 · 1 comment
Assignees
Labels
>test Issues or PRs that are addressing/adding tests

Comments

@rjernst
Copy link
Member

rjernst commented Jul 24, 2017

2> REPRODUCE WITH: gradle :core:test -Dtests.seed=D78936E98B6752B8 -Dtests.class=org.elasticsearch.cluster.serialization.ClusterSerializationTests -Dtests.method="testSnapshotDeletionsInProgressSerialization" -Dtests.security.manager=true -Dtests.locale=ja -Dtests.timezone=Atlantic/Jan_Mayen
FAILURE 0.05s J3 | ClusterSerializationTests.testSnapshotDeletionsInProgressSerialization <<< FAILURES!
   > Throwable #1: java.lang.AssertionError:
   > Expected: null
   >      but: was <SnapshotDeletionsInProgress[snap1]>
   >    at __randomizedtesting.SeedInfo.seed([D78936E98B6752B8:172D0F0A24A4B9]:0)
   >    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   >    at org.elasticsearch.cluster.serialization.ClusterSerializationTests.testSnapshotDeletionsInProgressSerialization(ClusterSerializationTests.java:150)
   >    at java.lang.Thread.run(Thread.java:745)```
@rjernst rjernst added the >test Issues or PRs that are addressing/adding tests label Jul 24, 2017
@imotov imotov self-assigned this Jul 24, 2017
@ywelsch
Copy link
Contributor

ywelsch commented Jul 25, 2017

I've pushed 7e08753

@ywelsch ywelsch closed this as completed Jul 25, 2017
s1monw added a commit to rjernst/elasticsearch that referenced this issue Jul 28, 2017
rjernst added a commit that referenced this issue Aug 1, 2017
This commit updates the version for master to 7.0.0-alpha1. It also adds
the 6.1 version constant, and fixes many tests, as well as marking some
as awaits fix.

Closes #25893
Closes #25870
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

No branches or pull requests

3 participants