Skip to content

Commit e819acb

Browse files
committed
remove comments
1 parent 81a532a commit e819acb

File tree

6 files changed

+23
-26
lines changed

6 files changed

+23
-26
lines changed

evergreen/evergreen.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ tasks:
12861286
- func: assume-aws-test-secrets-role
12871287
- func: configure-framework
12881288
vars:
1289-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1289+
FRAMEWORK: net6.0
12901290
- func: run-atlas-connectivity-tests
12911291

12921292
- name: test-gssapi-net472
@@ -1341,7 +1341,7 @@ tasks:
13411341
commands:
13421342
- func: configure-framework
13431343
vars:
1344-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1344+
FRAMEWORK: net6.0
13451345
- func: run-plain-auth-tests
13461346

13471347
- name: aws-auth-tests
@@ -1354,7 +1354,7 @@ tasks:
13541354
- func: add-aws-auth-variables-to-file
13551355
- func: configure-framework
13561356
vars:
1357-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1357+
FRAMEWORK: net6.0
13581358
# This step also creates test related users, so don't avoid this step in order to run other tests
13591359
- func: run-aws-auth-test-with-regular-aws-credentials
13601360
- func: run-aws-auth-test-with-assume-role-credentials
@@ -1409,21 +1409,21 @@ tasks:
14091409
- func: assume-aws-test-secrets-role
14101410
- func: configure-framework
14111411
vars:
1412-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1412+
FRAMEWORK: net6.0
14131413
- func: run-atlas-search-test
14141414

14151415
- name: atlas-search-index-helpers-test
14161416
commands:
14171417
- func: configure-framework
14181418
vars:
1419-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1419+
FRAMEWORK: net6.0
14201420
- func: run-atlas-search-index-helpers-test
14211421

14221422
- name: test-oidc-auth
14231423
commands:
14241424
- func: configure-framework
14251425
vars:
1426-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1426+
FRAMEWORK: net6.0
14271427
- func: run-mongodb-oidc-tests
14281428

14291429
- name: test-oidc-azure
@@ -1496,7 +1496,7 @@ tasks:
14961496
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-mustStaple.json"
14971497
- func: configure-framework
14981498
vars:
1499-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1499+
FRAMEWORK: net6.0
15001500
- func: run-ocsp-test
15011501
vars:
15021502
OCSP_ALGORITHM: "rsa"
@@ -1514,7 +1514,7 @@ tasks:
15141514
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-mustStaple.json"
15151515
- func: configure-framework
15161516
vars:
1517-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1517+
FRAMEWORK: net6.0
15181518
- func: run-ocsp-test
15191519
vars:
15201520
OCSP_ALGORITHM: "rsa"
@@ -1532,7 +1532,7 @@ tasks:
15321532
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-disableStapling.json"
15331533
- func: configure-framework
15341534
vars:
1535-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1535+
FRAMEWORK: net6.0
15361536
- func: run-ocsp-test
15371537
vars:
15381538
OCSP_ALGORITHM: "rsa"
@@ -1550,7 +1550,7 @@ tasks:
15501550
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-disableStapling.json"
15511551
- func: configure-framework
15521552
vars:
1553-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1553+
FRAMEWORK: net6.0
15541554
- func: run-ocsp-test
15551555
vars:
15561556
OCSP_ALGORITHM: "rsa"
@@ -1564,7 +1564,7 @@ tasks:
15641564
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-disableStapling.json"
15651565
- func: configure-framework
15661566
vars:
1567-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1567+
FRAMEWORK: net6.0
15681568
- func: run-ocsp-test
15691569
vars:
15701570
OCSP_ALGORITHM: "rsa"
@@ -1582,7 +1582,7 @@ tasks:
15821582
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-mustStaple-disableStapling.json"
15831583
- func: configure-framework
15841584
vars:
1585-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1585+
FRAMEWORK: net6.0
15861586
- func: run-ocsp-test
15871587
vars:
15881588
OCSP_ALGORITHM: "rsa"
@@ -1596,7 +1596,7 @@ tasks:
15961596
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-mustStaple-disableStapling.json"
15971597
- func: configure-framework
15981598
vars:
1599-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1599+
FRAMEWORK: net6.0
16001600
- func: run-ocsp-test
16011601
vars:
16021602
OCSP_ALGORITHM: "rsa"
@@ -1614,7 +1614,7 @@ tasks:
16141614
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-mustStaple.json"
16151615
- func: configure-framework
16161616
vars:
1617-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1617+
FRAMEWORK: net6.0
16181618
- func: run-ocsp-test
16191619
vars:
16201620
OCSP_ALGORITHM: "rsa"
@@ -1632,7 +1632,7 @@ tasks:
16321632
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-mustStaple.json"
16331633
- func: configure-framework
16341634
vars:
1635-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1635+
FRAMEWORK: net6.0
16361636
- func: run-ocsp-test
16371637
vars:
16381638
OCSP_ALGORITHM: "rsa"
@@ -1650,7 +1650,7 @@ tasks:
16501650
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-disableStapling.json"
16511651
- func: configure-framework
16521652
vars:
1653-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1653+
FRAMEWORK: net6.0
16541654
- func: run-ocsp-test
16551655
vars:
16561656
OCSP_ALGORITHM: "rsa"
@@ -1668,7 +1668,7 @@ tasks:
16681668
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-disableStapling.json"
16691669
- func: configure-framework
16701670
vars:
1671-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1671+
FRAMEWORK: net6.0
16721672
- func: run-ocsp-test
16731673
vars:
16741674
OCSP_ALGORITHM: "rsa"
@@ -1686,7 +1686,7 @@ tasks:
16861686
ORCHESTRATION_FILE: "rsa-basic-tls-ocsp-mustStaple-disableStapling.json"
16871687
- func: configure-framework
16881688
vars:
1689-
FRAMEWORK: net6.0 # TODO: discuss what frameworks should we use
1689+
FRAMEWORK: net6.0
16901690
- func: run-ocsp-test
16911691
vars:
16921692
OCSP_ALGORITHM: "rsa"

evergreen/run-csfle-azure-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "Running Azure Credential Acquisition Test"
2121
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
2222
export CSFLE_AZURE_KMS_TESTS_ENABLED=true
2323

24-
export FRAMEWORK=net6.0 # TODO: discuss what frameworks should we use
24+
export FRAMEWORK=net6.0
2525
. ./evergreen/install-dotnet.sh
2626

2727
. ./build.sh --target=TestCsfleWithAzureKms

evergreen/run-csfle-gcp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "Running GCP Credential Acquisition Test"
1414
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
1515
export CSFLE_GCP_KMS_TESTS_ENABLED=true
1616

17-
export FRAMEWORK=net6.0 # TODO: discuss what frameworks should we use
17+
export FRAMEWORK=net6.0
1818
. ./evergreen/install-dotnet.sh
1919

2020
. ./build.sh --target=TestCsfleWithGcpKms

evergreen/run-deployed-lambda-aws-tests.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ set -o errexit # Exit the script with error if any of the commands fail
55
# SAM CLI installs the "Amazon.Lambda.Tools" tool in this location so we need to add it to our PATH
66
export PATH="$PATH:$HOME/.dotnet/tools"
77

8-
# setting this as SAM CLI seems to check DOTNET_ROOT directly instead of the PATH
9-
export DOTNET_ROOT=$DOTNET_SDK_PATH
10-
11-
. ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
8+
. ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh

evergreen/run-mongodb-aws-ecs-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ -z "$1" ]]; then
2121
fi
2222
export MONGODB_URI="$1"
2323

24-
export FRAMEWORK=net6.0 # TODO: discuss what frameworks should we use
24+
export FRAMEWORK=net6.0
2525
. src/.evergreen/install-dotnet.sh # there is a script to rename our evergreen folder into .evergreen as it is expected by eg-tools script
2626

2727
if echo "$MONGODB_URI" | grep -q "@"; then

evergreen/run-mongodb-oidc-env-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Don't trace since the URI contains a password that shouldn't show up in the logs
44
set -o errexit # Exit the script with error if any of the commands fail
55

6-
export FRAMEWORK=net6.0 # TODO: discuss what frameworks should we use
6+
export FRAMEWORK=net6.0
77
. ./evergreen/install-dotnet.sh
88

99
if [ "$OIDC_ENV" == "azure" ]; then

0 commit comments

Comments
 (0)