@@ -238,7 +238,7 @@ type Tests(testOutputHelper) =
238
238
239
239
// 2 items atm
240
240
test <@ [ EqxAct.ResponseForward; EqxAct.ResponseForward; EqxAct.QueryForward] = capture.ExternalCalls @>
241
- verifyRequestChargesMax 6 } // 5.77
241
+ verifyRequestChargesMax 9 } // 8.51 // WAS 6 // 5.77
242
242
243
243
[<AutoData( SkipIfRequestedViaEnvironmentVariable= " EQUINOX_INTEGRATION_SKIP_COSMOS" ) >]
244
244
let ``get Lazy`` ( TestStream streamName ) = Async.RunSynchronously <| async {
@@ -258,7 +258,7 @@ type Tests(testOutputHelper) =
258
258
| _ -> None
259
259
// validate that, despite only requesting max 1 item, we only needed one trip (which contained only one item)
260
260
[ 1 , 1 ] =! capture.ChooseCalls queryRoundTripsAndItemCounts
261
- verifyRequestChargesMax 4 // 3.02 // WAS 3 // 2.97
261
+ verifyRequestChargesMax 6 // 5.74 // WAS 4 // 3.02 // WAS 3 // 2.97
262
262
}
263
263
264
264
(* Backward *)
@@ -279,7 +279,7 @@ type Tests(testOutputHelper) =
279
279
verifyCorrectEventsBackward 4 L expected res
280
280
281
281
test <@ [ EqxAct.ResponseBackward; EqxAct.QueryBackward] = capture.ExternalCalls @>
282
- verifyRequestChargesMax 4 // 3.04 // WAS 3
282
+ verifyRequestChargesMax 6 // 5.75 // WAS 4 // 3.04 // WAS 3
283
283
}
284
284
285
285
[<AutoData( SkipIfRequestedViaEnvironmentVariable= " EQUINOX_INTEGRATION_SKIP_COSMOS" ) >]
@@ -323,5 +323,5 @@ type Tests(testOutputHelper) =
323
323
| EqxEvent ( Equinox.Cosmos.Store.Log.Event.Query ( Equinox.Cosmos.Store.Direction.Backward, responses, { count = c })) -> Some ( responses, c)
324
324
| _ -> None
325
325
[ 1 , 5 ] =! capture.ChooseCalls queryRoundTripsAndItemCounts
326
- verifyRequestChargesMax 4 // 3.04 // WAS 3 // 2.98
327
- }
326
+ verifyRequestChargesMax 6 // 5.76 // WAS 4 // 3.04 // WAS 3 // 2.98
327
+ }
0 commit comments