]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: introduce TEST_PARALLELIZE to support running tests in parallel 15433/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 17 May 2020 08:48:16 +0000 (10:48 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 17 May 2020 08:48:16 +0000 (10:48 +0200)
commit7a57256c7355e187adbd5f5bc37e529a0a0715c3
tree19ec299bbf5c36a9b353bc20528e7960bf24a843
parente89450921f693d0545ce64c81174fee5d5e11d03
test: introduce TEST_PARALLELIZE to support running tests in parallel

Support running tests in parallel by switching to copying of the
base image instead of symlinking it..

This still requires some setup steps, like running `make setup` on tests
which have unique $IMAGE_NAME beforehand (and sequentially), otherwise
they'll all try to create the same base image when started in parallel,
leading to nasty issues. However, as running the integration tests in
parallel is such an unusual use case it should be good enough, for now.
test/test-functions