@@ -272,7 +272,7 @@ exports['Should error out with readConcern level set to majority'] = {
272
272
}
273
273
274
274
exports [ 'Should set majority readConcern aggregate command' ] = {
275
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.8 " } } ,
275
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
276
276
277
277
test : function ( configuration , test ) {
278
278
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
@@ -311,7 +311,7 @@ exports['Should set majority readConcern aggregate command'] = {
311
311
}
312
312
313
313
exports [ 'Should set majority readConcern aggregate command but ignore due to out' ] = {
314
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.8 " } } ,
314
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
315
315
316
316
test : function ( configuration , test ) {
317
317
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
@@ -359,7 +359,7 @@ exports['Should set majority readConcern aggregate command but ignore due to out
359
359
}
360
360
361
361
exports [ 'Should set majority readConcern mapReduce command but be ignored' ] = {
362
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.9 " } } ,
362
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
363
363
364
364
test : function ( configuration , test ) {
365
365
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
@@ -402,7 +402,7 @@ exports['Should set majority readConcern mapReduce command but be ignored'] = {
402
402
}
403
403
404
404
exports [ 'Should set majority readConcern distinct command' ] = {
405
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.8 " } } ,
405
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
406
406
407
407
test : function ( configuration , test ) {
408
408
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
@@ -445,7 +445,7 @@ exports['Should set majority readConcern distinct command'] = {
445
445
}
446
446
447
447
exports [ 'Should set majority readConcern count command' ] = {
448
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.8 " } } ,
448
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
449
449
450
450
test : function ( configuration , test ) {
451
451
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
@@ -488,7 +488,7 @@ exports['Should set majority readConcern count command'] = {
488
488
}
489
489
490
490
exports [ 'Should set majority readConcern group command' ] = {
491
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.8 " } } ,
491
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
492
492
493
493
test : function ( configuration , test ) {
494
494
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
@@ -530,7 +530,7 @@ exports['Should set majority readConcern group command'] = {
530
530
}
531
531
}
532
532
exports [ 'Should set majority readConcern parallelCollectionScan command' ] = {
533
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.8 " } } ,
533
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
534
534
535
535
test : function ( configuration , test ) {
536
536
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
@@ -573,7 +573,7 @@ exports['Should set majority readConcern parallelCollectionScan command'] = {
573
573
}
574
574
575
575
exports [ 'Should set majority readConcern geoNear command' ] = {
576
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.8 " } } ,
576
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
577
577
578
578
test : function ( configuration , test ) {
579
579
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
@@ -620,7 +620,7 @@ exports['Should set majority readConcern geoNear command'] = {
620
620
}
621
621
622
622
exports [ 'Should set majority readConcern geoSearch command' ] = {
623
- metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.1.8 " } } ,
623
+ metadata : { requires : { topology : 'replicaset' , mongodb : ">= 3.2.0 " } } ,
624
624
625
625
test : function ( configuration , test ) {
626
626
var listener = require ( '../..' ) . instrument ( function ( err , instrumentations ) { } ) ;
0 commit comments