restore: add hyphen before number suffix for conflicting name#410
restore: add hyphen before number suffix for conflicting name#410marmarek merged 1 commit intoQubesOS:mainfrom
Conversation
Rename e.g. debian-13 to debian-13-1 instead of debian-131
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #410 +/- ##
=======================================
Coverage 75.99% 75.99%
=======================================
Files 53 53
Lines 9264 9264
=======================================
Hits 7040 7040
Misses 2224 2224 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I'm pretty sure backup tests in https://github.com/QubesOS/qubes-core-admin/tree/main/qubes/tests/integ will need adjustment too. I see it at least at https://github.com/QubesOS/qubes-core-admin/blob/main/qubes/tests/integ/backup.py#L641, but probably in few other tests too. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026020704-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026020304-devel&flavor=update
Failed tests7 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/166096#dependencies 31 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:No issues Remaining performance tests:No remaining performance tests |
|
Thanks, looks like it's just that one integration test. I'll adjust it. Come to think of it, how about starting the numerical suffix from 2 instead of 1? IMO that would make more sense. (Or something like |
Usually file managers in similar situation (file name conflicts) start the number suffix at 1. |
|
Nautilus adds |
See commit message