crossplane/crossplane

Increase e2e test reliability

Offen

#5.671 geöffnet am 10.05.2024

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (1.211 Forks)auto 404
e2eenhancementexempt-from-staleflaky-testgood first issueroadmaptechdebttest

Repository-Metriken

Stars
 (11.845 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 14h) (109 gemergte PRs in 30 T)

Beschreibung

What problem are you facing?

The e2e tests for Crossplane have not been as reliable as we'd like lately. For example, bumping the crossplane-runtime dependency in preparation for the v1.16 release was delayed due to e2e test failures that had been present in master for awhile (https://github.com/crossplane/crossplane/pull/5652#issuecomment-2097794718).

Ideally, we would be getting consistent green builds where all tests pass, but recently we've been getting more failures that are more likely to be test issues as opposed to genuine issues in the code we ship.

The less reliable our tests are, the less confidence we have in what we're shipping.

How could Crossplane help solve your problem?

This is a high level epic for improving our confidence and reliability in the e2e tests.

Framework improvements

Flaky tests

Contributor Guide