Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup Project #3: Regression Testing for Acto #217

Open
tylergu opened this issue May 22, 2023 · 1 comment
Open

Startup Project #3: Regression Testing for Acto #217

tylergu opened this issue May 22, 2023 · 1 comment

Comments

@tylergu
Copy link
Member

tylergu commented May 22, 2023

Description

This project seeks to reduce the cost of Acto. It is very expensive to run Acto on a single version of a project. So, we are interested in exploring how to reduce the costs of applying Acto as the operator code evolves by only testing parts of that operator code that are affected by changes.
Some related papers: Automatic Reliability Testing for Cluster Management Controllers
Automatic Testing for Correct Operations of Cloud Systems(draft)
Traditional regression testing: Practical Regression Test Selection with Dynamic File Dependencies

The regression testing from the mentioned paper won't work for Acto, because Acto runs e2e tests, thus all the modules in the operator repo are dependent.

@tylergu tylergu changed the title Startup Task #3: Regression Testing for Acto Startup Project #3: Regression Testing for Acto May 22, 2023
@owolabileg
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants