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
I have observed an issue with some LAVA tast jobs where LAVA job state is Completed and tast test suite result is pass. However, there are no tast sub-tests that could run other than setup tests such as os-release and tast-tarball.
+ ./tast_parser.py --results
Unsupported data type 'list_of_scalar_values', skipping Apps.ClamshellLauncher.AnimationSmoothness.Close.average
Unsupported data type 'list_of_scalar_values', skipping Apps.ClamshellLauncher.AnimationSmoothness.OpenAppsPage.average
<LAVA_SIGNAL_TESTSET START ui.DesktopControl>
Received signal: <TESTSET> START ui.DesktopControl
Starting test_set ui.DesktopControl
<LAVA_SIGNAL_TESTSET STOP>
Received signal: <TESTSET> STOP
Closing test_set ui.DesktopControl
Unsupported data type 'list_of_scalar_values', skipping Ash.InteractiveWindowResize.TimeToPresent.average
Unsupported data type 'list_of_scalar_values', skipping Ash.Overview.AnimationSmoothness.Enter.ClamshellMode.average
Unsupported data type 'list_of_scalar_values', skipping Ash.Overview.AnimationSmoothness.Exit.ClamshellMode.average
Unsupported data type 'list_of_scalar_values', skipping Ash.Window.AnimationSmoothness.CrossFade.average
Unsupported data type 'list_of_scalar_values', skipping Ash.Window.AnimationSmoothness.CrossFade.DragMaximize.average
Unsupported data type 'list_of_scalar_values', skipping Ash.Window.AnimationSmoothness.CrossFade.DragUnmaximize.average
Unsupported data type 'list_of_scalar_values', skipping Ash.WindowCycleView.AnimationSmoothness.Show.average
<LAVA_SIGNAL_TESTSET START ui.WindowControl>
If the tests are being skipped, it should be reported with skip status or something else in the callback data but no such information is present.
The text was updated successfully, but these errors were encountered:
I have observed an issue with some LAVA tast jobs where LAVA job state is
Completed
andtast
test suite result ispass
. However, there are notast
sub-tests that could run other than setup tests such asos-release
andtast-tarball
.For example https://lava.collabora.dev/scheduler/job/14549057
The logs look like below:
If the tests are being skipped, it should be reported with
skip
status or something else in the callback data but no such information is present.The text was updated successfully, but these errors were encountered: