Skip to content

Commit 9286233

Browse files
authored
Pull mongohouse image from ADL ECR repo (mongodb#1274)
Updated ADL test batch size assertion to match Java driver behavioral change introduced in JAVA-5159 JAVA-5235
1 parent 24f7df9 commit 9286233

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.evergreen/.evg.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,11 @@ functions:
160160
- command: shell.exec
161161
params:
162162
script: |
163-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
163+
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
164164
- command: shell.exec
165165
params:
166-
background: true
167166
script: |
168-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
167+
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
169168
170169
"run load-balancer":
171170
- command: shell.exec

driver-core/src/test/resources/atlas-data-lake/getMore.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"tests": [
55
{
66
"description": "A successful find event with getMore",
7+
"comment": "UPDATED final batchSize to 3 as batchSize is no longer calculated see: DRIVERS-1448 ",
78
"operations": [
89
{
910
"object": "collection",
@@ -45,7 +46,7 @@
4546
{
4647
"command_started_event": {
4748
"command": {
48-
"batchSize": 1
49+
"batchSize": 3
4950
},
5051
"command_name": "getMore",
5152
"database_name": "cursors"
@@ -54,4 +55,4 @@
5455
]
5556
}
5657
]
57-
}
58+
}

0 commit comments

Comments
 (0)