[Epic]: Refactor e2e tests to increase coverage and reduce complexity #2283
Labels
admin: epic
An EPIC -- meta issue used to track a body of work
admin: key-result
A key result (in the context of OKRs)
Problem
Currently, the e2e tests consists of the following steps (see tests/e2e/README.md for more details):
Also, there are a set of predefined test cases (more than 20) that can be executed directly. Run
go run ./tests/e2e/... --help
for details.Although at the high level this e2e framework is good, there are several issues that need to be addressed:
happy-path
has 39 steps).happy-path
test case is randomly failing, the entire test case needs to be retried.Closing criteria
The tasks below are completed.
Task list
Must have
Questions
Nice to have
Others (to triage)
The text was updated successfully, but these errors were encountered: