-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Test failure: org.elasticsearch.xpack.searchablesnapshots.rest.FsSearchableSnapshotsIT #58961
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
Comments
jakelandis
added
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>test-failure
Triaged test failures from CI
labels
Jul 2, 2020
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
elasticmachine
added
the
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
label
Jul 2, 2020
It happened again https://gradle-enterprise.elastic.co/s/dd5oniyis7nna on 7.8 |
tlrx
added a commit
that referenced
this issue
Jul 5, 2020
Despite all my attempts I did not manage to reproduce issues like the ones described in #58961. My guess is that the _mount request got retried at some point but I wasn't able to validate this assumption. Still, the FsSearchableSnapshotsIT can be pretty disk heavy if a small random chunk size and a large number of documents is picked up in the tests. The parent class also does not verify the acknowledged status of some requests. This commit lowers down the chunk size and number of docs in tests (this is extensively tests in unit tests) and also adds assertions on acknowledged responses. Relates #58961
tlrx
added a commit
that referenced
this issue
Jul 5, 2020
Despite all my attempts I did not manage to reproduce issues like the ones described in #58961. My guess is that the _mount request got retried at some point but I wasn't able to validate this assumption. Still, the FsSearchableSnapshotsIT can be pretty disk heavy if a small random chunk size and a large number of documents is picked up in the tests. The parent class also does not verify the acknowledged status of some requests. This commit lowers down the chunk size and number of docs in tests (this is extensively tests in unit tests) and also adds assertions on acknowledged responses. Relates #58961
tlrx
added a commit
that referenced
this issue
Jul 5, 2020
Despite all my attempts I did not manage to reproduce issues like the ones described in #58961. My guess is that the _mount request got retried at some point but I wasn't able to validate this assumption. Still, the FsSearchableSnapshotsIT can be pretty disk heavy if a small random chunk size and a large number of documents is picked up in the tests. The parent class also does not verify the acknowledged status of some requests. This commit lowers down the chunk size and number of docs in tests (this is extensively tests in unit tests) and also adds assertions on acknowledged responses. Relates #58961
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
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
More specifically it seems that tests from :x-pack:plugin:searchable-snapshots:qa:rest:integTest in 7.x and 7.8 are susceptible to failing.
Build scan:
7.8 https://gradle-enterprise.elastic.co/s/lbxrrtqjia4oe (FsSearchableSnapshotsIT and SearchableSnapshotsClientYamlTestSuiteIT failures) (includes commit a6347a8 and ec4843f)
7.x https://gradle-enterprise.elastic.co/s/qjbdm6lqgwjqo (FsSearchableSnapshotsIT failures) (includes commit 6aa669c and ec4843f)
Repro line:
Focusing on FsSearchableSnapshotsIT since they seem to be the common denomiator (and relevant to recent changes)
Reproduces locally?:
No. Tried multiple times with different reproduction lines and running different snapshot based tests in parallel.
Applicable branches:
It seems 7.x and 7.8
Failure history:
History is skewed by some related changes #58847 and #58912
Failure excerpt:
cc: @tlrx
related: #58901
The text was updated successfully, but these errors were encountered: