-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Tag elixir tests into meaningful groups #1885
Comments
poke @van-mronov @jjrodrig does this issue interest either of you? |
I don't know from the top of my head but it is easy to figure out.
|
I'm a little nervous about this proposal just pushing tests into a Who is volunteering to clean up these tests and ensure we don't ignore them forever? |
@jjrodrig @dottorblaster Either of you still interested in taking this on? |
@wohali absolutely! |
This was implemented in #3110 However we ended up using hard-coded suites instead it seems. |
Elixir has ability to tag test cases. Which means we can split tests into categories and run them in the sensible order. We would need to do some leg work to make it happen, but it is doable. We want to fail fast so we would run the group of tests in the following order:
single_node
degraded_cluster
cluster
performance
property_based
The text was updated successfully, but these errors were encountered: