mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
* Increate COLUMN for detecting running elasticsearch instance
* Unmute DockerTest test
(cherry picked from commit 38f243944e
)
# Conflicts:
# muted-tests.yml
# qa/packaging/src/test/java/org/elasticsearch/packaging/util/docker/Docker.java
This commit is contained in:
parent
c63c7f5f8c
commit
f5a43068ee
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ public class Docker {
|
|||
Thread.sleep(STARTUP_SLEEP_INTERVAL_MILLISECONDS);
|
||||
|
||||
// Set COLUMNS so that `ps` doesn't truncate its output
|
||||
psOutput = dockerShell.run("bash -c 'COLUMNS=2000 ps ax'").stdout();
|
||||
psOutput = dockerShell.run("bash -c 'COLUMNS=4000 ps ax'").stdout();
|
||||
|
||||
if (psOutput.contains("org.elasticsearch.bootstrap.Elasticsearch")) {
|
||||
isElasticsearchRunning = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue