Skip to content

Commit 06a9614

Browse files
authored
Some e2e tests were using the deprecated checkASGTagBeforeDraining (#753)
Replace with the new name: `checkTagBeforeDraining`
1 parent 692ef76 commit 06a9614

5 files changed

+5
-5
lines changed

test/e2e/asg-lifecycle-sqs-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ anth_helm_args=(
7171
--set awsSecretAccessKey=bar
7272
--set awsRegion="${AWS_REGION}"
7373
--set awsEndpoint="http://localstack.default"
74-
--set checkASGTagBeforeDraining=false
74+
--set checkTagBeforeDraining=false
7575
--set enableSqsTerminationDraining=true
7676
--set queueURL="${queue_url}"
7777
--wait

test/e2e/ec2-state-change-sqs-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ anth_helm_args=(
7373
--set awsSecretAccessKey=bar
7474
--set awsRegion="${AWS_REGION}"
7575
--set awsEndpoint="http://localstack.default"
76-
--set checkASGTagBeforeDraining=false
76+
--set checkTagBeforeDraining=false
7777
--set enableSqsTerminationDraining=true
7878
--set "queueURL=${queue_url}"
7979
--wait

test/e2e/rebalance-recommendation-sqs-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ anth_helm_args=(
7171
--set awsSecretAccessKey=bar
7272
--set awsRegion="${AWS_REGION}"
7373
--set awsEndpoint="http://localstack.default"
74-
--set checkASGTagBeforeDraining=false
74+
--set checkTagBeforeDraining=false
7575
--set enableSqsTerminationDraining=true
7676
--set taintNode="true"
7777
--set "queueURL=${queue_url}"

test/e2e/scheduled-change-event-sqs-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ anth_helm_args=(
7171
--set awsSecretAccessKey=bar
7272
--set awsRegion="${AWS_REGION}"
7373
--set awsEndpoint="http://localstack.default"
74-
--set checkASGTagBeforeDraining=false
74+
--set checkTagBeforeDraining=false
7575
--set enableSqsTerminationDraining=true
7676
--set taintNode="true"
7777
--set "queueURL=${queue_url}"

test/e2e/spot-interruption-sqs-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ anth_helm_args=(
7171
--set awsSecretAccessKey=bar
7272
--set awsRegion="${AWS_REGION}"
7373
--set awsEndpoint="http://localstack.default"
74-
--set checkASGTagBeforeDraining=false
74+
--set checkTagBeforeDraining=false
7575
--set enableSqsTerminationDraining=true
7676
--set "queueURL=${queue_url}"
7777
--wait

0 commit comments

Comments
 (0)