File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
source/atlas-data-lake-testing/tests Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,15 @@ Test Format
26
26
27
27
The same as the `CRUD Spec Test format <../../crud/tests/README.rst#Test-Format >`_.
28
28
29
+ Test Runner Implementation
30
+ ==========================
31
+
32
+ The same as the `CRUD Spec Test Runner Implementation <../../crud/tests#test-runner-implementation >`_,
33
+ with one notable differences: the test runner for Atlas Data Lake Testing
34
+ MUST NOT drop the collection and/or database under test. In contrast to other
35
+ CRUD tests, which insert their own data fixtures into an empty collection, data
36
+ for these tests is specified in the ``mongohoused `` configuration file.
37
+
29
38
Prose Tests
30
39
===========
31
40
@@ -67,3 +76,9 @@ Atlas Data Lake.
67
76
valid connection string with SCRAM-SHA-1 and credentials from the
68
77
drivers-evergreen-tools ADL configuration and execute a ping command.
69
78
Repeat this test using SCRAM-SHA-256.
79
+
80
+ Changelog
81
+ =========
82
+
83
+ :2020-07-15: Link to CRUD test runner implementation and note that the collection
84
+ under test must not be dropped before each test.
You can’t perform that action at this time.
0 commit comments