|
24 | 24 | DOWNLOAD_DIR=$(cygpath -m $DOWNLOAD_DIR) |
25 | 25 | fi |
26 | 26 |
|
27 | | -./mongodl --edition enterprise --version 7.0 --component archive --test |
28 | | -./mongodl --edition enterprise --version 7.0 --component cryptd --out ${DOWNLOAD_DIR} --strip-path-components 1 |
| 27 | +./mongodl --edition enterprise --version 7.0 --component archive --test --retries 5 |
| 28 | +./mongodl --edition enterprise --version 7.0 --component cryptd --out ${DOWNLOAD_DIR} --strip-path-components 1 --retries 5 |
29 | 29 | ./mongosh-dl --no-download |
30 | 30 | ./mongosh-dl --version 2.1.1 --no-download |
31 | 31 |
|
32 | 32 | export PATH="${DOWNLOAD_DIR}/bin:$PATH" |
33 | 33 | if [ "${OS:-}" != "Windows_NT" ]; then |
34 | | - ./mongosh-dl --version 2.1.1 --out ${DOWNLOAD_DIR} --strip-path-components 1 |
| 34 | + ./mongosh-dl --version 2.1.1 --out ${DOWNLOAD_DIR} --strip-path-components 1 --retries 5 |
35 | 35 | chmod +x ./mongodl_test/bin/mongosh |
36 | 36 | ./mongodl_test/bin/mongosh --version |
37 | 37 | else |
38 | | - ./mongosh-dl --version 2.1.1 --out ${DOWNLOAD_DIR} --strip-path-components 1 |
| 38 | + ./mongosh-dl --version 2.1.1 --out ${DOWNLOAD_DIR} --strip-path-components 1 --retries 5 |
39 | 39 | fi |
40 | 40 |
|
41 | 41 | # Ensure that we can use a downloaded mongodb directory. |
42 | 42 | rm -rf ${DOWNLOAD_DIR} |
43 | 43 | bash install-cli.sh "$(pwd)/orchestration" |
44 | | -./mongodl --edition enterprise --version 7.0 --component archive --out ${DOWNLOAD_DIR} --strip-path-components 2 |
| 44 | +./mongodl --edition enterprise --version 7.0 --component archive --out ${DOWNLOAD_DIR} --strip-path-components 2 --retries 5 |
45 | 45 | ./orchestration/drivers-orchestration run --existing-binaries-dir=${DOWNLOAD_DIR} |
46 | 46 | ${DOWNLOAD_DIR}/mongod --version | grep v7.0 |
47 | 47 | ./orchestration/drivers-orchestration stop |
|
56 | 56 | export VALIDATE_DISTROS=1 |
57 | 57 | ./mongodl --list |
58 | 58 | ./mongodl --edition enterprise --version 7.0.6 --component archive --no-download |
59 | | -./mongodl --edition enterprise --version 3.6 --component archive --test |
60 | | -./mongodl --edition enterprise --version 4.0 --component archive --test |
61 | | -./mongodl --edition enterprise --version 4.2 --component archive --test |
62 | | -./mongodl --edition enterprise --version 4.4 --component archive --test |
63 | | -./mongodl --edition enterprise --version 5.0 --component archive --test |
64 | | -./mongodl --edition enterprise --version 6.0 --component crypt_shared --test |
65 | | -./mongodl --edition enterprise --version 8.0 --component archive --test |
66 | | -./mongodl --edition enterprise --version rapid --component archive --test |
67 | | -./mongodl --edition enterprise --version latest --component archive --out ${DOWNLOAD_DIR} |
68 | | -./mongodl --edition enterprise --version latest-build --component archive --test |
69 | | -./mongodl --edition enterprise --version latest-release --component archive --test |
70 | | -./mongodl --edition enterprise --version v6.0-perf --component cryptd --test |
71 | | -./mongodl --edition enterprise --version v8.0-perf --component cryptd --test |
| 59 | +./mongodl --edition enterprise --version 3.6 --component archive --test --retries 5 |
| 60 | +./mongodl --edition enterprise --version 4.0 --component archive --test --retries 5 |
| 61 | +./mongodl --edition enterprise --version 4.2 --component archive --test --retries 5 |
| 62 | +./mongodl --edition enterprise --version 4.4 --component archive --test --retries 5 |
| 63 | +./mongodl --edition enterprise --version 5.0 --component archive --test --retries 5 |
| 64 | +./mongodl --edition enterprise --version 6.0 --component crypt_shared --test --retries 5 |
| 65 | +./mongodl --edition enterprise --version 8.0 --component archive --test --retries 5 |
| 66 | +./mongodl --edition enterprise --version rapid --component archive --test --retries 5 |
| 67 | +./mongodl --edition enterprise --version latest --component archive --out ${DOWNLOAD_DIR} --retries 5 |
| 68 | +./mongodl --edition enterprise --version latest-build --component archive --test --retries 5 |
| 69 | +./mongodl --edition enterprise --version latest-release --component archive --test --retries 5 |
| 70 | +./mongodl --edition enterprise --version v6.0-perf --component cryptd --test --retries 5 |
| 71 | +./mongodl --edition enterprise --version v8.0-perf --component cryptd --test --retries 5 |
72 | 72 |
|
73 | 73 | popd |
74 | 74 | make -C ${DRIVERS_TOOLS} test |
0 commit comments