From 49ef83c608c904ca3c01cba8dc86eacf80c47cd9 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Tue, 3 Jan 2017 15:54:36 +0100 Subject: [PATCH] attempt to fix hanging tests --- .../tests/shell/shell-compaction-noncluster-timecritical.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/server/tests/shell/shell-compaction-noncluster-timecritical.js b/js/server/tests/shell/shell-compaction-noncluster-timecritical.js index 78fcde3664..f94b8854ea 100644 --- a/js/server/tests/shell/shell-compaction-noncluster-timecritical.js +++ b/js/server/tests/shell/shell-compaction-noncluster-timecritical.js @@ -891,7 +891,7 @@ function CompactionSuite () { c1 = null; while (internal.db._collection(cn).status() !== ArangoCollection.STATUS_UNLOADED) { - db._collection(cn).unload(); + internal.db._collection(cn).unload(); internal.wait(1, false); } @@ -965,7 +965,7 @@ function CompactionSuite () { c1 = null; while (internal.db._collection(cn).status() !== ArangoCollection.STATUS_UNLOADED) { - db._collection(cn).unload(); + internal.db._collection(cn).unload(); internal.wait(1, false); }