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

Plan prioritization strategy implementation #7

Open
matveypashkovskiy opened this issue Aug 17, 2020 · 1 comment
Open

Plan prioritization strategy implementation #7

matveypashkovskiy opened this issue Aug 17, 2020 · 1 comment

Comments

@matveypashkovskiy
Copy link
Contributor

No description provided.

@guotin
Copy link
Contributor

guotin commented Aug 27, 2020

Current status

Tried to implement some prioritization in this commit

  • mapping.db has a new field in table test_function to store execution time
  • Execution time is stored when the test is run for the first time (init-phase or new test collection during change detection)
  • Selected tests are sorted by this value so the tests are always executed in this order

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