File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
qa/packaging/src/test/java/org/elasticsearch/packaging/util/docker Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -390,9 +390,6 @@ tests:
390390- class : org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
391391 method : test {p0=search/610_function_score/Random}
392392 issue : https://github.com/elastic/elasticsearch/issues/125010
393- - class : org.elasticsearch.packaging.test.DockerTests
394- method : test010Install
395- issue : https://github.com/elastic/elasticsearch/issues/119441
396393- class : org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
397394 method : testGetDataStreamResponse
398395 issue : https://github.com/elastic/elasticsearch/issues/125083
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ public static void waitForElasticsearchToStart() {
187187 Thread .sleep (STARTUP_SLEEP_INTERVAL_MILLISECONDS );
188188
189189 // Set COLUMNS so that `ps` doesn't truncate its output
190- psOutput = dockerShell .run ("bash -c 'COLUMNS=3000 ps ax'" ).stdout ();
190+ psOutput = dockerShell .run ("bash -c 'COLUMNS=4000 ps ax'" ).stdout ();
191191
192192 if (psOutput .contains ("org.elasticsearch.bootstrap.Elasticsearch" )) {
193193 isElasticsearchRunning = true ;
You can’t perform that action at this time.
0 commit comments