Commit 0963fc5
committed
Strip out seed from reproduce method name
When -Dtests.iters is used the test seed is appended to the method name
by randomized runner. That in turn causes the reproduce line to contain
the seed as part of the method name, which makes the reproduce line
unuseable. This commit strips off any additional part of the method name
before printing.1 parent 8206411 commit 0963fc5
File tree
2 files changed
+5
-1
lines changed- server/src/test/java/org/elasticsearch/common/settings
- test/framework/src/main/java/org/elasticsearch/test/junit/listeners
2 files changed
+5
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| |||
0 commit comments