We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ae746a + 2008bc7 commit 4a37485Copy full SHA for 4a37485
.travis.yml
@@ -92,6 +92,10 @@ jobs:
92
php: "7.3"
93
env:
94
- DEPLOYMENT=SHARDED_CLUSTER
95
+ - stage: Test
96
+ php: "7.3"
97
+ env:
98
+ - DEPLOYMENT=SHARDED_CLUSTER_RS
99
100
# Test upcoming server versions
101
- stage: Test
tests/FunctionalTestCase.php
@@ -250,6 +250,9 @@ protected function skipIfChangeStreamIsNotSupported()
250
if (!$this->isShardedClusterUsingReplicasets()) {
251
$this->markTestSkipped('$changeStream is only supported with replicasets');
252
}
253
+
254
+ // Temporarily skip tests because of an issue with change streams in the driver
255
+ $this->markTestSkipped('$changeStreams currently don\'t on replica sets');
256
break;
257
258
case Server::TYPE_RS_PRIMARY:
0 commit comments