summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@10gen.com>2021-03-26 16:22:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-26 16:43:05 +0000
commit806fe27b2a8c1ac588ff9f33e7471d2c49537d20 (patch)
tree41d7d8ea9121ffa746433ae172ef040f6d78f454 /jstests
parentd0166c954953e3ab7da5d309409ad9c7b78952e7 (diff)
downloadmongo-806fe27b2a8c1ac588ff9f33e7471d2c49537d20.tar.gz
SERVER-55103 [SBE] Re-enable noPassthrough tests which run into WiredTiger invariant
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/auto_safe_reconfig_helper_max_voting_nodes.js1
-rw-r--r--jstests/noPassthrough/backup_restore_rolling.js1
-rw-r--r--jstests/noPassthrough/change_stream_failover.js1
-rw-r--r--jstests/noPassthrough/change_streams_required_privileges.js1
-rw-r--r--jstests/noPassthrough/diff_different_collections_test.js1
-rw-r--r--jstests/noPassthrough/do_not_rebuild_indexes_before_repair.js1
-rw-r--r--jstests/noPassthrough/durable_hidden_index.js1
-rw-r--r--jstests/noPassthrough/index_abort_stepdown_prepare.js6
-rw-r--r--jstests/noPassthrough/index_build_operation_metrics.js1
-rw-r--r--jstests/noPassthrough/index_empty_collection_secondary.js1
-rw-r--r--jstests/noPassthrough/index_failover_key_errors.js1
-rw-r--r--jstests/noPassthrough/index_failover_resolved_key_errors_after_stepdown.js1
-rw-r--r--jstests/noPassthrough/index_killop_after_stepdown.js1
-rw-r--r--jstests/noPassthrough/index_stepdown_abort.js1
-rw-r--r--jstests/noPassthrough/index_stepdown_abort_prepare_conflict.js1
-rw-r--r--jstests/noPassthrough/index_stepdown_after_init.js1
-rw-r--r--jstests/noPassthrough/index_stepdown_before_init.js1
-rw-r--r--jstests/noPassthrough/index_stepdown_commit_prepare_conflict.js1
-rw-r--r--jstests/noPassthrough/index_stepdown_during_scan.js1
-rw-r--r--jstests/noPassthrough/index_stepdown_failover.js1
-rw-r--r--jstests/noPassthrough/index_stepdown_prepare_conflict.js4
-rw-r--r--jstests/noPassthrough/index_stepdown_unique.js1
-rw-r--r--jstests/noPassthrough/indexbg_killop_stepdown.js1
-rw-r--r--jstests/noPassthrough/merge_out_on_secondary_fail_on_stepdown.js1
-rw-r--r--jstests/noPassthrough/minvalid2.js1
-rw-r--r--jstests/noPassthrough/oplog_writes_only_permitted_on_standalone.js1
-rw-r--r--jstests/noPassthrough/read_write_concern_defaults_startup.js1
-rw-r--r--jstests/noPassthrough/rebuild_multiple_indexes_at_startup.js1
-rw-r--r--jstests/noPassthrough/recordPreImages_standalone_mode.js1
-rw-r--r--jstests/noPassthrough/replica_set_connection_error_codes.js1
-rw-r--r--jstests/noPassthrough/restart_index_build_if_resume_fails.js1
-rw-r--r--jstests/noPassthrough/restart_index_build_if_resume_interrupted_by_shutdown.js1
-rw-r--r--jstests/noPassthrough/restart_node_with_bridge.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_bulk_load_phase.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_collection_scan_phase.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_collection_scan_phase_large.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_drain_writes_phase.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_drain_writes_phase_primary.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_drain_writes_phase_secondary.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_initialized.js1
-rw-r--r--jstests/noPassthrough/resumable_index_build_mixed_phases.js1
-rw-r--r--jstests/noPassthrough/rollback_wt_drop.js1
-rw-r--r--jstests/noPassthrough/rolling_index_builds.js1
-rw-r--r--jstests/noPassthrough/sharded_index_consistency_metrics.js1
-rw-r--r--jstests/noPassthrough/shell_mongobridge_port_allocation.js1
-rw-r--r--jstests/noPassthrough/skip_sharding_configuration_checks.js1
-rw-r--r--jstests/noPassthrough/standalone_replication_recovery.js1
-rw-r--r--jstests/noPassthrough/step_down_during_drop_database.js1
-rw-r--r--jstests/noPassthrough/step_down_during_drop_database_while_aborting_index_builds.js1
-rw-r--r--jstests/noPassthrough/stepdown_query.js1
51 files changed, 5 insertions, 54 deletions
diff --git a/jstests/noPassthrough/auto_safe_reconfig_helper_max_voting_nodes.js b/jstests/noPassthrough/auto_safe_reconfig_helper_max_voting_nodes.js
index 29e542b7105..a85bf28ba03 100644
--- a/jstests/noPassthrough/auto_safe_reconfig_helper_max_voting_nodes.js
+++ b/jstests/noPassthrough/auto_safe_reconfig_helper_max_voting_nodes.js
@@ -4,7 +4,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/backup_restore_rolling.js b/jstests/noPassthrough/backup_restore_rolling.js
index 1f2d3b72b6d..d629297d630 100644
--- a/jstests/noPassthrough/backup_restore_rolling.js
+++ b/jstests/noPassthrough/backup_restore_rolling.js
@@ -14,7 +14,6 @@
* @tags: [
* requires_persistence,
* requires_wiredtiger,
- * sbe_incompatible,
* ]
*/
diff --git a/jstests/noPassthrough/change_stream_failover.js b/jstests/noPassthrough/change_stream_failover.js
index 7ba4ffa2a52..b95996a74b5 100644
--- a/jstests/noPassthrough/change_stream_failover.js
+++ b/jstests/noPassthrough/change_stream_failover.js
@@ -5,7 +5,6 @@
// requires_journaling,
// requires_majority_read_concern,
// requires_replication,
-// sbe_incompatible,
// ]
(function() {
"use strict";
diff --git a/jstests/noPassthrough/change_streams_required_privileges.js b/jstests/noPassthrough/change_streams_required_privileges.js
index 0319fc50840..2beae275bcc 100644
--- a/jstests/noPassthrough/change_streams_required_privileges.js
+++ b/jstests/noPassthrough/change_streams_required_privileges.js
@@ -4,7 +4,6 @@
// requires_journaling,
// requires_majority_read_concern,
// requires_replication,
-// sbe_incompatible,
// ]
(function() {
"use strict";
diff --git a/jstests/noPassthrough/diff_different_collections_test.js b/jstests/noPassthrough/diff_different_collections_test.js
index b3277fd5de7..761116ffd57 100644
--- a/jstests/noPassthrough/diff_different_collections_test.js
+++ b/jstests/noPassthrough/diff_different_collections_test.js
@@ -4,7 +4,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/do_not_rebuild_indexes_before_repair.js b/jstests/noPassthrough/do_not_rebuild_indexes_before_repair.js
index a3eb958300d..9badd23287f 100644
--- a/jstests/noPassthrough/do_not_rebuild_indexes_before_repair.js
+++ b/jstests/noPassthrough/do_not_rebuild_indexes_before_repair.js
@@ -7,7 +7,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/durable_hidden_index.js b/jstests/noPassthrough/durable_hidden_index.js
index cdba8a120e3..8f929575c4c 100644
--- a/jstests/noPassthrough/durable_hidden_index.js
+++ b/jstests/noPassthrough/durable_hidden_index.js
@@ -5,7 +5,6 @@
* @tags: [
* requires_journaling,
* requires_replication,
- * sbe_incompatible,
* ]
*/
diff --git a/jstests/noPassthrough/index_abort_stepdown_prepare.js b/jstests/noPassthrough/index_abort_stepdown_prepare.js
index 072388963d7..061ac4055b3 100644
--- a/jstests/noPassthrough/index_abort_stepdown_prepare.js
+++ b/jstests/noPassthrough/index_abort_stepdown_prepare.js
@@ -1,4 +1,4 @@
-/*
+/**
* Tests that we don't hit 3 way deadlock between a interrupted index build, prepared txn and step
* down thread.
*
@@ -13,8 +13,8 @@
* eventually completes on the new primary.
*
* @tags: [
- * uses_transactions,
- * uses_prepare_transaction,
+ * uses_prepare_transaction,
+ * uses_transactions,
* ]
*/
load('jstests/noPassthrough/libs/index_build.js');
diff --git a/jstests/noPassthrough/index_build_operation_metrics.js b/jstests/noPassthrough/index_build_operation_metrics.js
index 1959ea61567..6a13dbc4fd8 100644
--- a/jstests/noPassthrough/index_build_operation_metrics.js
+++ b/jstests/noPassthrough/index_build_operation_metrics.js
@@ -3,7 +3,6 @@
* @tags: [
* requires_replication,
* requires_wiredtiger,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_empty_collection_secondary.js b/jstests/noPassthrough/index_empty_collection_secondary.js
index 50569a44c46..5dfd76f81e1 100644
--- a/jstests/noPassthrough/index_empty_collection_secondary.js
+++ b/jstests/noPassthrough/index_empty_collection_secondary.js
@@ -11,7 +11,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_failover_key_errors.js b/jstests/noPassthrough/index_failover_key_errors.js
index 0a894531cc5..2a476075902 100644
--- a/jstests/noPassthrough/index_failover_key_errors.js
+++ b/jstests/noPassthrough/index_failover_key_errors.js
@@ -7,7 +7,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_failover_resolved_key_errors_after_stepdown.js b/jstests/noPassthrough/index_failover_resolved_key_errors_after_stepdown.js
index c860ffec001..c6d7a49f15f 100644
--- a/jstests/noPassthrough/index_failover_resolved_key_errors_after_stepdown.js
+++ b/jstests/noPassthrough/index_failover_resolved_key_errors_after_stepdown.js
@@ -8,7 +8,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_killop_after_stepdown.js b/jstests/noPassthrough/index_killop_after_stepdown.js
index 716b067122a..ffccdc09813 100644
--- a/jstests/noPassthrough/index_killop_after_stepdown.js
+++ b/jstests/noPassthrough/index_killop_after_stepdown.js
@@ -6,7 +6,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_stepdown_abort.js b/jstests/noPassthrough/index_stepdown_abort.js
index dec120638ae..b6fe48acc31 100644
--- a/jstests/noPassthrough/index_stepdown_abort.js
+++ b/jstests/noPassthrough/index_stepdown_abort.js
@@ -4,7 +4,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_stepdown_abort_prepare_conflict.js b/jstests/noPassthrough/index_stepdown_abort_prepare_conflict.js
index aeeda5e0193..a55dc8857d0 100644
--- a/jstests/noPassthrough/index_stepdown_abort_prepare_conflict.js
+++ b/jstests/noPassthrough/index_stepdown_abort_prepare_conflict.js
@@ -15,7 +15,6 @@
* step-up from ocurring.
*
* @tags: [
- * sbe_incompatible,
* uses_prepare_transaction,
* uses_transactions,
* ]
diff --git a/jstests/noPassthrough/index_stepdown_after_init.js b/jstests/noPassthrough/index_stepdown_after_init.js
index ae4c80261c2..bad2a7dd311 100644
--- a/jstests/noPassthrough/index_stepdown_after_init.js
+++ b/jstests/noPassthrough/index_stepdown_after_init.js
@@ -3,7 +3,6 @@
* the initialization and collection scan phases.
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_stepdown_before_init.js b/jstests/noPassthrough/index_stepdown_before_init.js
index 148c71f3ec0..8de9cab31a3 100644
--- a/jstests/noPassthrough/index_stepdown_before_init.js
+++ b/jstests/noPassthrough/index_stepdown_before_init.js
@@ -3,7 +3,6 @@
* scheduling on the thread pool and initialization.
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_stepdown_commit_prepare_conflict.js b/jstests/noPassthrough/index_stepdown_commit_prepare_conflict.js
index 61f454f3952..12fabee9ae3 100644
--- a/jstests/noPassthrough/index_stepdown_commit_prepare_conflict.js
+++ b/jstests/noPassthrough/index_stepdown_commit_prepare_conflict.js
@@ -15,7 +15,6 @@
* step-up from ocurring.
*
* @tags: [
- * sbe_incompatible,
* uses_prepare_transaction,
* uses_transactions,
* ]
diff --git a/jstests/noPassthrough/index_stepdown_during_scan.js b/jstests/noPassthrough/index_stepdown_during_scan.js
index de48562f20e..1a498105d8c 100644
--- a/jstests/noPassthrough/index_stepdown_during_scan.js
+++ b/jstests/noPassthrough/index_stepdown_during_scan.js
@@ -3,7 +3,6 @@
* the collection scan phase.
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_stepdown_failover.js b/jstests/noPassthrough/index_stepdown_failover.js
index b4c63cf11e4..18b44b269e0 100644
--- a/jstests/noPassthrough/index_stepdown_failover.js
+++ b/jstests/noPassthrough/index_stepdown_failover.js
@@ -3,7 +3,6 @@
* wait for a commitIndexBuild from the new primary before committing.
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/index_stepdown_prepare_conflict.js b/jstests/noPassthrough/index_stepdown_prepare_conflict.js
index a188fcea53d..20cccf08a78 100644
--- a/jstests/noPassthrough/index_stepdown_prepare_conflict.js
+++ b/jstests/noPassthrough/index_stepdown_prepare_conflict.js
@@ -12,8 +12,8 @@
* block stepDown.
*
* @tags: [
- * uses_prepare_transaction,
- * uses_transactions,
+ * uses_prepare_transaction,
+ * uses_transactions,
* ]
*/
load('jstests/noPassthrough/libs/index_build.js');
diff --git a/jstests/noPassthrough/index_stepdown_unique.js b/jstests/noPassthrough/index_stepdown_unique.js
index d3c0311323c..8dc41a3b309 100644
--- a/jstests/noPassthrough/index_stepdown_unique.js
+++ b/jstests/noPassthrough/index_stepdown_unique.js
@@ -3,7 +3,6 @@
* scan phase. This applies to both two phase and single phase index builds.
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/indexbg_killop_stepdown.js b/jstests/noPassthrough/indexbg_killop_stepdown.js
index d2f1ed4a395..5bac4b42143 100644
--- a/jstests/noPassthrough/indexbg_killop_stepdown.js
+++ b/jstests/noPassthrough/indexbg_killop_stepdown.js
@@ -5,7 +5,6 @@
* @tags: [
* live_record_incompatible,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/merge_out_on_secondary_fail_on_stepdown.js b/jstests/noPassthrough/merge_out_on_secondary_fail_on_stepdown.js
index 636f182a635..f275244f78f 100644
--- a/jstests/noPassthrough/merge_out_on_secondary_fail_on_stepdown.js
+++ b/jstests/noPassthrough/merge_out_on_secondary_fail_on_stepdown.js
@@ -4,7 +4,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/minvalid2.js b/jstests/noPassthrough/minvalid2.js
index ad2f889e6dd..e201ec16767 100644
--- a/jstests/noPassthrough/minvalid2.js
+++ b/jstests/noPassthrough/minvalid2.js
@@ -18,7 +18,6 @@
* @tags: [
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
diff --git a/jstests/noPassthrough/oplog_writes_only_permitted_on_standalone.js b/jstests/noPassthrough/oplog_writes_only_permitted_on_standalone.js
index e7492586f0e..82c6ad8c0a0 100644
--- a/jstests/noPassthrough/oplog_writes_only_permitted_on_standalone.js
+++ b/jstests/noPassthrough/oplog_writes_only_permitted_on_standalone.js
@@ -5,7 +5,6 @@
* @tags: [
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/read_write_concern_defaults_startup.js b/jstests/noPassthrough/read_write_concern_defaults_startup.js
index 06cecd36229..5d7aa9596cf 100644
--- a/jstests/noPassthrough/read_write_concern_defaults_startup.js
+++ b/jstests/noPassthrough/read_write_concern_defaults_startup.js
@@ -6,7 +6,6 @@
// requires_journaling,
// requires_persistence,
// requires_sharding,
-// sbe_incompatible,
// ]
(function() {
"use strict";
diff --git a/jstests/noPassthrough/rebuild_multiple_indexes_at_startup.js b/jstests/noPassthrough/rebuild_multiple_indexes_at_startup.js
index e46b7671bb3..58e8b93a74b 100644
--- a/jstests/noPassthrough/rebuild_multiple_indexes_at_startup.js
+++ b/jstests/noPassthrough/rebuild_multiple_indexes_at_startup.js
@@ -5,7 +5,6 @@
* @tags: [
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/recordPreImages_standalone_mode.js b/jstests/noPassthrough/recordPreImages_standalone_mode.js
index 24ab59a5142..08ca547f507 100644
--- a/jstests/noPassthrough/recordPreImages_standalone_mode.js
+++ b/jstests/noPassthrough/recordPreImages_standalone_mode.js
@@ -8,7 +8,6 @@
* # This test uses a replica set and must avoid replica set incompatible test suites, like the
* # test suite that turns journaling off.
* requires_replication,
- * sbe_incompatible,
* ]
*/
diff --git a/jstests/noPassthrough/replica_set_connection_error_codes.js b/jstests/noPassthrough/replica_set_connection_error_codes.js
index 04e8c7d8935..a309c0f382e 100644
--- a/jstests/noPassthrough/replica_set_connection_error_codes.js
+++ b/jstests/noPassthrough/replica_set_connection_error_codes.js
@@ -3,7 +3,6 @@
* response from a command even if "not master" doesn't appear in the message.
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/restart_index_build_if_resume_fails.js b/jstests/noPassthrough/restart_index_build_if_resume_fails.js
index 5201e91cf36..ddf22812381 100644
--- a/jstests/noPassthrough/restart_index_build_if_resume_fails.js
+++ b/jstests/noPassthrough/restart_index_build_if_resume_fails.js
@@ -6,7 +6,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/restart_index_build_if_resume_interrupted_by_shutdown.js b/jstests/noPassthrough/restart_index_build_if_resume_interrupted_by_shutdown.js
index f368e2465c6..f08f4800d3a 100644
--- a/jstests/noPassthrough/restart_index_build_if_resume_interrupted_by_shutdown.js
+++ b/jstests/noPassthrough/restart_index_build_if_resume_interrupted_by_shutdown.js
@@ -7,7 +7,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/restart_node_with_bridge.js b/jstests/noPassthrough/restart_node_with_bridge.js
index 0d9ef3432f1..276554fae90 100644
--- a/jstests/noPassthrough/restart_node_with_bridge.js
+++ b/jstests/noPassthrough/restart_node_with_bridge.js
@@ -5,7 +5,6 @@
* @tags: [
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/resumable_index_build_bulk_load_phase.js b/jstests/noPassthrough/resumable_index_build_bulk_load_phase.js
index ea18b5af192..beb88681d00 100644
--- a/jstests/noPassthrough/resumable_index_build_bulk_load_phase.js
+++ b/jstests/noPassthrough/resumable_index_build_bulk_load_phase.js
@@ -6,7 +6,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
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 7efc3c4e30e..8e46afb2260 100644
--- a/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
+++ b/jstests/noPassthrough/resumable_index_build_bulk_load_phase_large.js
@@ -7,7 +7,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js b/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js
index edb75eabef5..b18702efa57 100644
--- a/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js
+++ b/jstests/noPassthrough/resumable_index_build_collection_scan_phase.js
@@ -7,7 +7,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/resumable_index_build_collection_scan_phase_large.js b/jstests/noPassthrough/resumable_index_build_collection_scan_phase_large.js
index 6ecbb8b252a..c6308941034 100644
--- a/jstests/noPassthrough/resumable_index_build_collection_scan_phase_large.js
+++ b/jstests/noPassthrough/resumable_index_build_collection_scan_phase_large.js
@@ -7,7 +7,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/resumable_index_build_drain_writes_phase.js b/jstests/noPassthrough/resumable_index_build_drain_writes_phase.js
index 5de3bc577ca..088759a3a81 100644
--- a/jstests/noPassthrough/resumable_index_build_drain_writes_phase.js
+++ b/jstests/noPassthrough/resumable_index_build_drain_writes_phase.js
@@ -6,7 +6,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/resumable_index_build_drain_writes_phase_primary.js b/jstests/noPassthrough/resumable_index_build_drain_writes_phase_primary.js
index cf9da5dd045..42b99304af8 100644
--- a/jstests/noPassthrough/resumable_index_build_drain_writes_phase_primary.js
+++ b/jstests/noPassthrough/resumable_index_build_drain_writes_phase_primary.js
@@ -7,7 +7,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/resumable_index_build_drain_writes_phase_secondary.js b/jstests/noPassthrough/resumable_index_build_drain_writes_phase_secondary.js
index c50a6b86451..7edc3f560a6 100644
--- a/jstests/noPassthrough/resumable_index_build_drain_writes_phase_secondary.js
+++ b/jstests/noPassthrough/resumable_index_build_drain_writes_phase_secondary.js
@@ -10,7 +10,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/resumable_index_build_initialized.js b/jstests/noPassthrough/resumable_index_build_initialized.js
index 77464f5c6b0..5285dab3623 100644
--- a/jstests/noPassthrough/resumable_index_build_initialized.js
+++ b/jstests/noPassthrough/resumable_index_build_initialized.js
@@ -7,7 +7,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/resumable_index_build_mixed_phases.js b/jstests/noPassthrough/resumable_index_build_mixed_phases.js
index ace9ed4d08d..8c43e0e41c1 100644
--- a/jstests/noPassthrough/resumable_index_build_mixed_phases.js
+++ b/jstests/noPassthrough/resumable_index_build_mixed_phases.js
@@ -6,7 +6,6 @@
* requires_majority_read_concern,
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/rollback_wt_drop.js b/jstests/noPassthrough/rollback_wt_drop.js
index 5c55693bd60..a87e54a1c09 100644
--- a/jstests/noPassthrough/rollback_wt_drop.js
+++ b/jstests/noPassthrough/rollback_wt_drop.js
@@ -3,7 +3,6 @@
* @tags: [
* requires_replication,
* requires_wiredtiger,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/rolling_index_builds.js b/jstests/noPassthrough/rolling_index_builds.js
index b5b78fffca6..9f2fa5847cf 100644
--- a/jstests/noPassthrough/rolling_index_builds.js
+++ b/jstests/noPassthrough/rolling_index_builds.js
@@ -6,7 +6,6 @@
* @tags: [
* requires_persistence,
* requires_replication,
- * sbe_incompatible,
* ]
*/
diff --git a/jstests/noPassthrough/sharded_index_consistency_metrics.js b/jstests/noPassthrough/sharded_index_consistency_metrics.js
index f715b57c1cd..b3192b1b9a2 100644
--- a/jstests/noPassthrough/sharded_index_consistency_metrics.js
+++ b/jstests/noPassthrough/sharded_index_consistency_metrics.js
@@ -2,7 +2,6 @@
* Tests index consistency metrics in the serverStatus output.
* @tags: [
* requires_sharding,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/shell_mongobridge_port_allocation.js b/jstests/noPassthrough/shell_mongobridge_port_allocation.js
index df3da90dd45..eb9d847b223 100644
--- a/jstests/noPassthrough/shell_mongobridge_port_allocation.js
+++ b/jstests/noPassthrough/shell_mongobridge_port_allocation.js
@@ -6,7 +6,6 @@
* @tags: [
* requires_replication,
* requires_sharding,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/skip_sharding_configuration_checks.js b/jstests/noPassthrough/skip_sharding_configuration_checks.js
index b0d04e27a19..58083937ed0 100644
--- a/jstests/noPassthrough/skip_sharding_configuration_checks.js
+++ b/jstests/noPassthrough/skip_sharding_configuration_checks.js
@@ -5,7 +5,6 @@
* requires_persistence,
* requires_replication,
* requires_sharding,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/standalone_replication_recovery.js b/jstests/noPassthrough/standalone_replication_recovery.js
index b0d01db888e..0fdd31e5ba2 100644
--- a/jstests/noPassthrough/standalone_replication_recovery.js
+++ b/jstests/noPassthrough/standalone_replication_recovery.js
@@ -8,7 +8,6 @@
* requires_persistence,
* requires_replication,
* requires_wiredtiger,
- * sbe_incompatible,
* ]
*/
diff --git a/jstests/noPassthrough/step_down_during_drop_database.js b/jstests/noPassthrough/step_down_during_drop_database.js
index 39101db7a70..4b28be6b705 100644
--- a/jstests/noPassthrough/step_down_during_drop_database.js
+++ b/jstests/noPassthrough/step_down_during_drop_database.js
@@ -5,7 +5,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/step_down_during_drop_database_while_aborting_index_builds.js b/jstests/noPassthrough/step_down_during_drop_database_while_aborting_index_builds.js
index 609007aea62..7bf10ff6fc8 100644
--- a/jstests/noPassthrough/step_down_during_drop_database_while_aborting_index_builds.js
+++ b/jstests/noPassthrough/step_down_during_drop_database_while_aborting_index_builds.js
@@ -4,7 +4,6 @@
*
* @tags: [
* requires_replication,
- * sbe_incompatible,
* ]
*/
(function() {
diff --git a/jstests/noPassthrough/stepdown_query.js b/jstests/noPassthrough/stepdown_query.js
index 2f3542dd4d7..d5ffef6b9fb 100644
--- a/jstests/noPassthrough/stepdown_query.js
+++ b/jstests/noPassthrough/stepdown_query.js
@@ -4,7 +4,6 @@
* @tags: [
* requires_replication,
* requires_sharding,
- * sbe_incompatible,
* ]
*/