SERVER-39334 Don't run plan_cache_list_plans with balancer on

This commit is contained in:
Ted Tuckman
2019-02-01 11:17:38 -05:00
parent 6c0c3f30d2
commit a42194fd5f

View File

@@ -4,8 +4,11 @@
// # This test attempts to perform queries and introspect the server's plan cache entries. The
// # former operation may be routed to a secondary in the replica set, whereas the latter must be
// # routed to the primary.
// # If the balancer is on and chunks are moved, the plan cache can have entries with isActive:
// # false when the test assumes they are true because the query has already been run many times.
// assumes_read_preference_unchanged,
// does_not_support_stepdowns,
// assumes_balancer_off,
// ]
(function() {