os-autoinst / openQA

openQA web-frontend, scheduler and tools.
http://openqa.opensuse.org/
GNU General Public License v2.0
321 stars 208 forks source link

t: Avoid tampering with git checkout #5857

Closed perlpunk closed 2 months ago

perlpunk commented 2 months ago

I was running this test locally and it failed every second time, because it created some directory that wasn't cleaned up.

Now it copies everything it needs to a tempdir and leaves the source dir alone.

Related issue: https://progress.opensuse.org/issues/164883

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.50%. Comparing base (2972cfd) to head (6fb2c48). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5857 +/- ## ======================================= Coverage 98.50% 98.50% ======================================= Files 395 395 Lines 38753 38759 +6 ======================================= + Hits 38174 38180 +6 Misses 579 579 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.