Skip to content

Commit 0c7fede

Browse files
authored
PHPLIB-948: Run unified tests from all specs against Atlas Serverless (#977)
1 parent 7a97f8e commit 0c7fede

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* Unified test format spec tests.
1717
*
1818
* @see https://github.com/mongodb/specifications/blob/master/source/unified-test-format/unified-test-format.rst
19+
* @group serverless
1920
*/
2021
class UnifiedSpecTest extends FunctionalTestCase
2122
{
@@ -33,9 +34,9 @@ class UnifiedSpecTest extends FunctionalTestCase
3334
'load-balancers/cursors are correctly pinned to connections for load-balanced clusters: listIndexes pins the cursor to a connection' => 'PHPC does not implement CMAP',
3435
'load-balancers/cursors are correctly pinned to connections for load-balanced clusters: change streams pin to a connection' => 'PHPC does not implement CMAP',
3536
'load-balancers/monitoring events include correct fields: poolClearedEvent events include serviceId' => 'PHPC does not implement CMAP',
36-
'load-balancers/load-balancers/state change errors are correctly handled: only connections for a specific serviceId are closed when pools are cleared' => 'PHPC does not implement CMAP',
3737
'load-balancers/state change errors are correctly handled: only connections for a specific serviceId are closed when pools are cleared' => 'PHPC does not implement CMAP',
3838
'load-balancers/state change errors are correctly handled: errors during the initial connection hello are ignored' => 'PHPC does not implement CMAP',
39+
'load-balancers/state change errors are correctly handled: errors during authentication are processed' => 'PHPC does not implement CMAP',
3940
'load-balancers/state change errors are correctly handled: stale errors are ignored' => 'PHPC does not implement CMAP',
4041
'load-balancers/transactions are correctly pinned to connections for load-balanced clusters: all operations go to the same mongos' => 'PHPC does not implement CMAP',
4142
'load-balancers/transactions are correctly pinned to connections for load-balanced clusters: transaction can be committed multiple times' => 'PHPC does not implement CMAP',
@@ -141,7 +142,6 @@ public function provideCommandMonitoringTests()
141142

142143
/**
143144
* @dataProvider provideCrudTests
144-
* @group serverless
145145
*/
146146
public function testCrud(UnifiedTestCase $test): void
147147
{
@@ -194,7 +194,6 @@ public function provideSessionsTests()
194194

195195
/**
196196
* @dataProvider provideTransactionsTests
197-
* @group serverless
198197
*/
199198
public function testTransactions(UnifiedTestCase $test): void
200199
{
@@ -209,7 +208,6 @@ public function provideTransactionsTests()
209208
/**
210209
* @dataProvider provideVersionedApiTests
211210
* @group versioned-api
212-
* @group serverless
213211
*/
214212
public function testVersionedApi(UnifiedTestCase $test): void
215213
{

0 commit comments

Comments
 (0)