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

E2E test failing with error from step CreateNPMCluster #1212

Open
SRodi opened this issue Jan 13, 2025 · 1 comment
Open

E2E test failing with error from step CreateNPMCluster #1212

SRodi opened this issue Jan 13, 2025 · 1 comment
Assignees
Labels
area/infra Test, Release, or CI Infrastructure meta/invalid This doesn't seem right type/bug Something isn't working

Comments

@SRodi
Copy link
Member

SRodi commented Jan 13, 2025

2025/01/13 09:04:07 creating cluster "runner-e2e-netobs-1736759038" in resource group "runner-e2e-netobs-1736759038"...
    runner.go:38: 
        	Error Trace:	/home/runner/work/retina/retina/test/e2e/framework/types/runner.go:38
        	            				/home/runner/work/retina/retina/test/e2e/retina_e2e_test.go:58
        	Error:      	Received unexpected error:
        	            	did not expect error from step CreateNPMCluster but got error: failed to finish the create cluster request: PUT https://management.azure.com/subscriptions/***/resourceGroups/runner-e2e-netobs-1736759038/providers/Microsoft.ContainerService/managedClusters/runner-e2e-netobs-1736759038
        	            	--------------------------------------------------------------------------------
        	            	RESPONSE 409: 409 Conflict
        	            	ERROR CODE: EtagMismatch
        	            	--------------------------------------------------------------------------------
        	            	{
        	            	  "code": "EtagMismatch",
        	            	  "details": [
        	            	    {
        	            	      "code": "Unspecified",
        	            	      "message": "rpc error: code = FailedPrecondition desc = Etag mismatched"
        	            	    }
        	            	  ],
        	            	  "message": "Operation is not allowed: Another operation is in progress",
        	            	  "subcode": "PutManagedClusterAndComponents_FailedPrecondition"
        	            	}
        	            	--------------------------------------------------------------------------------
        	Test:       	TestE2ERetina
--- FAIL: TestE2ERetina (17.93s)
FAIL
FAIL	github.com/microsoft/retina/test/e2e	17.954s
FAIL
Error: Process completed with exit code 1.

Link to execution: https://github.com/microsoft/retina/actions/runs/12743698406/job/35514489856

@SRodi SRodi added area/infra Test, Release, or CI Infrastructure meta/invalid This doesn't seem right type/bug Something isn't working labels Jan 13, 2025
@ritwikranjan ritwikranjan self-assigned this Jan 13, 2025
@ritwikranjan
Copy link
Contributor

The issue doesn't seem to be persistent. I was not able to reproduce it either locally or through the workflow. During my research i got the impression that the issue is linked to the azure sdk however i don't understand why the error is a 4xx rather than 5xx. Anyways, i couldn't find any issue with client side configuration. We can keep an eye out for this error and see if it occurs again or get frequent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra Test, Release, or CI Infrastructure meta/invalid This doesn't seem right type/bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants