Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestAccReplaceClusterAddSubnets flaky #1566

Open
t0yv0 opened this issue Dec 27, 2024 · 1 comment
Open

TestAccReplaceClusterAddSubnets flaky #1566

t0yv0 opened this issue Dec 27, 2024 · 1 comment
Labels
impact/flaky-test A test that is unreliable kind/engineering Work that is not visible to an external user

Comments

@t0yv0
Copy link
Member

t0yv0 commented Dec 27, 2024

FAIL: TestAccReplaceClusterAddSubnets (3709.52s)

        	Error:      	Received unexpected error:
        	            	cluster test-replace-cluster-add-subnets-eksCluster-fb80f5c is unhealthy: ASG test-replace-cluster-add-subnets-6fc8a16 in cluster test-replace-cluster-add-subnets-eksCluster-fb80f5c has 1 instances but has a desired size of 2
        	Test:       	TestAccReplaceClusterAddSubnets
    program.go:1473: Destroying stack


Causing #1563

@t0yv0 t0yv0 added impact/flaky-test A test that is unreliable kind/engineering Work that is not visible to an external user labels Dec 27, 2024
@flostadler
Copy link
Contributor

This test uses public subnets for the node groups. The ASG not reaching the desired amount of instances is most likely related to hitting the EIP limit in the test account. We should configure the instances to use private subnets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/flaky-test A test that is unreliable kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

2 participants