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:
parent
ecd29089a8
commit
4b0b479d1b
|
@ -19,7 +19,7 @@ netty = 4.1.31.Final
|
|||
joda = 2.10.1
|
||||
|
||||
# test dependencies
|
||||
randomizedrunner = 2.7.0
|
||||
randomizedrunner = 2.7.1
|
||||
junit = 4.12
|
||||
httpclient = 4.5.2
|
||||
# When updating httpcore, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
||||
|
|
Loading…
Reference in New Issue