You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tylergu
changed the title
Startup Task #3: Regression Testing for Acto
Startup Project #3: Regression Testing for Acto
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.
The text was updated successfully, but these errors were encountered: