summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorMatthew Saltz <matthew.saltz@mongodb.com>2018-08-27 11:08:25 -0400
committerMatthew Saltz <matthew.saltz@mongodb.com>2018-08-27 11:42:09 -0400
commit5c1ade163b84589061c7050cf35896570781af7d (patch)
treeb2ea35be7eba08bf31c2998bacfe8ddabda50375 /jstests
parent1a700a31fd103fe74aec9ff0ad4723f67681f744 (diff)
downloadmongo-5c1ade163b84589061c7050cf35896570781af7d.tar.gz
SERVER-36872 Comment out $sample from testshard1.js temporarily
Diffstat (limited to 'jstests')
-rw-r--r--jstests/aggregation/testshard1.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/aggregation/testshard1.js b/jstests/aggregation/testshard1.js
index 25cb0689e97..1664d0ad56b 100644
--- a/jstests/aggregation/testshard1.js
+++ b/jstests/aggregation/testshard1.js
@@ -196,7 +196,8 @@ function testSample() {
assert.eq(res.length, Math.min(nItems, size));
});
}
-testSample();
+// TODO: Enable after fixing SERVER-36871
+// testSample();
jsTestLog('test $out by copying source collection verbatim to output');
var outCollection = db.ts1_out;