Open
Description
In some cases, data.error_code
and data.error_msg
are only filled in test suite nodes, but not in their child nodes (test cases).
Example:
- Parent node (test suite): https://staging.kernelci.org:9000/viewer?node_id=662f5289310c66c36ceef621
- Child node (test case): https://staging.kernelci.org:9000/viewer?node_id=662f53ea310c66c36ceef87f
This makes it inviable to properly automate queries for test cases based on these parameters, as the real values are in a different node (the parent).
Wouldn't it make sense to propagate these values, if present, to all the child nodes?
Metadata
Metadata
Assignees
Labels
No labels