summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js')
-rw-r--r--jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js b/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
index 905596b21d9..c4d7ed46502 100644
--- a/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
+++ b/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
@@ -7,6 +7,7 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
+ * uses_column_store_index,
* ]
*/
(function() {
@@ -24,6 +25,7 @@ rst.initiate();
const columnstoreEnabled = checkSBEEnabled(
rst.getPrimary().getDB(dbName), ["featureFlagColumnstoreIndexes", "featureFlagSbeFull"], true);
+
// Insert enough data so that the collection scan spills to disk.
const coll = rst.getPrimary().getDB(dbName).getCollection(jsTestName());
const bulk = coll.initializeUnorderedBulkOp();
@@ -55,4 +57,4 @@ if (columnstoreEnabled) {
[{skippedPhaseLogID: 20391}]);
}
rst.stopSet();
-})(); \ No newline at end of file
+})();