@@ -394,8 +394,8 @@ tasks:
394
394
AUTH : " noauth"
395
395
SSL : " nossl"
396
396
397
- - name : test-standalone-noauth-nossl-compression
398
- tags : ["test", "standalone", "compression"]
397
+ - name : test-standalone-noauth-nossl-snappy- compression
398
+ tags : ["test", "standalone", "compression", "snappy" ]
399
399
commands :
400
400
- func : bootstrap-mongo-orchestration
401
401
vars :
@@ -409,6 +409,21 @@ tasks:
409
409
SSL : " nossl"
410
410
MONGO_GO_DRIVER_COMPRESSOR : " snappy"
411
411
412
+ - name : test-standalone-noauth-nossl-zlib-compression
413
+ tags : ["test", "standalone", "compression", "zlib"]
414
+ commands :
415
+ - func : bootstrap-mongo-orchestration
416
+ vars :
417
+ TOPOLOGY : " server"
418
+ AUTH : " noauth"
419
+ SSL : " nossl"
420
+ - func : run-tests
421
+ vars :
422
+ TOPOLOGY : " server"
423
+ AUTH : " noauth"
424
+ SSL : " nossl"
425
+ MONGO_GO_DRIVER_COMPRESSOR : " zlib"
426
+
412
427
- name : test-standalone-auth-ssl
413
428
tags : ["test", "standalone", "authssl"]
414
429
commands :
@@ -423,8 +438,8 @@ tasks:
423
438
AUTH : " auth"
424
439
SSL : " ssl"
425
440
426
- - name : test-standalone-auth-ssl-compression
427
- tags : ["test", "standalone", "authssl", "compression"]
441
+ - name : test-standalone-auth-ssl-snappy- compression
442
+ tags : ["test", "standalone", "authssl", "compression", "snappy" ]
428
443
commands :
429
444
- func : bootstrap-mongo-orchestration
430
445
vars :
@@ -438,22 +453,23 @@ tasks:
438
453
SSL : " ssl"
439
454
MONGO_GO_DRIVER_COMPRESSOR : " snappy"
440
455
441
- - name : test-replicaset-noauth-nossl
442
- tags : ["test", "replicaset "]
456
+ - name : test-standalone-auth-ssl-zlib-compression
457
+ tags : ["test", "standalone", "authssl", "compression", "zlib "]
443
458
commands :
444
459
- func : bootstrap-mongo-orchestration
445
460
vars :
446
- TOPOLOGY : " replica_set "
447
- AUTH : " noauth "
448
- SSL : " nossl "
461
+ TOPOLOGY : " server "
462
+ AUTH : " auth "
463
+ SSL : " ssl "
449
464
- func : run-tests
450
465
vars :
451
- TOPOLOGY : " replica_set"
452
- AUTH : " noauth"
453
- SSL : " nossl"
466
+ TOPOLOGY : " server"
467
+ AUTH : " auth"
468
+ SSL : " ssl"
469
+ MONGO_GO_DRIVER_COMPRESSOR : " zlib"
454
470
455
- - name : test-replicaset-noauth-nossl-compression
456
- tags : ["test", "replicaset", "compression" ]
471
+ - name : test-replicaset-noauth-nossl
472
+ tags : ["test", "replicaset"]
457
473
commands :
458
474
- func : bootstrap-mongo-orchestration
459
475
vars :
@@ -465,7 +481,6 @@ tasks:
465
481
TOPOLOGY : " replica_set"
466
482
AUTH : " noauth"
467
483
SSL : " nossl"
468
- MONGO_GO_DRIVER_COMPRESSOR : " snappy"
469
484
470
485
- name : test-replicaset-auth-ssl
471
486
tags : ["test", "replicaset", "authssl"]
@@ -481,23 +496,22 @@ tasks:
481
496
AUTH : " auth"
482
497
SSL : " ssl"
483
498
484
- - name : test-replicaset-auth-ssl-compression
485
- tags : ["test", "replicaset", "authssl", "compression "]
499
+ - name : test-sharded-noauth-nossl
500
+ tags : ["test", "sharded "]
486
501
commands :
487
502
- func : bootstrap-mongo-orchestration
488
503
vars :
489
- TOPOLOGY : " replica_set "
490
- AUTH : " auth "
491
- SSL : " ssl "
504
+ TOPOLOGY : " sharded_cluster "
505
+ AUTH : " noauth "
506
+ SSL : " nossl "
492
507
- func : run-tests
493
508
vars :
494
- TOPOLOGY : " replica_set"
495
- AUTH : " auth"
496
- SSL : " ssl"
497
- MONGO_GO_DRIVER_COMPRESSOR : " snappy"
509
+ TOPOLOGY : " sharded_cluster"
510
+ AUTH : " noauth"
511
+ SSL : " nossl"
498
512
499
- - name : test-sharded-noauth-nossl
500
- tags : ["test", "sharded"]
513
+ - name : test-sharded-noauth-nossl-snappy-compression
514
+ tags : ["test", "sharded", "compression", "snappy" ]
501
515
commands :
502
516
- func : bootstrap-mongo-orchestration
503
517
vars :
@@ -509,9 +523,10 @@ tasks:
509
523
TOPOLOGY : " sharded_cluster"
510
524
AUTH : " noauth"
511
525
SSL : " nossl"
526
+ MONGO_GO_DRIVER_COMPRESSOR : " snappy"
512
527
513
- - name : test-sharded-noauth-nossl-compression
514
- tags : ["test", "sharded", "compression"]
528
+ - name : test-sharded-noauth-nossl-zlib- compression
529
+ tags : ["test", "sharded", "compression", "zlib" ]
515
530
commands :
516
531
- func : bootstrap-mongo-orchestration
517
532
vars :
@@ -523,7 +538,7 @@ tasks:
523
538
TOPOLOGY : " sharded_cluster"
524
539
AUTH : " noauth"
525
540
SSL : " nossl"
526
- MONGO_GO_DRIVER_COMPRESSOR : " snappy "
541
+ MONGO_GO_DRIVER_COMPRESSOR : " zlib "
527
542
528
543
- name : test-sharded-auth-ssl
529
544
tags : ["test", "sharded", "authssl"]
@@ -539,8 +554,8 @@ tasks:
539
554
AUTH : " auth"
540
555
SSL : " ssl"
541
556
542
- - name : test-sharded-auth-ssl-compression
543
- tags : ["test", "sharded", "authssl", "compression"]
557
+ - name : test-sharded-auth-ssl-snappy- compression
558
+ tags : ["test", "sharded", "authssl", "compression", "snappy" ]
544
559
commands :
545
560
- func : bootstrap-mongo-orchestration
546
561
vars :
@@ -554,27 +569,32 @@ tasks:
554
569
SSL : " ssl"
555
570
MONGO_GO_DRIVER_COMPRESSOR : " snappy"
556
571
557
- - name : test-enterprise -auth-plain
558
- tags : ["test", "enterprise-auth "]
572
+ - name : test-sharded -auth-ssl-zlib-compression
573
+ tags : ["test", "sharded", "authssl", "compression", "zlib "]
559
574
commands :
560
- - func : run-enterprise-auth-tests
575
+ - func : bootstrap-mongo-orchestration
561
576
vars :
562
- MONGODB_URI : " ${plain_auth_mongodb_uri}"
577
+ TOPOLOGY : " sharded_cluster"
578
+ AUTH : " auth"
579
+ SSL : " ssl"
580
+ - func : run-tests
581
+ vars :
582
+ TOPOLOGY : " sharded_cluster"
583
+ AUTH : " auth"
584
+ SSL : " ssl"
585
+ MONGO_GO_DRIVER_COMPRESSOR : " zlib"
563
586
564
- - name : test-enterprise-auth-plain-compression
587
+ - name : test-enterprise-auth-plain
565
588
tags : ["test", "enterprise-auth"]
566
589
commands :
567
590
- func : run-enterprise-auth-tests
568
591
vars :
569
592
MONGODB_URI : " ${plain_auth_mongodb_uri}"
570
- MONGO_GO_DRIVER_COMPRESSOR : " snappy"
571
593
572
594
- name : test-enterprise-auth-gssapi
573
595
tags : ["test", "enterprise-auth"]
574
596
commands :
575
597
- func : run-enterprise-gssapi-auth-tests
576
- vars :
577
- MONGO_GO_DRIVER_COMPRESSOR : " snappy"
578
598
579
599
- name : test-enterprise-auth-gssapi-service-host
580
600
tags : ["test", "enterprise-auth"]
@@ -730,7 +750,19 @@ buildvariants:
730
750
- name : " .test !.authssl !.enterprise-auth !.compression"
731
751
732
752
- matrix_name : " tests-nonlegacy-servers"
733
- matrix_spec : { version: ["3.2", "3.4", "3.6", "4.0", "latest"], os-ssl-32: "*" }
753
+ matrix_spec : { version: "3.2", os-ssl-32: "*" }
754
+ display_name : " ${version} ${os-ssl-32}"
755
+ tasks :
756
+ - name : " .test !.enterprise-auth !.compression"
757
+
758
+ - matrix_name : " tests-nonlegacy-servers-with-snappy-support"
759
+ matrix_spec : { version: "3.4", os-ssl-32: "*" }
760
+ display_name : " ${version} ${os-ssl-32}"
761
+ tasks :
762
+ - name : " .test !.enterprise-auth !.zlib"
763
+
764
+ - matrix_name : " tests-nonlegacy-servers-with-zlib-support"
765
+ matrix_spec : { version: ["3.6", "4.0", "latest"], os-ssl-32: "*" }
734
766
display_name : " ${version} ${os-ssl-32}"
735
767
tasks :
736
768
- name : " .test !.enterprise-auth"
0 commit comments