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
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Last week @mrchapp asked me if SQUAD had any way to tell if a test went missing, because sometimes testruns get stuck and him and @nareshkamboju need to manually "detect" missing tests. Quick answer for that: no, there's currently no way to detect missing tests automatically.
A long time ago Milosz and I discussed about the idea of a test plan, where each project would keep a list of all tests for that project, so when a build is finished, we could compare build's tests against project's test plan. Although this seemed like a good approach, it would be a hustle to keep up with such test plan (LKFT usually runs over 70k tests, and Android is over 1M).
My idea for short-term implementation is to keep instead a list of important tests each build is required to contain, then when builds are finished, there could also be a "missing_tests" attribute with a list of missing tests.
Last week @mrchapp asked me if SQUAD had any way to tell if a test went missing, because sometimes testruns get stuck and him and @nareshkamboju need to manually "detect" missing tests. Quick answer for that: no, there's currently no way to detect missing tests automatically.
A long time ago Milosz and I discussed about the idea of a test plan, where each project would keep a list of all tests for that project, so when a build is finished, we could compare build's tests against project's test plan. Although this seemed like a good approach, it would be a hustle to keep up with such test plan (LKFT usually runs over 70k tests, and Android is over 1M).
My idea for short-term implementation is to keep instead a list of important tests each build is required to contain, then when builds are finished, there could also be a "missing_tests" attribute with a list of missing tests.
cc: @mrchapp @nareshkamboju
The text was updated successfully, but these errors were encountered: