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] CreateSnapshotRequestTests fails #31625

Closed
vladimirdolzhenko opened this issue Jun 27, 2018 · 6 comments
Closed

[CI] CreateSnapshotRequestTests fails #31625

vladimirdolzhenko opened this issue Jun 27, 2018 · 6 comments
Assignees

Comments

@vladimirdolzhenko
Copy link
Contributor

Relates to #31215

CreateSnapshotRequestTests fails with seed -Dtests.seed=E45B28B4F89E7F57

java.lang.AssertionError: 
Expected :CreateSnapshotRequest{snapshot='NAdpvbmLzr', repository='WEgrK', indices=[FOmi, lw, rrerE, iiZ], indicesOptions=IndicesOptions[ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false], partial=false, settings={}, includeGlobalState=true, waitForCompletion=false, masterNodeTimeout=30s}
Actual   :CreateSnapshotRequest{snapshot='NAdpvbmLzr', repository='WEgrK', indices=[FOmi, lw, rrerE, iiZ], indicesOptions=IndicesOptions[ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=false, ignore_aliases=false], partial=false, settings={}, includeGlobalState=true, waitForCompletion=false, masterNodeTimeout=30s}

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@jdconrad jdconrad self-assigned this Jun 27, 2018
@jdconrad
Copy link
Contributor

Glad the tests caught something at least :)

@vladimirdolzhenko
Copy link
Contributor Author

@jdconrad recently I learnt -Dtests.iters=10 (or even 20) - found it quite useful for randomization testing

@hub-cap
Copy link
Contributor

hub-cap commented Jun 27, 2018

oh snap! I did not know about this epic flag!!! @vladimirdolzhenko my hero.

@jdconrad
Copy link
Contributor

@vladimirdolzhenko Same as @hub-cap. TY!

jdconrad added a commit that referenced this issue Jun 28, 2018
Original test failure found here in issue (#31625). Had to rework the tests to only include options available externally for create snapshot requests.
@jdconrad
Copy link
Contributor

This is fixed now in #31630

jdconrad added a commit that referenced this issue Jun 28, 2018
Original test failure found here in issue (#31625). Had to rework the tests to only include options available externally for create snapshot requests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants