File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
driver-core/src/test/resources/atlas-data-lake Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
4546 {
4647 "command_started_event" : {
4748 "command" : {
48- "batchSize" : 1
49+ "batchSize" : 3
4950 },
5051 "command_name" : " getMore" ,
5152 "database_name" : " cursors"
5455 ]
5556 }
5657 ]
57- }
58+ }
You can’t perform that action at this time.
0 commit comments