Skip to content

Flaky tests in helmchart_controller_test  #581

@pjbgf

Description

@pjbgf

HelmChart is intermittely failing with the error below and may require further investigation:

    Expected success, but got an error:
        <*errors.StatusError | 0x4000dcd7c0>: {
            ErrStatus: {
                TypeMeta: {Kind: "", APIVersion: ""},
                ListMeta: {
                    SelfLink: "",
                    ResourceVersion: "",
                    Continue: "",
                    RemainingItemCount: nil,
                },
                Status: "Failure",
                Message: "Operation cannot be fulfilled on helmcharts.source.toolkit.fluxcd.io \"helmchart-sample-p2zlf\": the object has been modified; please apply your changes to the latest version and try again",
                Reason: "Conflict",
                Details: {
                    Name: "helmchart-sample-p2zlf",
                    Group: "source.toolkit.fluxcd.io",
                    Kind: "helmcharts",
                    UID: "",
                    Causes: nil,
                    RetryAfterSeconds: 0,
                },
                Code: 409,
            },
        }
        Operation cannot be fulfilled on helmcharts.source.toolkit.fluxcd.io "helmchart-sample-p2zlf": the object has been modified; please apply your changes to the latest version and try again

Occurrences:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions