Skip to content

Commit 3385ba9

Browse files
authored
CDRIVER-5901 sync and run poc-queryable-encryption.json (#2063)
1 parent 3600641 commit 3385ba9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.evergreen/scripts/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ if [[ "${CLIENT_SIDE_ENCRYPTION}" == "on" ]]; then
214214

215215
# Limit tests executed to CSE tests.
216216
test_args+=("-l" "/client_side_encryption/*")
217+
test_args+=("-l" "/unified/*") # Includes PoC tests for CSFLE/QE.
217218
fi
218219

219220
if [[ "${LOADBALANCED}" != "noloadbalanced" ]]; then

src/libmongoc/tests/json/unified/poc-queryable-encryption.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"runOnRequirements": [
55
{
66
"minServerVersion": "7.0",
7-
"csfle": true
7+
"csfle": true,
8+
"topologies": [
9+
"replicaset",
10+
"load-balanced",
11+
"sharded"
12+
]
813
}
914
],
1015
"createEntities": [

0 commit comments

Comments
 (0)