8000 Fix soft shutdown test on Windows (#14374) · RtiWeb/arangodb@62422fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 62422fa

Browse files
authored
Fix soft shutdown test on Windows (arangodb#14374)
arangosh connection should be reinitialized after a Coordinator restart
1 parent 20d8f1d commit 62422fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/js/client/restart/test-soft-shutdown-cluster.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function waitForAlive(timeout, baseurl, data) {
9595

9696
function restartInstance(arangod) {
9797
let options = global.testOptions;
98+
options.skipReconnect = false;
9899
pu.reStartInstance(options, global.instanceInfo, {});
99100
waitForAlive(30, arangod.url, {});
100101
};

0 commit comments

Comments
 (0)
0