Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Intent to implement: Filter by test path

22 views
Skip to first unread message

Armen Zambrano Gasparnian

unread,
Sep 11, 2019, 8:35:50 AM9/11/19
to mozill...@lists.mozilla.org
Hello,
Finding which test jobs executed a specific test can be a difficult task. Specially for chunked test jobs since from platform to platform it can be different.

I would like to implement a prototype using ActiveData as the data source.

Eventually, we want this feature to be part of Treeherder, however, it will require doing an analysis of what data we need to store in order to support it.

If you would like to read the full notes and give input please follow this link:
https://docs.google.com/document/d/1Os7_-y5OkVSKqUYBgw0FzIed1SoUTQVyFU17f1ve8F8/edit?usp=sharing

regards,
Armen

Armen Zambrano Gasparnian

unread,
Sep 12, 2019, 1:21:08 PM9/12/19
to mozill...@lists.mozilla.org
Filed the prototype work in here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1580893

Marco Castelluccio

unread,
Sep 13, 2019, 10:24:05 AM9/13/19
to mozill...@lists.mozilla.org
We have something similar for code coverage, for generating a mapping between test chunks and tests which run in them.
You can find the source code (beware, it was a WIP written hastily) at https://github.com/mozilla/code-coverage/blob/master/bot/code_coverage_bot/chunk_mapping.py, in particular see the get_tests_chunks function.

- Marco.

Armen Zambrano Gasparnian

unread,
Sep 13, 2019, 1:01:36 PM9/13/19
to Marco Castelluccio, mozill...@lists.mozilla.org
Thank you marco!

I will take note of it in the bug for when jump on this.

On Fri, 13 Sep 2019 at 10:24, Marco Castelluccio <mcaste...@mozilla.com>
wrote:

> On Wednesday, September 11, 2019 at 2:35:50 PM UTC+2, Armen Zambrano
> Gasparnian wrote:
> We have something similar for code coverage, for generating a mapping
> between test chunks and tests which run in them.
> You can find the source code (beware, it was a WIP written hastily) at
> https://github.com/mozilla/code-coverage/blob/master/bot/code_coverage_bot/chunk_mapping.py,
> in particular see the get_tests_chunks function.
>
> - Marco.
> _______________________________________________
> tools mailing list
> to...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/tools
>


--
Armen Zambrano G.
https://armenzg.com

Marco Castelluccio

unread,
Sep 15, 2019, 2:04:38 AM9/15/19
to mozill...@lists.mozilla.org
Also linked to this, https://github.com/mozilla/ci-recipes/issues/4.
Perhaps the ActiveData queries could be shared.

- Marco.
0 new messages