resyncing specs 10-27-2025

This commit is contained in:
Cloud User 2025-10-27 16:04:22 +00:00
parent fd02550349
commit b520e39ccc
4 changed files with 21 additions and 3 deletions

View File

@ -440,6 +440,21 @@
}
}
},
{
"description": "should throw an exception if username provided (MONGODB-AWS)",
"uri": "mongodb://user@localhost.com/?authMechanism=MONGODB-AWS",
"valid": false
},
{
"description": "should throw an exception if username and password provided (MONGODB-AWS)",
"uri": "mongodb://user:pass@localhost.com/?authMechanism=MONGODB-AWS",
"valid": false
},
{
"description": "should throw an exception if AWS_SESSION_TOKEN provided (MONGODB-AWS)",
"uri": "mongodb://localhost/?authMechanism=MONGODB-AWS&authMechanismProperties=AWS_SESSION_TOKEN:token",
"valid": false
},
{
"description": "should recognise the mechanism with test environment (MONGODB-OIDC)",
"uri": "mongodb://localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:test",

View File

@ -0,0 +1,3 @@
{
"bsonType": "object"
}

View File

@ -554,7 +554,7 @@
},
{
"name": "assertIndexNotExists",
"object": "db",
"object": "testRunner",
"arguments": {
"databaseName": "default",
"collectionName": "encryptedCollection",

View File

@ -108,7 +108,7 @@
},
{
"name": "assertCollectionExists",
"object": "coll",
"object": "testRunner",
"arguments": {
"databaseName": "default",
"collectionName": "encryptedCollection"
@ -248,7 +248,7 @@
},
{
"name": "assertIndexExists",
"object": "coll",
"object": "testRunner",
"arguments": {
"databaseName": "default",
"collectionName": "encryptedCollection",