@@ -609,6 +609,17 @@ functions:
609
609
rm -f ./prepare_client_encryption.sh
610
610
611
611
MONGODB_URI="${MONGODB_URI}" bash ${PROJECT_DIRECTORY}/.evergreen/run-custom-csfle-tests.sh
612
+ run custom snappy tests :
613
+ - command : subprocess.exec
614
+ params :
615
+ working_dir : src
616
+ timeout_secs : 60
617
+ env :
618
+ MONGODB_URI : ' ${MONGODB_URI}'
619
+ PROJECT_DIRECTORY : ' ${PROJECT_DIRECTORY}'
620
+ binary : bash
621
+ args :
622
+ - ' ${PROJECT_DIRECTORY}/.evergreen/run-snappy-version-test.sh'
612
623
run bson-ext test :
613
624
- command : shell.exec
614
625
type : test
@@ -1677,26 +1688,38 @@ tasks:
1677
1688
- func : run mongosh integration tests
1678
1689
- name : run-custom-csfle-tests
1679
1690
tags :
1680
- - run-custom-csfle -tests
1691
+ - run-custom-dependency -tests
1681
1692
commands :
1682
1693
- func : install dependencies
1683
1694
vars :
1684
1695
NODE_LTS_NAME : erbium
1685
1696
- func : bootstrap mongo-orchestration
1686
1697
vars :
1687
- VERSION : ' 4.4 '
1698
+ VERSION : ' 5.0 '
1688
1699
TOPOLOGY : server
1689
1700
- func : run custom csfle tests
1701
+ - name : run-custom-snappy-tests
1702
+ tags :
1703
+ - run-custom-dependency-tests
1704
+ commands :
1705
+ - func : install dependencies
1706
+ vars :
1707
+ NODE_LTS_NAME : erbium
1708
+ - func : bootstrap mongo-orchestration
1709
+ vars :
1710
+ VERSION : ' 5.0'
1711
+ TOPOLOGY : server
1712
+ - func : run custom snappy tests
1690
1713
- name : run-bson-ext-test
1691
1714
tags :
1692
- - run-bson-ext-test
1715
+ - run-custom-dependency-tests
1693
1716
commands :
1694
1717
- func : install dependencies
1695
1718
vars :
1696
1719
NODE_LTS_NAME : erbium
1697
1720
- func : bootstrap mongo-orchestration
1698
1721
vars :
1699
- VERSION : ' 4.4 '
1722
+ VERSION : ' 5.0 '
1700
1723
TOPOLOGY : server
1701
1724
- func : run bson-ext test
1702
1725
vars :
@@ -1993,16 +2016,6 @@ buildvariants:
1993
2016
run_on : ubuntu1804-large
1994
2017
tasks :
1995
2018
- run-checks
1996
- - name : ubuntu1804-custom-csfle-tests
1997
- display_name : Custom FLE Version Test
1998
- run_on : ubuntu1804-large
1999
- tasks :
2000
- - run-custom-csfle-tests
2001
- - name : ubuntu1804-run-bson-ext-test
2002
- display_name : BSON EXT Test
2003
- run_on : ubuntu1804-large
2004
- tasks :
2005
- - run-bson-ext-test
2006
2019
- name : mongosh_integration_tests
2007
2020
display_name : mongosh integration tests
2008
2021
run_on : ubuntu1804-test
@@ -2032,6 +2045,13 @@ buildvariants:
2032
2045
- aws-4.4-auth-test-run-aws-auth-test-with-aws-credentials-as-environment-variables
2033
2046
- aws-4.4-auth-test-run-aws-auth-test-with-aws-credentials-and-session-token-as-environment-variables
2034
2047
- aws-4.4-auth-test-run-aws-ECS-auth-test
2048
+ - name : ubuntu1804-custom-dependency-tests
2049
+ display_name : Custom Dependency Version Test
2050
+ run_on : ubuntu1804-large
2051
+ tasks :
2052
+ - run-custom-csfle-tests
2053
+ - run-custom-snappy-tests
2054
+ - run-bson-ext-test
2035
2055
- name : ubuntu1804-test-serverless
2036
2056
display_name : Serverless Test
2037
2057
run_on : ubuntu1804-test
0 commit comments