Re: [PATCH] dts: improve statistics

2024-11-06 Thread Nicholas Pratte
Code looks good. I ran some tests on my end and did not run into the NULL test suite issue that Dean ran into. I'm guessing Dean ran into an error changing up the code because the patch file wouldn't apply. Reviewed-by: Nicholas Pratte Tested-by: Nicholas Pratte

Re: [PATCH] dts: improve statistics

2024-11-04 Thread Dean Marx
Adding Luca to this thread because it applies to him as well: Hi Tomáš, This all looks great, one thing I did notice when running locally is that the "test_suites" section of results.json contains null values instead of the names of the suites that were run. Could just be something strange happen

Re: [PATCH] dts: improve statistics

2024-10-25 Thread Dean Marx
Hi Tomáš, This all looks great, one thing I did notice when running locally is that the "test_suites" section of results.json contains null values instead of the names of the suites that were run. Could just be something strange happening on my side, but I would double check on your end just in ca

[PATCH] dts: improve statistics

2024-09-30 Thread Tomáš Ďurovec
The previous version of statistics store only the last test run attribute and result. In this patch we are adding header for each test run and overall summary of test runs at the end. This is represented as textual summaries with basic information and json result with more detailed information. Si

[PATCH] dts: improve statistics

2024-09-29 Thread Tomáš Ďurovec
The previous version of statistics store only the last test run attribute and result. In this patch we are adding header for each test run and overall summary of test runs at the end. This is represented as textual summaries with basic information and json result with more detailed information. Si