Skip to content

Commit f4dec93

Browse files
committed
Change minServerVersion for aggregate-merge crud tests
Currently, the server version comparison will cause the test to skip since 4.2.0-rc3 is considered less than 4.2.0. Thus, I'm changing the minServerVersion in the crud tests to 4.1.11 which is when the $merge pipeline operator was introduced. This can be changed back after the release of 4.2.0.
1 parent bd4eba6 commit f4dec93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SpecTests/crud/aggregate-merge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runOn": [
33
{
4-
"minServerVersion": "4.2.0"
4+
"minServerVersion": "4.1.11"
55
}
66
],
77
"data": [

0 commit comments

Comments
 (0)