Daniel Shahaf wrote on Fri, 22 Nov 2024 14:43 +00:00: > Any issues with the backport_tests.py aside, one of the unittest tests > fails as well. > > Patch attached. I'd commit it directly, but I'd have to reset my apache.org > password first. In the meantime, Daniel (or anyone else), feel free to > go ahead and commit it if doing so would unblock your workflow.
Separately, we might want to have buildbot (or whichever other CI platform we end up using) run two new jobs, one for «python3 -m unittest discover -s backport/ -p '*.py'» and one for «backport_tests_py.py». They don't have to run every build; only when their sources are changed. That would boil down to subversion/tests/cmdline/svntest/ and tools/backport/, if we move the backport stuff to the latter directory as discussed in another thread. Cheers, Daniel