tmt icon indicating copy to clipboard operation
tmt copied to clipboard

Test should error out if pulling from guest fails

Open thrix opened this issue 8 months ago • 4 comments

When the guest becomes unresponsive, make sure the test errors out instead of staying in pending state.

Resolves #3647

Signed-off-by: Miroslav Vadkerti [email protected]

Pull Request Checklist

  • [x] implement the feature
  • [x] extend the test coverage
  • [x] include a release note

thrix avatar Apr 15 '25 22:04 thrix

@thrix please, take a look at tests, there is some red color reported.

happz avatar Apr 25 '25 10:04 happz

@thrix please, take a look at tests, there is some red color reported.

yeah, looking, thx

thrix avatar Apr 29 '25 08:04 thrix

/packit retest-failed

thrix avatar Apr 29 '25 09:04 thrix

@thrix please, check the failed tests. I do not see them failing in other PRs, which suggests failures are related to your changes, although I have no idea how or why, given some permission errors I saw there.

happz avatar May 13 '25 15:05 happz

The /tests/report/interrupted test was failing because it did not expect error in the report summary. This is expected and should be fixed by 6e9aea39.

psss avatar May 20 '25 18:05 psss

The /tests/report/interrupted test was failing because it did not expect error in the report summary. This is expected and should be fixed by 6e9aea3.

thanks for fixing it

thrix avatar May 20 '25 19:05 thrix