Skip to content

Commit 4718d12

Browse files
committed
Use phpunit group instead of Atlas Data Lake test suite
1 parent f6ce211 commit 4718d12

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export MONGODB_MULTI_MONGOS_LB_URI="${MONGODB_MULTI_MONGOS_LB_URI}"
8383
# Run the tests, and store the results in a junit result file
8484
case "$TESTS" in
8585
atlas-data-lake*)
86-
php vendor/bin/simple-phpunit $PHPUNIT_OPTS --testsuite "Atlas Data Lake Test Suite"
86+
php vendor/bin/simple-phpunit $PHPUNIT_OPTS --group atlas-data-lake
8787
;;
8888

8989
csfle)

phpunit.evergreen.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
<testsuite name="Default Test Suite">
2424
<directory>./tests/</directory>
2525
</testsuite>
26-
27-
<testsuite name="Atlas Data Lake Test Suite">
28-
<file>tests/SpecTests/AtlasDataLakeSpecTest.php</file>
29-
</testsuite>
3026
</testsuites>
3127

3228
<logging>

phpunit.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,5 @@
2222
<testsuite name="Default Test Suite">
2323
<directory>./tests/</directory>
2424
</testsuite>
25-
26-
<testsuite name="Atlas Data Lake Test Suite">
27-
<file>tests/SpecTests/AtlasDataLakeSpecTest.php</file>
28-
</testsuite>
2925
</testsuites>
3026
</phpunit>

tests/SpecTests/AtlasDataLakeSpecTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Atlas Data Lake spec tests.
1919
*
2020
* @see https://github.com/mongodb/specifications/tree/master/source/atlas-data-lake-testing/tests
21+
* @group atlas-data-lake
2122
*/
2223
class AtlasDataLakeSpecTest extends FunctionalTestCase
2324
{

0 commit comments

Comments
 (0)