OpenSearch/modules
Nik Everett ea4eb06b0a Test: Make update-by-query test more resilient
`UpdateByQueryWhileModifyingTests#testUpdateWhileReindexing`
runs update-by-query and concurrently updates, asserting that
the update-by-query never reverts any changes made by the update.
It is a smoke test for concurrent updates.

Now, it expects to hit a certain number of version conflicts
during the updates. This is normal as it is racing the
update-by-query. We have a maximum number of failures we
expect (10) and I'd never seen us come close until
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.x+multijob-unix-compatibility/os=sles/495/console

This bumps the max failures from 10 to 50 and improves
logging a bit. If we continue to see this failure then we have
some other issue.

Closes #22938
2017-02-03 09:18:26 -05:00
..
aggs-matrix-stats Remove InternalAggregation.Type (#22511) 2017-01-10 11:57:19 -05:00
ingest-common Change Namespace for Stored Script to Only Use Id (#22206) 2017-01-31 13:27:02 -08:00
lang-expression Optionally require a valid content type for all rest requests with content (#22691) 2017-02-02 14:07:13 -05:00
lang-mustache Optionally require a valid content type for all rest requests with content (#22691) 2017-02-02 14:07:13 -05:00
lang-painless Painless: Fix def invoked qualified method refs (#22918) 2017-02-02 10:15:03 -05:00
percolator Optionally require a valid content type for all rest requests with content (#22691) 2017-02-02 14:07:13 -05:00
reindex Test: Make update-by-query test more resilient 2017-02-03 09:18:26 -05:00
repository-url Add repository-url module and move URLRepository (#22752) 2017-01-25 17:09:25 -06:00
transport-netty4 Optionally require a valid content type for all rest requests with content (#22691) 2017-02-02 14:07:13 -05:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00