We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e311f78 commit 59ef3dfCopy full SHA for 59ef3df
qa/os/src/test/java/org/elasticsearch/packaging/test/PasswordToolsTests.java
@@ -52,6 +52,7 @@ public void test010Install() throws Exception {
52
53
public void test20GeneratePasswords() throws Exception {
54
assertWhileRunning(() -> {
55
+ ServerUtils.waitForElasticsearch(installation);
56
Shell.Result result = installation.executables().setupPasswordsTool.run("auto --batch", null);
57
Map<String, String> userpasses = parseUsersAndPasswords(result.stdout);
58
for (Map.Entry<String, String> userpass : userpasses.entrySet()) {
0 commit comments