8000 add diagnostic output to test · rnshah9/arangodb@49f9fa7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49f9fa7

Browse files
committed
add diagnostic output to test
1 parent 0276131 commit 49f9fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/js/client/shell/shell-collection-counts-cluster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ function BaseTestConfig () {
506506
return;
507507
}
508508
let result = request({ method: "GET", url: server.url + "/_api/collection/" + shard + "/count" });
509-
assertEqual(200, result.status);
509+
assertEqual(200, result.status, result);
510510
total += result.json.count;
511511
});
512512
if (total === 3 * 100) {

0 commit comments

Comments
 (0)
0