File tree 1 file changed +2
-1
lines changed
src/test/java/org/elasticsearch/repositories/azure
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
package org .elasticsearch .repositories .azure ;
21
21
22
22
23
+ import com .carrotsearch .randomizedtesting .RandomizedTest ;
23
24
import com .microsoft .azure .storage .StorageException ;
24
25
import org .elasticsearch .action .admin .cluster .repositories .put .PutRepositoryResponse ;
25
26
import org .elasticsearch .action .admin .cluster .snapshots .create .CreateSnapshotResponse ;
@@ -68,7 +69,7 @@ private String getRepositoryPath() {
68
69
}
69
70
70
71
private static String getContainerName () {
71
- String testName = "snapshot-itest-" .concat (getContext ().getRunnerSeedAsString ().toLowerCase ());
72
+ String testName = "snapshot-itest-" .concat (RandomizedTest . getContext ().getRunnerSeedAsString ().toLowerCase ());
72
73
return testName .contains (" " ) ? Strings .split (testName , " " )[0 ] : testName ;
73
74
}
74
75
You can’t perform that action at this time.
0 commit comments