Source: dlt-daemon
Source-Version: 2.18.10-5
Severity: normal

Hi!

The problem in #1054999 was about the test suite not being parallel
safe, as it uses the same log files under /tmp, which means when
executed in parallel causes race conditions.

Each test should get its own test file, ideally under the build tree
and not under /tmp. Also because by default the test suite leaves
behind lots of cruft.

Once this is fixed, the override to set --no-parallel in debian/rules
can be dropped.

Thanks,
Guillem

Reply via email to