Is there any documentation on how paratest works? I tried to look for it but without any luck :/ #846
Replies: 2 comments 1 reply
-
Not yet because while reading the cache is easy, writing it isn't. Any PR is welcome.
Test selection is the same as PHPUnit's one.
No, and that's by design: reliable parallelization is a nightmare, and I don't want issues opened for unknown/external code behaviour |
Beta Was this translation helpful? Give feedback.
-
I would like to know some of the flow, too. Especially those things:
Thank you |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have few questions on how paratest works, but I cannot find any answer :/
How does test selection work?
Can it use result cache to order test by execution time?
If yes, then does it affect how test selection/worker assignment works from the previous question?
Does small/medium/large annotation/attribute affect test selection/assignment to a worker?
Are there any entry points to modify default behavior ?
Thank you and have a nice day
Beta Was this translation helpful? Give feedback.
All reactions