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 (#5652 (comment)).
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
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 (#5652 (comment)).
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
sigs.k8s.io/e2e-frameworkdependency tov0.5.0(test/e2e/funcs: add helpful error context to ApplyResources and others, vs. features.go:94 #5722 (comment))Flaky tests
TestDowngradeE2E frequently failing #6413TestCompositionInvalidComposedIncrease e2e test reliability #5671 (comment)TestConfigurationWithDependencyBump crossplane-runtime to v1.17.0-rc.0 #5652 (comment)