diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2018-05-18 17:34:06 -0400 |
---|---|---|
committer | Jack Mulrow <jack.mulrow@mongodb.com> | 2018-06-13 11:43:45 -0400 |
commit | 8817328f87564a29e9be2ed1a746cf40e89587eb (patch) | |
tree | 1cae922e5cc0faf5b82cf914d2432e93e246ef55 /jstests/auth/authentication_restrictions_role.js | |
parent | 9a7b88779fd519bd955daa106d5d19244fe4072d (diff) | |
download | mongo-8817328f87564a29e9be2ed1a746cf40e89587eb.tar.gz |
SERVER-32064 Requests from the shell should use an implicit session by default
Diffstat (limited to 'jstests/auth/authentication_restrictions_role.js')
-rw-r--r-- | jstests/auth/authentication_restrictions_role.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/auth/authentication_restrictions_role.js b/jstests/auth/authentication_restrictions_role.js index 41e3a133cab..3f23cfdcb92 100644 --- a/jstests/auth/authentication_restrictions_role.js +++ b/jstests/auth/authentication_restrictions_role.js @@ -6,6 +6,9 @@ (function() { 'use strict'; + // TODO SERVER-35447: Multiple users cannot be authenticated on one connection within a session. + TestData.disableImplicitSessions = true; + function testRestrictionCreationAndEnforcement( conn, eventuallyConsistentConn, sleepUntilUserDataPropagated, sleepUntilUserDataRefreshed) { load("jstests/libs/host_ipaddr.js"); |