File tree Expand file tree Collapse file tree 1 file changed +30
-27
lines changed Expand file tree Collapse file tree 1 file changed +30
-27
lines changed Original file line number Diff line number Diff line change @@ -270,15 +270,16 @@ public function testStatisticsInsert()
270
270
271
271
static ::assertEquals (
272
272
[
273
- 'writesExecuted ' => 1000 ,
274
- 'writesIgnored ' => 0 ,
275
- 'scannedFull ' => 0 ,
276
- 'scannedIndex ' => 0 ,
277
- 'filtered ' => 0 ,
278
- 'cursorsCreated ' => 0 ,
279
- 'cursorsRearmed ' => 0 ,
280
- 'cacheHits ' => 0 ,
281
- 'cacheMisses ' => 0 ,
273
+ 'writesExecuted ' => 1000 ,
274
+ 'writesIgnored ' => 0 ,
275
+ 'scannedFull ' => 0 ,
276
+ 'scannedIndex ' => 0 ,
277
+ 'filtered ' => 0 ,
278
+ 'cursorsCreated ' => 0 ,
279
+ 'cursorsRearmed ' => 0 ,
280
+ 'cacheHits ' => 0 ,
281
+ 'cacheMisses ' => 0 ,
282
+ 'intermediateCommits ' => 0 ,
282
283
], filtered ($ extra ['stats ' ])
283
284
);
284
285
@@ -312,15 +313,16 @@ public function testStatisticsSelectRemove()
312
313
313
314
static ::assertEquals (
314
315
[
315
- 'writesExecuted ' => 3 ,
316
- 'writesIgnored ' => 0 ,
317
- 'scannedFull ' => 0 ,
318
- 'scannedIndex ' => 3 ,
319
- 'filtered ' => 0 ,
320
- 'cursorsCreated ' => 1 ,
321
- 'cursorsRearmed ' => 0 ,
322
- 'cacheHits ' => 0 ,
323
- 'cacheMisses ' => 0 ,
316
+ 'writesExecuted ' => 3 ,
317
+ 'writesIgnored ' => 0 ,
318
+ 'scannedFull ' => 0 ,
319
+ 'scannedIndex ' => 3 ,
320
+ 'filtered ' => 0 ,
321
+ 'cursorsCreated ' => 1 ,
322
+ 'cursorsRearmed ' => 0 ,
323
+ 'cacheHits ' => 0 ,
324
+ 'cacheMisses ' => 0 ,
325
+ 'intermediateCommits ' => 0 ,
324
326
], filtered ($ extra ['stats ' ])
325
327
);
326
328
@@ -354,15 +356,16 @@ public function testStatisticsSelect()
354
356
355
357
static ::assertEquals (
356
358
[
357
- 'writesExecuted ' => 0 ,
358
- 'writesIgnored ' => 0 ,
359
- 'scannedFull ' => 1000 ,
360
- 'scannedIndex ' => 0 ,
361
- 'filtered ' => 500 ,
362
- 'cursorsCreated ' => 0 ,
363
- 'cursorsRearmed ' => 0 ,
364
- 'cacheHits ' => 0 ,
365
- 'cacheMisses ' => 0 ,
359
+ 'writesExecuted ' => 0 ,
360
+ 'writesIgnored ' => 0 ,
361
+ 'scannedFull ' => 1000 ,
362
+ 'scannedIndex ' => 0 ,
363
+ 'filtered ' => 500 ,
364
+ 'cursorsCreated ' => 0 ,
365
+ 'cursorsRearmed ' => 0 ,
366
+ 'cacheHits ' => 0 ,
367
+ 'cacheMisses ' => 0 ,
368
+ 'intermediateCommits ' => 0 ,
366
369
], filtered ($ extra ['stats ' ])
367
370
);
368
371
You can’t perform that action at this time.
0 commit comments