From 4b0b479d1bd2a5bcd866837f079689dd782ff567 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 29 Nov 2018 08:38:09 -0500 Subject: [PATCH] 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 --- buildSrc/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 1d4bd51477d..9438c35078b 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -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