Tina Müller (tinita)
Tina Müller (tinita)
Rebased
I guess a test should be possible. The "Add" button should not be clickable if the pattern doesn't match.
Since we actually never tested this, I added a test for it.
This can be picked up as part of https://progress.opensuse.org/issues/161399
> This commit intends to do the call faster returning immediately on the first failing result. If this is just about returning faster because of the unit test runtime -...
I'm getting: ``` # Subtest: tests scheduled 1..0 # No tests run! not ok 2 - No tests run for subtest "tests scheduled" # Failed test 'No tests run for...
I'm assuming that some test before `t/19-isotovideo-command-processing.t` creates a `testresults` directory. That's why CI is not failing. And OpenQA::Test::CheckGitStatus doesn't complain about it because it's empty.
There's one thing left: https://github.com/os-autoinst/os-autoinst/actions/runs/8539855359/job/23395531577?pr=2474#step:3:549 ``` 3: [2024-04-03T13:52:21.301214Z] [debug] [pid:2382] Test result [testresults/result-failed_module.json] failing 3: [2024-04-03T13:52:21.303509Z] [debug] [pid:2382] Test result [testresults/result-softfailed_module.json] softfail 3: [13:52:22] t/19-isotovideo-command-processing.t ..... ok 1767 ms (...
I also added the mocking of the diag function.
Should we remove the not-ready label?