Skip to content

Commit 752a65d

Browse files
committed
DRIVERS-3472 test maxScramIterations=4096
1 parent 2714839 commit 752a65d

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

source/uri-options/tests/auth-options.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/uri-options/tests/auth-options.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ tests:
3232
auth: ~
3333
options:
3434
maxScramIterations: 123456
35+
-
36+
description: "maxScramIterations of exactly 4096 does not cause a warning"
37+
uri: "mongodb://example.com/?maxScramIterations=4096"
38+
valid: true
39+
warning: false
40+
hosts: ~
41+
auth: ~
42+
options:
43+
maxScramIterations: 4096
3544
-
3645
description: "maxScramIterations with value less than 4096 causes a warning"
3746
uri: "mongodb://example.com/?maxScramIterations=4095"

0 commit comments

Comments
 (0)