Re: [PATCH v4 0/7] test case blocking and logging

2024-03-07 Thread Thomas Monjalon
> Juraj Linkeš (7): > dts: convert dts.py methods to class > dts: move test suite execution logic to DTSRunner > dts: filter test suites in executions > dts: reorganize test result > dts: block all test cases when earlier setup fails > dts: refactor logging configuration > dts: improv

Re: [PATCH v4 0/7] test case blocking and logging

2024-03-01 Thread Patrick Robb
The Community CI Testing Lab had an infra failure this morning and some patches including yours were affected with false failures. The issue is now resolved and we are rerunning the tests in question for all patches submitted today. On Fri, Mar 1, 2024 at 5:55 AM Juraj Linkeš wrote: > We current

[PATCH v4 0/7] test case blocking and logging

2024-03-01 Thread Juraj Linkeš
We currently don't record test case results that couldn't be executed because of a previous failure, such as when a test suite setup failed, resulting in no executed test cases. In order to record the test cases that couldn't be executed, we must know the lists of test suites and test cases ahead