Skip to content

Flaky e2e TAS test due to concurrent node changes #5772

Open
@mimowo

Description

@mimowo

/kind flake
What happened:

failure on unrelated branch https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_kueue/5767/pull-kueue-test-e2e-tas-main/1937863350411071488

What you expected to happen:
no failure
How to reproduce it (as minimally and precisely as possible):
run ci

Anything else we need to know?:

End To End TAS Suite: kindest/node:v1.33.1: [BeforeSuite] expand_less	0s
{Unexpected error:
    <*errors.StatusError | 0xc00068a780>: 
    Operation cannot be fulfilled on nodes "kind-worker8": the object has been modified; please apply your changes to the latest version and try again
    {
        ErrStatus: {
            TypeMeta: {Kind: "", APIVersion: ""},
            ListMeta: {
                SelfLink: "",
                ResourceVersion: "",
                Continue: "",
                RemainingItemCount: nil,
            },
            Status: "Failure",
            Message: "Operation cannot be fulfilled on nodes \"kind-worker8\": the object has been modified; please apply your changes to the latest version and try again",
            Reason: "Conflict",
            Details: {Name: "kind-worker8", Group: "", Kind: "nodes", UID: "", Causes: nil, RetryAfterSeconds: 0},
            Code: 409,
        },
    }
occurred failed [FAILED] Unexpected error:
    <*errors.StatusError | 0xc00068a780>: 
    Operation cannot be fulfilled on nodes "kind-worker8": the object has been modified; please apply your changes to the latest version and try again
    {
        ErrStatus: {
            TypeMeta: {Kind: "", APIVersion: ""},
            ListMeta: {
                SelfLink: "",
                ResourceVersion: "",
                Continue: "",
                RemainingItemCount: nil,
            },
            Status: "Failure",
            Message: "Operation cannot be fulfilled on nodes \"kind-worker8\": the object has been modified; please apply your changes to the latest version and try again",
            Reason: "Conflict",
            Details: {Name: "kind-worker8", Group: "", Kind: "nodes", UID: "", Causes: nil, RetryAfterSeconds: 0},
            Code: 409,
        },
    }
occurred
In [BeforeSuite] at: /home/prow/go/src/sigs.k8s.io/kueue/test/e2e/tas/suite_test.go:83 @ 06/25/25 13:32:12.835
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.kind/flakeCategorizes issue or PR as related to a flaky test.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions