From 35db1d30767421dee2afe39b8683f77c07bb1508 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Mon, 18 Sep 2023 12:05:44 -0600 Subject: [PATCH] add note that `enableTestCommands` must be set --- source/unified-test-format/unified-test-format.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/unified-test-format/unified-test-format.rst b/source/unified-test-format/unified-test-format.rst index c2ef257194..8735241a39 100644 --- a/source/unified-test-format/unified-test-format.rst +++ b/source/unified-test-format/unified-test-format.rst @@ -81,7 +81,8 @@ Iterable Server Compatibility -------------------- -The unified test format is intended to only run against enterprise servers. +The unified test format is intended to only run against enterprise servers. Additionally, the +unified test format makes use of the `FailCommand `_ feature of mongodb. The server MUST be launched with the ``enableTestCommands`` parameter enabled. Schema Version -------------- @@ -4028,7 +4029,7 @@ Changelog .. Please note schema version bumps in changelog entries where applicable. -:2023-09-05: Clarify that the UTR is intended to be run against enterprise servers. +:2023-09-18: Clarify that the UTR is intended to be run against enterprise servers. :2022-07-18: **Schema version 1.16.** Add ``ignoreMessages`` and ``ignoreExtraMessages`` fields to ``expectedLogMessagesForClient`` section.