Commit e3d90cd7 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #633

parents 2decf0dc b1990105
...@@ -50,6 +50,10 @@ matrix: ...@@ -50,6 +50,10 @@ matrix:
- php: 7.3 - php: 7.3
env: env:
- DEPLOYMENT=STANDALONE_SSL - DEPLOYMENT=STANDALONE_SSL
- php: 7.3
env:
- SERVER_VERSION=3.6.13
- DEPLOYMENT=REPLICASET
- php: 7.3 - php: 7.3
env: env:
- DEPLOYMENT=REPLICASET - DEPLOYMENT=REPLICASET
......
...@@ -42,6 +42,10 @@ class ChangeStreamsProseTest extends FunctionalTestCase ...@@ -42,6 +42,10 @@ class ChangeStreamsProseTest extends FunctionalTestCase
*/ */
public function testProseTest5($errorCode) public function testProseTest5($errorCode)
{ {
if (version_compare($this->getServerVersion(), '4.0.0', '<')) {
$this->markTestSkipped('failCommand is not supported');
}
$this->configureFailPoint([ $this->configureFailPoint([
'configureFailPoint' => 'failCommand', 'configureFailPoint' => 'failCommand',
'mode' => ['times' => 1], 'mode' => ['times' => 1],
......
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