summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2019-04-10 15:21:00 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2019-05-08 17:59:45 -0400
commitc24b5c1df7d946dd1c931f5c93c7098c9cf8545d (patch)
tree7c272a0ea1e5546294f0c5b4ebd0d350697287df /buildscripts
parent5a6422ce9f4ad85efd1d6b26949ee43e6c1bcda9 (diff)
downloadmongo-c24b5c1df7d946dd1c931f5c93c7098c9cf8545d.tar.gz
SERVER-40567 benchRun support for pipeline updates
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml1
7 files changed, 7 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
index 7c55c988dfc..2406054200f 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
@@ -327,6 +327,7 @@ selector:
# op3 will still be using the snapshot from op1, and not see op2 at all.
- jstests/core/cursora.js
- jstests/core/bench_test1.js
+ - jstests/core/benchrun_pipeline_updates.js
# The tests below use applyOps, SERVER-1439.
- jstests/core/list_collections1.js
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
index 362cdfa1a83..5b5b716b0dd 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
@@ -354,6 +354,7 @@ selector:
# op3 will still be using the snapshot from op1, and not see op2 at all.
- jstests/core/cursora.js
- jstests/core/bench_test1.js
+ - jstests/core/benchrun_pipeline_updates.js
# The tests below use applyOps, SERVER-1439.
- jstests/core/list_collections1.js
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
index 46375674947..a22bbe5e58f 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
@@ -339,6 +339,7 @@ selector:
# op3 will still be using the snapshot from op1, and not see op2 at all.
- jstests/core/cursora.js
- jstests/core/bench_test1.js
+ - jstests/core/benchrun_pipeline_updates.js
# auto_retry_on_network_error.js will timeout with assert.soon and give a different error from
# what test expects. Excluding from suite since it doesn't really do any database operations, so
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
index a15339fdcd3..1512af22c06 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
@@ -348,6 +348,7 @@ selector:
# op3 will still be using the snapshot from op1, and not see op2 at all.
- jstests/core/cursora.js
- jstests/core/bench_test1.js
+ - jstests/core/benchrun_pipeline_updates.js
# auto_retry_on_network_error.js will timeout with assert.soon and give a different error from
# what test expects. Excluding from suite since it doesn't really do any database operations, so
diff --git a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
index 4e664d4e999..eecfc430143 100644
--- a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
+++ b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
@@ -370,6 +370,7 @@ selector:
# op3 will still be using the snapshot from op1, and not see op2 at all.
- jstests/core/cursora.js
- jstests/core/bench_test1.js
+ - jstests/core/benchrun_pipeline_updates.js
# The tests below use applyOps, SERVER-1439.
- jstests/core/list_collections1.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
index dcc0a484991..7f63d067d1e 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
@@ -267,6 +267,7 @@ selector:
# op3 will still be using the snapshot from op1, and not see op2 at all.
- jstests/core/cursora.js
- jstests/core/bench_test1.js
+ - jstests/core/benchrun_pipeline_updates.js
# Does not support tojson of command objects.
- jstests/core/SERVER-23626.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
index 3abbe965717..50962990b1b 100644
--- a/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
@@ -300,6 +300,7 @@ selector:
# op3 will still be using the snapshot from op1, and not see op2 at all.
- jstests/core/cursora.js
- jstests/core/bench_test1.js
+ - jstests/core/benchrun_pipeline_updates.js
# The tests below use applyOps, SERVER-1439.
- jstests/core/list_collections1.js