File tree 2 files changed +5
-5
lines changed
driver-core/src/test/resources/atlas-data-lake
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,11 @@ functions:
160
160
- command : shell.exec
161
161
params :
162
162
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
164
164
- command : shell.exec
165
165
params :
166
- background : true
167
166
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
169
168
170
169
" run load-balancer " :
171
170
- command : shell.exec
Original file line number Diff line number Diff line change 4
4
"tests" : [
5
5
{
6
6
"description" : " A successful find event with getMore" ,
7
+ "comment" : " UPDATED final batchSize to 3 as batchSize is no longer calculated see: DRIVERS-1448 " ,
7
8
"operations" : [
8
9
{
9
10
"object" : " collection" ,
45
46
{
46
47
"command_started_event" : {
47
48
"command" : {
48
- "batchSize" : 1
49
+ "batchSize" : 3
49
50
},
50
51
"command_name" : " getMore" ,
51
52
"database_name" : " cursors"
54
55
]
55
56
}
56
57
]
57
- }
58
+ }
You can’t perform that action at this time.
0 commit comments