You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fernando79513 and I noticed that some of the machines in linux-generic 6.8 and linux-generic-hwe-20.04 pool failed at suspend-time-check without any log.
It seems that a recent PR modified the dependency of some tests.
Before:
graphics/1_auto_switch_card_{product} -> was skipped
suspend/1_suspend_after_switch_to_card_{product} -> was run (despite not having switched the card) and outputs "1_suspend_single_times.log"
suspend/1_suspend-time-check_{product}_auto -> could read "1_suspend_single_times.log"
Now:
graphics/1_auto_switch_card_{product} -> was skipped
suspend/1_suspend_after_switch_to_card_{product} -> Is not run
suspend/1_suspend-time-check_{product}_auto -> can't read "1_suspend_single_times.log"
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 of after.
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
The text was updated successfully, but these errors were encountered: