Skip to content

Commit d668120

Browse files
author
Divjot Arora
committed
require both auth-notls and auth-tls tasks for testing CSOT
1 parent e92160b commit d668120

File tree

1 file changed

+4
-4
lines changed
  • source/client-side-operations-timeout/tests

1 file changed

+4
-4
lines changed

source/client-side-operations-timeout/tests/README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Spec Tests
1717

1818
This directory contains a set of YAML and JSON spec tests. Drivers MUST run these as described in the "Unified Test
1919
Runner" specification. Because the tests introduced in this specification are timing-based, there is a risk that some
20-
of them may intermittently fail without any bugs being present in the driver. As a mitigation, drivers MAY execute
21-
these tests in a separate Evergreen task against a single-node replica set with authentication enabled. Drivers that
22-
choose to do so SHOULD use the ``single-node-auth.json`` configuration file in the ``drivers-evergreen-tools``
23-
repository to create this cluster.
20+
of them may intermittently fail without any bugs being present in the driver. As a mitigatio, drivers MAY execute
21+
these tests in two new Evergreen tasks that use single-node replica sets: one with only authentication enabled and
22+
another with both authentication and TLS enabled. Drivers that choose to do so SHOULD use the ``single-node-auth.json``
23+
and ``single-node-auth-ssl.json`` files in the ``drivers-evergreen-tools`` repository to create these clusters.
2424

2525
Prose Tests
2626
===========

0 commit comments

Comments
 (0)