On Wed, May 13, 2026 at 02:27:35PM -0400, Nicholas D Steeves wrote:
> Source: vorta
> Version: 0.11.3-1
> Severity: important
> Tags: newcomer
> X-Debbugs-Cc: [email protected]
>
> Hello dear team (and especially new members)!
>
> Here is a bug that I hope will be satisfying to resolve: The primary
> objective is to adjust our autopkgtests and/or patch upstream so that
> autopkgtests are able to find upstream's test_constants.py.
>
> Vorta has had a fixme-type patch (for a while) that disables a test
> that needs a writeable scratch space. It looks like we can use an
> envvar in Vorta's autopktest definition to pass the location of a
> writeable scratch space to test_constants.py. The secondary objective
> is to do this.
>
> It's fine if there is a better way to resolve these issues, and this
> is just the approach that is most evident to me :)
Hello.
After verifying that it fixes the autopkgtests in Salsa CI, I've
made a team upload incorporating the fix posted by Adrian Bunk
in Bug #1138652 (but I'm not closing the bug again because it's
already closed).
I believe this might make the 0007-FIXME-etc patch unnecessary, but
I'm not completely sure. So, as an intermediate step, I've modified
the patch so that the test is marked as xfail (instead of disabling it).
I apologize to yokota for not handling the MR they did. It looks
like it tries to solve the same problem but in a more intrusive way,
so I decided to apply the fix from Adrian first.
Thanks.