@@ -705,70 +705,6 @@ functions:
705
705
export PROJECT_DIRECTORY=$ECS_SRC_DIR;
706
706
707
707
python aws_tester.py ecs
708
- run-ocsp-test :
709
- - command : shell.exec
710
- type : test
711
- params :
712
- working_dir : src
713
- script : |
714
- ${PREPARE_SHELL}
715
-
716
- CA_FILE="$DRIVERS_TOOLS/.evergreen/ocsp/rsa/ca.pem" \
717
- OCSP_TLS_SHOULD_SUCCEED="${OCSP_TLS_SHOULD_SUCCEED}" \
718
- bash ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-tests.sh
719
- run-valid-ocsp-server :
720
- - command : shell.exec
721
- params :
722
- script : >
723
- cd ${DRIVERS_TOOLS}/.evergreen/ocsp
724
-
725
- export PYTHON_BINARY=$([ "Windows_NT" = "$OS" ] && echo "/cygdrive/c/python/python38/python.exe" || echo
726
- "/opt/mongodbtoolchain/v3/bin/python3")
727
-
728
- export PYTHON_VENV_PATH=$([ "Windows_NT" = "$OS" ] && echo "./venv/Scripts" || echo "./venv/bin")
729
-
730
-
731
- $PYTHON_BINARY -m venv ./venv
732
-
733
- $PYTHON_VENV_PATH/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
734
- - command : shell.exec
735
- params :
736
- background : true
737
- script : |
738
- cd ${DRIVERS_TOOLS}/.evergreen/ocsp
739
- nohup $PYTHON_VENV_PATH/python3 ocsp_mock.py \
740
- --ca_file rsa/ca.pem \
741
- --ocsp_responder_cert rsa/ca.crt \
742
- --ocsp_responder_key rsa/ca.key \
743
- -p 8100 -v
744
- run-revoked-ocsp-server :
745
- - command : shell.exec
746
- params :
747
- script : >
748
- cd ${DRIVERS_TOOLS}/.evergreen/ocsp
749
-
750
-
751
- export PYTHON_BINARY=$([ "Windows_NT" = "$OS" ] && echo "/cygdrive/c/python/python38/python.exe" || echo
752
- "/opt/mongodbtoolchain/v3/bin/python3")
753
-
754
- export PYTHON_VENV_PATH=$([ "Windows_NT" = "$OS" ] && echo "./venv/Scripts" || echo "./venv/bin")
755
-
756
-
757
- $PYTHON_BINARY -m venv ./venv
758
-
759
- $PYTHON_VENV_PATH/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
760
- - command : shell.exec
761
- params :
762
- background : true
763
- script : |
764
- cd ${DRIVERS_TOOLS}/.evergreen/ocsp
765
- nohup $PYTHON_VENV_PATH/python3 ocsp_mock.py \
766
- --ca_file rsa/ca.pem \
767
- --ocsp_responder_cert rsa/ca.crt \
768
- --ocsp_responder_key rsa/ca.key \
769
- -p 8100 \
770
- -v \
771
- --fault revoked
772
708
run custom csfle tests :
773
709
- command : ec2.assume_role
774
710
params :
@@ -3473,7 +3409,7 @@ tasks:
3473
3409
- func : install dependencies
3474
3410
- func : bootstrap mongo-orchestration
3475
3411
- func : check resource management feature integration
3476
- - name : check-types-typescript-next-node-types-22.9 .0
3412
+ - name : check-types-typescript-next-node-types-22.13 .0
3477
3413
tags :
3478
3414
- check-types-typescript-next
3479
3415
- typescript-compilation
@@ -3485,10 +3421,10 @@ tasks:
3485
3421
- {key: NODE_LTS_VERSION, value: '16'}
3486
3422
- {key: NPM_VERSION, value: '9'}
3487
3423
- {key: TS_VERSION, value: next}
3488
- - {key: TYPES_VERSION, value: 22.9 .0}
3424
+ - {key: TYPES_VERSION, value: 22.13 .0}
3489
3425
- func : install dependencies
3490
3426
- func : check types
3491
- - name : check-types-typescript-current-node-types-22.9 .0
3427
+ - name : check-types-typescript-current-node-types-22.13 .0
3492
3428
tags :
3493
3429
- check-types-typescript-current
3494
3430
- typescript-compilation
@@ -3500,7 +3436,7 @@ tasks:
3500
3436
- {key: NODE_LTS_VERSION, value: '16'}
3501
3437
- {key: NPM_VERSION, value: '9'}
3502
3438
- {key: TS_VERSION, value: current}
3503
- - {key: TYPES_VERSION, value: 22.9 .0}
3439
+ - {key: TYPES_VERSION, value: 22.13 .0}
3504
3440
- func : install dependencies
3505
3441
- func : check types
3506
3442
- name : check-types-typescript-next-node-types-16.x
@@ -3548,7 +3484,7 @@ tasks:
3548
3484
- {key: TYPES_VERSION, value: 18.11.9}
3549
3485
- func : install dependencies
3550
3486
- func : check types
3551
- - name : compile-driver-typescript-current-node-types-22.9 .0
3487
+ - name : compile-driver-typescript-current-node-types-22.13 .0
3552
3488
tags :
3553
3489
- compile-driver-typescript-current
3554
3490
- typescript-compilation
@@ -3560,7 +3496,7 @@ tasks:
3560
3496
- {key: NODE_LTS_VERSION, value: '16'}
3561
3497
- {key: NPM_VERSION, value: '9'}
3562
3498
- {key: TS_VERSION, value: current}
3563
- - {key: TYPES_VERSION, value: 22.9 .0}
3499
+ - {key: TYPES_VERSION, value: 22.13 .0}
3564
3500
- func : install dependencies
3565
3501
- func : compile driver
3566
3502
- name : download-and-merge-coverage
0 commit comments