Re: [Automated-testing] KCIDB: Support non-binary test outputs V2
Nikolai Kondrashov <[email protected]>
| Newsgroups | dev.linux.lists.kernelci |
|---|---|
| Message-ID | <[email protected]> |
On 8/16/24 1:03 PM, Nikolai Kondrashov wrote: > On 8/5/24 2:28 PM, Nikolai Kondrashov wrote: >>> I'll follow up with a separate message for each of the changes, going over the >>> details and the rationale. >> >> The support for non-binary test outputs introduces a new field to the "test" >> objects called "value", being an "object" itself. It (and its abstract >> meaning) are supposed to work together with the "status" field. That is, it >> should only be considered when the test has actually executed. I.e. with a >> "FAIL", "ERROR", "PASS", or "DONE" status only. Normally "DONE" should be >> used, when the value is the test's output, and not an auxiliary value. > > Alright, I redid support for non-binary test outputs: > > https://github.com/kernelci/kcidb-io/pull/85/commits/040a20db407f2592c28c3797cec9e4118221af9c Ah, hold it. I think I have a better idea. Stand by for a new version! Nick