Unverified Commit 4a37485a authored by Andreas Braun's avatar Andreas Braun

Merge pull request #655

parents 6ae746a9 2008bc77
...@@ -92,6 +92,10 @@ jobs: ...@@ -92,6 +92,10 @@ jobs:
php: "7.3" php: "7.3"
env: env:
- DEPLOYMENT=SHARDED_CLUSTER - DEPLOYMENT=SHARDED_CLUSTER
- stage: Test
php: "7.3"
env:
- DEPLOYMENT=SHARDED_CLUSTER_RS
# Test upcoming server versions # Test upcoming server versions
- stage: Test - stage: Test
......
...@@ -250,6 +250,9 @@ abstract class FunctionalTestCase extends TestCase ...@@ -250,6 +250,9 @@ abstract class FunctionalTestCase extends TestCase
if (!$this->isShardedClusterUsingReplicasets()) { if (!$this->isShardedClusterUsingReplicasets()) {
$this->markTestSkipped('$changeStream is only supported with replicasets'); $this->markTestSkipped('$changeStream is only supported with replicasets');
} }
// Temporarily skip tests because of an issue with change streams in the driver
$this->markTestSkipped('$changeStreams currently don\'t on replica sets');
break; break;
case Server::TYPE_RS_PRIMARY: case Server::TYPE_RS_PRIMARY:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment