Skip to content

Commit ed818f0

Browse files
Use randomly chosen address/port in console
1 parent 6e775db commit ed818f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/assembly/AssemblyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void test_console_command() throws IOException, InterruptedException, Tim
3434
TypeDBCoreRunner coreRunner = new TypeDBCoreRunner();
3535
try {
3636
coreRunner.start();
37-
int status = consoleRunner.run("--command", "database create assembly-test-db");
37+
int status = consoleRunner.run("--server", coreRunner.address(), "--command", "database create assembly-test-db");
3838
if (status != 0) {
3939
fail("Console command returned non-zero exit status: " + status);
4040
}

0 commit comments

Comments
 (0)