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
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux in docker.
Reproduction steps
Have a unit test running normally in the predecessor version and on Ignore in the current version. In my case the Ignore was on the class level.
Expected Results
The test should be ignored properly.
It might be useful to have the information which tests are on Ignore, maybe in the static RTS, seems like a QOL feature for the developer.
Actual Results
Test is seen as erroneous in the RTS.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
…version but not predecessor.
Problem is caused by this combination:
peass creates files (clear & <testname>.txt) even when the test is ignored
peass-ci only used the existence of these and other files to determine whether tests should run and did so properly
Fix: peass-ci now checks these against the list of tests to run from the static selection file and removes additional tests
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux in docker.
Reproduction steps
Have a unit test running normally in the predecessor version and on Ignore in the current version. In my case the Ignore was on the class level.
Expected Results
The test should be ignored properly.
It might be useful to have the information which tests are on Ignore, maybe in the static RTS, seems like a QOL feature for the developer.
Actual Results
Test is seen as erroneous in the RTS.
Anything else?
No response
The text was updated successfully, but these errors were encountered: