kernelci / kernelci/kernelci-core
Propagate error_code and error_msg to test cases
- Dominant language
- Python
- Stars
- 120
- Forks
- 107
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 21
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.