Skip to content

Commit 3457aff

Browse files
committed
Merge branch 'test-mongodb-4.4' into v1.8
* test-mongodb-4.4: Account for additional output during cleanup Add MongoDB 4.4 to tested server versions
2 parents 0569fb8 + 7fcf858 commit 3457aff

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.evergreen/config.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,10 @@ axes:
991991
display_name: "MongoDB latest"
992992
variables:
993993
VERSION: "latest"
994+
- id: "4.4"
995+
display_name: "MongoDB 4.4"
996+
variables:
997+
VERSION: "4.4"
994998
- id: "4.2"
995999
display_name: "MongoDB 4.2"
9961000
variables:
@@ -1124,9 +1128,9 @@ buildvariants:
11241128

11251129

11261130
- matrix_name: "mongo-40-php7"
1127-
matrix_spec: {"os-php7": "*", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3" }
1131+
matrix_spec: {"os-php7": "*", "versions": ["4.0", "4.2", "4.4", "latest"], "php-versions": "7.3" }
11281132
exclude_spec:
1129-
- {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3"}
1133+
- {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "4.4", "latest"], "php-versions": "7.3"}
11301134
- {"os-php7": "ubuntu1804-arm64-test", "versions": "4.0", "php-versions": "7.3"}
11311135
display_name: "${versions}/${php-versions} — ${os-php7}"
11321136
tasks:
@@ -1140,7 +1144,7 @@ buildvariants:
11401144
- name: "test-sharded-rs"
11411145

11421146
- matrix_name: "mongo-40-php7-nossl"
1143-
matrix_spec: {"os-php7": "rhel74-zseries", "versions": ["4.2", "latest"], "php-versions": "7.3"}
1147+
matrix_spec: {"os-php7": "rhel74-zseries", "versions": ["4.2", "4.4", "latest"], "php-versions": "7.3"}
11441148
display_name: "${versions}/${php-versions} — ${os-php7}"
11451149
tasks:
11461150
- name: "test-standalone"
@@ -1178,7 +1182,7 @@ buildvariants:
11781182
- name: "test-atlas"
11791183

11801184
- matrix_name: "test-ocsp"
1181-
matrix_spec: { "os-php7": "debian92-test", "php-versions": "7.3" }
1182-
display_name: "OCSP tests"
1185+
matrix_spec: { "os-php7": "debian92-test", "versions": ["4.4", "latest"], "php-versions": "7.3" }
1186+
display_name: "OCSP tests - ${versions}"
11831187
tasks:
11841188
- name: ".ocsp"

tests/functional/phpinfo-2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ phpinfo();
1515
%a
1616
mongodb.debug => stdout => stderr
1717
%a
18-
===DONE===
18+
===DONE===%A

0 commit comments

Comments
 (0)