OpenSearch/qa/evil-tests
Jason Tedor bb66f3b76b Explicitly reject duplicate data paths
Duplicate data paths already fail to work because we would attempt to
take out a node lock on the directory a second time which will fail
after the first lock attempt succeeds. However, how this failure
manifests is not apparent at all and is quite difficult to
debug. Instead, we should explicitly reject duplicate data paths to make
the failure cause more obvious.

Relates #25178
2017-06-12 12:55:19 -04:00
..
src/test Explicitly reject duplicate data paths 2017-06-12 12:55:19 -04:00
build.gradle Switch from standalone-test to standalone-rest-test 2017-01-05 10:55:47 +01:00