Build: Fix reproduce info for methods with ( or ) (#35712)

Our `REPRODUCE WITH` line wasn't working for tests with `(` or `)` in
the method name. This isn't super common, but happens sometimes for our
yml based rest tests. This is because randomized runner's globbing
mechanism dind't escape `(` or `)`. I filed this upstream at
https://github.com/randomizedtesting/randomizedtesting/issues/271
and Dawid kindly fixed the issue. This upgrades to pick up the fix.

Closes #35692
This commit is contained in:
Nik Everett 2018-11-29 08:38:09 -05:00 committed by GitHub
parent ecd29089a8
commit 4b0b479d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ netty = 4.1.31.Final
joda = 2.10.1 joda = 2.10.1
# test dependencies # test dependencies
randomizedrunner = 2.7.0 randomizedrunner = 2.7.1
junit = 4.12 junit = 4.12
httpclient = 4.5.2 httpclient = 4.5.2
# When updating httpcore, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy # When updating httpcore, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy