-
Notifications
You must be signed in to change notification settings - Fork 266
PHPLIB-950: Run legacy CSFLE tests on serverless #988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5aae9ef
6656199
42a8014
8c0111c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. None of the commits in this PR indicate the sync target for spec tests. According to DRIVERS-2400 this is mongodb/specifications@59a07b7. Please add that and ensure it ends up in the final squash message. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, yes. Added to the last commit and will make sure it ends in the squash message. |
||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"minServerVersion": "6.0.0", | ||
"topology": [ | ||
"replicaset", | ||
"sharded" | ||
"sharded", | ||
"load-balanced" | ||
] | ||
} | ||
], | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC, this is handled by run-orchestration.sh in drivers-evergreen-tools for non-serverless tests. That appears to be exactly what DRIVERS-2459 is meant to address.
IMO, this should have been addressed as a prerequisite for DRIVERS-2400 before spawning language tickets and inviting drivers to sort this out on their own.