Open diohe0311 opened 4 weeks ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1619.
This message was autogenerated
@diohe0311 Thanks for the bug report and the investigation! @fernando79513 could you help providing a fix for this?
Bug Description
@fernando79513 and I noticed that some of the machines in
linux-generic 6.8
andlinux-generic-hwe-20.04
pool failed atsuspend-time-check
without any log.It seems that a recent PR modified the dependency of some tests.
Before:
Now:
The first issue is that
suspend/1_suspend-time-check_{product}_auto
does not output any debug msgs when it fails to find the log file, which makes troubleshooting difficult.The second issue seems to be with incorrect dependency configuration between the tests. Initially, the tests were ordered as:
C after B after A
Now, they are:C after B depends A
To maintain the correct order, B should use
depends
instead ofafter
.To Reproduce
Run job: http://10.102.156.15:8080/job/cert-stock-sru-noble-desktop-eliteone-800-g6-24-sku4-28166/
Environment
Relevant log output
No log