Skip to content

Commit

Permalink
Pull mongohouse image from ADL ECR repo (mongodb#1274)
Browse files Browse the repository at this point in the history
Updated ADL test batch size assertion to match Java driver behavioral change introduced in JAVA-5159

JAVA-5235

(cherry picked from commit 9286233)
  • Loading branch information
jyemin authored and vbabanin committed Nov 5, 2024
1 parent 50ac454 commit c57e254
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .evergreen/.evg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,11 @@ functions:
- command: shell.exec
params:
script: |
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
- command: shell.exec
params:
background: true
script: |
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
"run load-balancer":
- command: shell.exec
Expand Down
5 changes: 3 additions & 2 deletions driver-core/src/test/resources/atlas-data-lake/getMore.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"tests": [
{
"description": "A successful find event with getMore",
"comment": "UPDATED final batchSize to 3 as batchSize is no longer calculated see: DRIVERS-1448 ",
"operations": [
{
"object": "collection",
Expand Down Expand Up @@ -45,7 +46,7 @@
{
"command_started_event": {
"command": {
"batchSize": 1
"batchSize": 3
},
"command_name": "getMore",
"database_name": "cursors"
Expand All @@ -54,4 +55,4 @@
]
}
]
}
}

0 comments on commit c57e254

Please sign in to comment.