File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
source/unified-test-format Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -352,9 +352,9 @@ The structure of this object is as follows:
352
352
`{ getParameter : 1, <parameter>: 1 }` command to the server using an internal MongoClient. Drivers MAY also choose
353
353
to send a `{ getParameter : ' *' }` command and fetch all parameters at once. The result SHOULD be cached to avoid
354
354
repeated calls to fetch the same parameter. Test runners MUST apply the rules specified in
355
- [Flexible Numeric Comparisons ](#flexible-numeric-comparisons ) when comparing values. If a server does not support a
356
- parameter, test runners MUST treat the comparison as not equal and skip the test. This includes errors that occur
357
- when fetching a single parameter using `getParameter`.
355
+ [Evaluating Matches ](#evaluating-matches ) when comparing values. If a server does not support a parameter, test
356
+ runners MUST treat the comparison as not equal and skip the test. This includes errors that occur when fetching a
357
+ single parameter using `getParameter`.
358
358
359
359
<span id="runOnRequirement_auth"></span>
360
360
@@ -3416,6 +3416,9 @@ other specs *and* collating spec changes developed in parallel or during the sam
3416
3416
3417
3417
# # Changelog
3418
3418
3419
+ - 2025-07-24 : Require `serverParameters` use [Evaluating Matches](#evaluating-matches) behavior to compare parameters to
3420
+ handle non-numeric values.
3421
+
3419
3422
- 2025-07-15 : Clarify test runner may apply a default `cryptSharedLibPath`.
3420
3423
3421
3424
- 2025-06-10 : **Schema version 1.24.**
You can’t perform that action at this time.
0 commit comments