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
This is the fourth, out of 23 test in tests/DS/test_ds_misc.sh. This behavior can also be seen from GitHub Actions if we look at how long time it takes to test this file. Fedora runs all of the tests and uses 7.93 sec, while Ubuntu, which skips a test, only uses 1.29 sec. The timing itself is not enough, but combined with the attached log, I believe it is obvious that all subsequent tests is also skipped during CI pipeline.
Actual Results:
The test-suite doesn't run all the tests, if one or more test is being skipped.
Expected Results:
All tests except the ones to be skipped should run, regardless if a previous test has been skipped.
The text was updated successfully, but these errors were encountered:
Description of Problem:
If a file has multiple tests and one of them is skipped, all subsequent test in the file is skipped.
OpenSCAP Version:
Building from
main
with 74043f7.Operating System & Version:
Debian Bookworm
Steps to Reproduce:
After a normal build, run
ctest -R test_ds_misc --verbose
Log output
From the output, you can see that the last test executed is
openscap/tests/DS/test_ds_misc.sh
Line 293 in 74043f7
This is the fourth, out of 23 test in
tests/DS/test_ds_misc.sh
. This behavior can also be seen from GitHub Actions if we look at how long time it takes to test this file. Fedora runs all of the tests and uses 7.93 sec, while Ubuntu, which skips a test, only uses 1.29 sec. The timing itself is not enough, but combined with the attached log, I believe it is obvious that all subsequent tests is also skipped during CI pipeline.Actual Results:
The test-suite doesn't run all the tests, if one or more test is being skipped.
Expected Results:
All tests except the ones to be skipped should run, regardless if a previous test has been skipped.
The text was updated successfully, but these errors were encountered: