Skip to content

Commit 8eb0501

Browse files
authored
Fix failing tests (#1815)
* Remove obsolete prose test * Update version numbers in evergreen config comments * Skip additional tests
1 parent f573511 commit 8eb0501

File tree

4 files changed

+32
-65
lines changed

4 files changed

+32
-65
lines changed

.evergreen/config/generated/build/build-extension.yml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/templates/build/build-extension.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
vars:
66
PHP_VERSION: "%phpVersion%"
77
- func: "compile extension"
8-
# TODO: Remove vars to switch to latest stable version when 2.1.0 is releeased
8+
# TODO: Remove vars to switch to latest stable version when 2.2.0 is releeased
99
vars:
1010
EXTENSION_BRANCH: "v2.x"
1111
- func: "upload extension"
@@ -17,8 +17,8 @@
1717
PHP_VERSION: "%phpVersion%"
1818
- func: "compile extension"
1919
vars:
20-
# TODO: Switch to 2.1.0 when it is released
21-
# EXTENSION_VERSION: "2.0.0"
20+
# TODO: Switch to 2.2.0 when it is released
21+
# EXTENSION_VERSION: "2.2.0"
2222
EXTENSION_BRANCH: "v2.x"
2323
- func: "upload extension"
2424
- name: "build-php-%phpVersion%-next-stable"
@@ -29,8 +29,8 @@
2929
PHP_VERSION: "%phpVersion%"
3030
- func: "compile extension"
3131
vars:
32-
# TODO: Switch to v2.1 when 2.1.0 is released
33-
# EXTENSION_VERSION: "v2.1"
32+
# TODO: Switch to v2.2 when 2.2.0 is released
33+
# EXTENSION_BRANCH: "v2.2"
3434
EXTENSION_BRANCH: "v2.x"
3535
- func: "upload extension"
3636
- name: "build-php-%phpVersion%-next-minor"

tests/SpecTests/Crud/Prose13_BulkWriteUnsupportedForAutoEncryptionTest.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ class UnifiedSpecTest extends FunctionalTestCase
7474
'sessions/snapshot-sessions: Aggregate operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
7575
'sessions/snapshot-sessions: countDocuments operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
7676
'sessions/snapshot-sessions: Mixed operation with snapshot and snapshotTime' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
77+
'sessions/snapshot-sessions: Find operation with snapshot' => 'Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)',
78+
'sessions/snapshot-sessions: Distinct operation with snapshot' => 'Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)',
79+
'sessions/snapshot-sessions: Aggregate operation with snapshot' => 'Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)',
80+
'sessions/snapshot-sessions: countDocuments operation with snapshot' => 'Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)',
81+
'sessions/snapshot-sessions: Mixed operation with snapshot' => 'Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)',
82+
'sessions/snapshot-sessions: Write commands with snapshot session do not affect snapshot reads' => 'Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)',
83+
'sessions/implicit sessions default causal consistency: afterClusterTime is not sent on retried read in implicit session when readConcern level is snapshot' => 'Cluster time is not sent in first command sent out on single-threaded connections (PHPC-2655)',
7784
];
7885

7986
/** @var array<string, string> */

0 commit comments

Comments
 (0)