diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2020-04-08 17:33:05 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-09 18:11:35 +0000 |
commit | f8cf1b50f90619c8f5abaad864b1a27dacf82b44 (patch) | |
tree | bd023a686eaa5eedb040a524645902a3c7552ea2 /buildscripts | |
parent | 8efaacf43cb9860e12f97067c25c842108d66fa4 (diff) | |
download | mongo-f8cf1b50f90619c8f5abaad864b1a27dacf82b44.tar.gz |
SERVER-44241 Complete TODO listed in SERVER-35534
Diffstat (limited to 'buildscripts')
4 files changed, 8 insertions, 12 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_kill_primary_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_kill_primary_with_balancer.yml index 778501e17ce..6e81404fdd8 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_kill_primary_with_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_kill_primary_with_balancer.yml @@ -170,9 +170,8 @@ selector: # much value in running it. - jstests/concurrency/fsm_workloads/drop_collection.js - # TODO (SERVER-35534) Unblacklist this workload from the concurrency stepdown suites. It fails - # with PooledConnectionsDropped when setFCV is run concurrently with movePrimary, which seems like - # it's due to a race condition in the NetworkInterfaceTL. + # It fails with PooledConnectionsDropped when setFCV is run concurrently with movePrimary, which + # seems like it's due to a race condition in the NetworkInterfaceTL. - jstests/concurrency/fsm_workloads/database_versioning.js # serverStatus does not include transaction metrics on mongos. diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_terminate_primary_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_terminate_primary_with_balancer.yml index efb809269ee..872ea9bb372 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_terminate_primary_with_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_terminate_primary_with_balancer.yml @@ -170,9 +170,8 @@ selector: # much value in running it. - jstests/concurrency/fsm_workloads/drop_collection.js - # TODO (SERVER-35534) Unblacklist this workload from the concurrency stepdown suites. It fails - # with PooledConnectionsDropped when setFCV is run concurrently with movePrimary, which seems like - # it's due to a race condition in the NetworkInterfaceTL. + # It fails with PooledConnectionsDropped when setFCV is run concurrently with movePrimary, which + # seems like it's due to a race condition in the NetworkInterfaceTL. - jstests/concurrency/fsm_workloads/database_versioning.js # serverStatus does not include transaction metrics on mongos. diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml index cf1a0e9eb75..8f58b127301 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml @@ -157,9 +157,8 @@ selector: # much value in running it. - jstests/concurrency/fsm_workloads/drop_collection.js - # TODO (SERVER-35534) Unblacklist this workload from the concurrency stepdown suites. It fails - # with PooledConnectionsDropped when setFCV is run concurrently with movePrimary, which seems like - # it's due to a race condition in the NetworkInterfaceTL. + # It fails with PooledConnectionsDropped when setFCV is run concurrently with movePrimary, which + # seems like it's due to a race condition in the NetworkInterfaceTL. - jstests/concurrency/fsm_workloads/database_versioning.js # serverStatus does not include transaction metrics on mongos. diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml index 80cc94184fd..aae852fa1ed 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml @@ -162,9 +162,8 @@ selector: # much value in running it. - jstests/concurrency/fsm_workloads/drop_collection.js - # TODO (SERVER-35534) Unblacklist this workload from the concurrency stepdown suites. It fails - # with PooledConnectionsDropped when setFCV is run concurrently with movePrimary, which seems like - # it's due to a race condition in the NetworkInterfaceTL. + # It fails with PooledConnectionsDropped when setFCV is run concurrently with movePrimary, which + # seems like it's due to a race condition in the NetworkInterfaceTL. - jstests/concurrency/fsm_workloads/database_versioning.js # serverStatus does not include transaction metrics on mongos. |