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

Bug: Possible test race condition #4366

Open
theunrepentantgeek opened this issue Oct 22, 2024 · 0 comments
Open

Bug: Possible test race condition #4366

theunrepentantgeek opened this issue Oct 22, 2024 · 0 comments
Labels
bug 🪲 Something isn't working
Milestone

Comments

@theunrepentantgeek
Copy link
Member

Describe the bug

In the lead up to the release of ASO v2.10 we observed the test Test_Networking_PrivateEndpoint_WithoutAutoApproval_CRUD failing with an error in the task controller:test-integration-kind-ci:

No future change is possible.  Bailing out early after 20.016s.
Expected
    <conditions.Condition>: {
        Type: "Ready",
        Status: "False",
        Severity: "Error",
        LastTransitionTime: {
            Time: 2024-10-21T21:56:22Z,
        },
        ObservedGeneration: 1,
        Reason: "InvalidValuesForRequestParameters",
        Message: "Call to Microsoft.Storage/storageAccounts failed. 
			Error message: Values for request parameters are invalid: linkIdentifier.: 
			PUT https://management.azure.com/subscriptions/***/resourceGroups/asolivetest-rg-abwpdx/providers/Microsoft.Network/privateEndpoints/asolivetest-endpoint-iqaqky
			--------------------------------------------------------------------------------
			RESPONSE 400: 400 Bad Request
			ERROR CODE: InvalidValuesForRequestParameters
			--------------------------------------------------------------------------------
			{
				\"error\": {
					\"code\": \"InvalidValuesForRequestParameters\",
					\"message\": \"Call to Microsoft.Storage/storageAccounts failed. 
						Error message: Values for request parameters are invalid: linkIdentifier.\",
					\"details\": []
				}
			}
			--------------------------------------------------------------------------------",
    }
status to be "False", severity to be "Warning".

To Reproduce

Reproduction will be by running the task controller:test-integration-kind-ci, possibly with a TEST_FILTER to limit the test to Test_Networking_PrivateEndpoint_WithoutAutoApproval_CRUD, however this normally works so you may need several attempts.

Reviewing the test run that failed may be helpful for context.

Expected behavior

Test should consistently pass or fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
Development

No branches or pull requests

2 participants