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

FullClusterRestartIT.testSnapshotRestore fails on 6.x #27213

Closed
dakrone opened this issue Nov 1, 2017 · 0 comments
Closed

FullClusterRestartIT.testSnapshotRestore fails on 6.x #27213

dakrone opened this issue Nov 1, 2017 · 0 comments
Assignees
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI

Comments

@dakrone
Copy link
Member

dakrone commented Nov 1, 2017

FAILURE 13.1s | FullClusterRestartIT.testSnapshotRestore <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: template doesn't match:
   >                  test_template: 
   >                          aliases: 
   >                             alias1: same [empty map]
   >                             alias2: 
   >                               filter: 
   >                                   term: 
   >                                  version: same [6.0.0]
   >                         mappings: 
   >                                doc: 
   >                              _source: 
   >                                enabled: same [true]
   >                            order: same [0]
   >                         settings: 
   >                              index: 
   >                     number_of_shards: same [1]
   >                         template: expected [evil_*] but not found
   >                   index_patterns: unexpected but found [[evil_*]]
   > 	at __randomizedtesting.SeedInfo.seed([B9588B59D97307DD:863D61A013CE00A2]:0)
   > 	at org.elasticsearch.upgrades.FullClusterRestartIT.checkSnapshot(FullClusterRestartIT.java:876)
   > 	at org.elasticsearch.upgrades.FullClusterRestartIT.testSnapshotRestore(FullClusterRestartIT.java:760)
   > 	at java.lang.Thread.run(Thread.java:745)

Reproduces with:

gradle :qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestRunner -Dtests.seed=B9588B59D97307DD -Dtests.class=org.elasticsearch.upgrades.FullClusterRestartIT -Dtests.method="testSnapshotRestore" -Dtests.security.manager=true -Dtests.locale=ar-QA -Dtests.timezone=America/Anguilla

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/571/consoleFull

@dakrone dakrone added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI labels Nov 1, 2017
imotov added a commit to imotov/elasticsearch that referenced this issue Nov 1, 2017
We switched to using index_patterns in 6.0.0, so we need to expect index_patterns there.

Closes elastic#27213
imotov added a commit that referenced this issue Nov 1, 2017
….x (#27218)

We switched to using index_patterns in 6.0.0, so we need to expect index_patterns there.

Closes #27213
imotov added a commit that referenced this issue Nov 3, 2017
….x (#27218)

We switched to using index_patterns in 6.0.0, so we need to expect index_patterns there.

Closes #27213
@imotov imotov closed this as completed Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants