Skip to content

Commit

Permalink
Add configure_test_clusters_with_one_processor to repro line printer (e…
Browse files Browse the repository at this point in the history
…lastic#89562)

Ass a follow up to elastic#89234, we want to also include this system property
in reproduction lines so that developers are actually enabling this
setting when trying to reproduce these failures.
  • Loading branch information
mark-vieira authored and jakelandis committed Aug 24, 2022
1 parent dbda577 commit a7da2a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ private ReproduceErrorMessageBuilder appendESProperties() {
"tests.heap.size",
"tests.bwc",
"tests.bwc.version",
"build.snapshot"
"build.snapshot",
"tests.configure_test_clusters_with_one_processor"
);
if (System.getProperty("tests.jvm.argline") != null && System.getProperty("tests.jvm.argline").isEmpty() == false) {
appendOpt("tests.jvm.argline", "\"" + System.getProperty("tests.jvm.argline") + "\"");
Expand Down

0 comments on commit a7da2a2

Please sign in to comment.