Skip to content

Commit fdc468b

Browse files
committed
Remove serverless test groups
1 parent d2e7245 commit fdc468b

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

tests/SpecTests/ClientSideEncryption/Prose21_AutomaticDataEncryptionKeysTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
* @see https://github.com/mongodb/specifications/tree/master/source/client-side-encryption/tests#automatic-data-encryption-keys
2222
*/
2323
#[Group('csfle')]
24-
#[Group('serverless')]
2524
class Prose21_AutomaticDataEncryptionKeysTest extends FunctionalTestCase
2625
{
2726
public const SERVER_ERROR_TYPEMISMATCH = 14;

tests/SpecTests/ClientSideEncryption/Prose22_RangeExplicitEncryptionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
* @see https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.md#22-range-explicit-encryption
3131
*/
3232
#[Group('csfle')]
33-
#[Group('serverless')]
3433
class Prose22_RangeExplicitEncryptionTest extends FunctionalTestCase
3534
{
3635
private ?ClientEncryption $clientEncryption = null;

tests/SpecTests/ClientSideEncryptionSpecTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
* @see https://github.com/mongodb/specifications/tree/master/source/client-side-encryption
5454
*/
5555
#[Group('csfle')]
56-
#[Group('serverless')]
5756
class ClientSideEncryptionSpecTest extends FunctionalTestCase
5857
{
5958
public const LOCAL_MASTERKEY = 'Mng0NCt4ZHVUYUJCa1kxNkVyNUR1QURhZ2h2UzR2d2RrZzh0cFBwM3R6NmdWMDFBMUN3YkQ5aXRRMkhGRGdQV09wOGVNYUMxT2k3NjZKelhaQmRCZGJkTXVyZG9uSjFk';

tests/SpecTests/RetryableWrites/Prose3_ReturnOriginalErrorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*
1616
* @see https://github.com/mongodb/specifications/blob/master/source/retryable-writes/tests/README.md
1717
*/
18-
#[Group('serverless')]
1918
class Prose3_ReturnOriginalErrorTest extends FunctionalTestCase
2019
{
2120
public const NOT_WRITABLE_PRIMARY = 10107;

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public static function provideAtlasDataLakeTests(): Generator
131131
}
132132

133133
#[DataProvider('provideChangeStreamsTests')]
134-
#[Group('serverless')]
135134
public function testChangeStreams(UnifiedTestCase $test): void
136135
{
137136
self::$runner->run($test);
@@ -144,7 +143,6 @@ public static function provideChangeStreamsTests(): Generator
144143

145144
#[DataProvider('provideClientSideEncryptionTests')]
146145
#[Group('csfle')]
147-
#[Group('serverless')]
148146
public function testClientSideEncryption(UnifiedTestCase $test): void
149147
{
150148
self::$runner->run($test);
@@ -156,7 +154,6 @@ public static function provideClientSideEncryptionTests(): Generator
156154
}
157155

158156
#[DataProvider('provideCollectionManagementTests')]
159-
#[Group('serverless')]
160157
public function testCollectionManagement(UnifiedTestCase $test): void
161158
{
162159
self::$runner->run($test);
@@ -168,7 +165,6 @@ public static function provideCollectionManagementTests(): Generator
168165
}
169166

170167
#[DataProvider('provideCommandMonitoringTests')]
171-
#[Group('serverless')]
172168
public function testCommandMonitoring(UnifiedTestCase $test): void
173169
{
174170
self::$runner->run($test);
@@ -180,7 +176,6 @@ public static function provideCommandMonitoringTests(): Generator
180176
}
181177

182178
#[DataProvider('provideCrudTests')]
183-
#[Group('serverless')]
184179
public function testCrud(UnifiedTestCase $test): void
185180
{
186181
self::$runner->run($test);
@@ -192,7 +187,6 @@ public static function provideCrudTests(): Generator
192187
}
193188

194189
#[DataProvider('provideGridFSTests')]
195-
#[Group('serverless')]
196190
public function testGridFS(UnifiedTestCase $test): void
197191
{
198192
self::$runner->run($test);
@@ -204,7 +198,6 @@ public static function provideGridFSTests(): Generator
204198
}
205199

206200
#[DataProvider('provideLoadBalancers')]
207-
#[Group('serverless')]
208201
public function testLoadBalancers(UnifiedTestCase $test): void
209202
{
210203
self::$runner->run($test);
@@ -227,7 +220,6 @@ public static function provideReadWriteConcernTests(): Generator
227220
}
228221

229222
#[DataProvider('provideRetryableReadsTests')]
230-
#[Group('serverless')]
231223
public function testRetryableReads(UnifiedTestCase $test): void
232224
{
233225
self::$runner->run($test);
@@ -239,7 +231,6 @@ public static function provideRetryableReadsTests(): Generator
239231
}
240232

241233
#[DataProvider('provideRetryableWritesTests')]
242-
#[Group('serverless')]
243234
public function testRetryableWrites(UnifiedTestCase $test): void
244235
{
245236
self::$runner->run($test);
@@ -251,7 +242,6 @@ public static function provideRetryableWritesTests(): Generator
251242
}
252243

253244
#[DataProvider('provideRunCommandTests')]
254-
#[Group('serverless')]
255245
public function testRunCommand(UnifiedTestCase $test): void
256246
{
257247
self::$runner->run($test);
@@ -263,7 +253,6 @@ public static function provideRunCommandTests(): Generator
263253
}
264254

265255
#[DataProvider('provideSessionsTests')]
266-
#[Group('serverless')]
267256
public function testSessions(UnifiedTestCase $test): void
268257
{
269258
self::$runner->run($test);
@@ -275,7 +264,6 @@ public static function provideSessionsTests(): Generator
275264
}
276265

277266
#[DataProvider('provideTransactionsTests')]
278-
#[Group('serverless')]
279267
public function testTransactions(UnifiedTestCase $test): void
280268
{
281269
self::$runner->run($test);
@@ -298,7 +286,6 @@ public static function provideTransactionsConvenientApiTests(): Generator
298286
}
299287

300288
#[DataProvider('provideVersionedApiTests')]
301-
#[Group('serverless')]
302289
#[Group('versioned-api')]
303290
public function testVersionedApi(UnifiedTestCase $test): void
304291
{

0 commit comments

Comments
 (0)