@@ -22,12 +22,12 @@ cxx_driver_variables:
2222 - name : " unit-test"
2323 - name : " integration-test-3.0"
2424 - name : " integration-test-3.0-with-WiredTiger"
25- - name : " integration-test-latest "
26- - name : " integration-test-latest -with-MMAPv1"
25+ - name : " integration-test-3.2 "
26+ - name : " integration-test-3.2 -with-MMAPv1"
2727 - name : " client-test-3.0"
2828 - name : " client-test-3.0-with-WiredTiger"
29- - name : " client-test-latest "
30- - name : " client-test-latest -with-MMAPv1"
29+ - name : " client-test-3.2 "
30+ - name : " client-test-3.2 -with-MMAPv1"
3131
3232 version_test_list : &version_tests
3333 - name : " compile"
@@ -38,6 +38,7 @@ cxx_driver_variables:
3838 - name : " integration-test-2.6"
3939 - name : " integration-test-3.0"
4040 - name : " integration-test-3.2"
41+ - name : " integration-test-latest"
4142 - name : " client-test-2.2"
4243 - name : " client-test-2.4"
4344 - name : " client-test-2.6"
@@ -446,21 +447,21 @@ tasks:
446447 - func : " fetch mongodb"
447448 - func : " run integration tests"
448449
449- - name : " integration-test-latest "
450+ - name : " integration-test-3.2-with-MMAPv1 "
450451 depends_on :
451452 - name : " compile"
452453 commands :
453- - func : " set version latest"
454+ - func : " set version 3.2"
455+ - func : " use MMAPv1 storage"
454456 - func : " fetch artifacts"
455457 - func : " fetch mongodb"
456458 - func : " run integration tests"
457459
458- - name : " integration-test-latest-with-MMAPv1 "
460+ - name : " integration-test-latest"
459461 depends_on :
460462 - name : " compile"
461463 commands :
462464 - func : " set version latest"
463- - func : " use MMAPv1 storage"
464465 - func : " fetch artifacts"
465466 - func : " fetch mongodb"
466467 - func : " run integration tests"
@@ -530,26 +531,25 @@ tasks:
530531 - func : " fetch mongodb"
531532 - func : " run client tests"
532533
533- - name : " client-test-latest "
534+ - name : " client-test-3.2-with-MMAPv1 "
534535 depends_on :
535536 - name : " compile"
536537 commands :
537- - func : " set version latest"
538+ - func : " set version 3.0"
539+ - func : " use MMAPv1 storage"
538540 - func : " fetch artifacts"
539541 - func : " fetch mongodb"
540542 - func : " run client tests"
541543
542- - name : " client-test-latest-with-MMAPv1 "
544+ - name : " client-test-latest"
543545 depends_on :
544546 - name : " compile"
545547 commands :
546548 - func : " set version latest"
547- - func : " use MMAPv1 storage"
548549 - func : " fetch artifacts"
549550 - func : " fetch mongodb"
550551 - func : " run client tests"
551552
552-
553553# ######################################
554554# Buildvariants #
555555# ######################################
0 commit comments