Re: git: b60600ceeb68 - main - pf tests: Serialize

From: Kristof Provost <kp_at_FreeBSD.org>
Date: Thu, 30 Mar 2023 23:56:56 UTC
On 31 Mar 2023, at 8:36, Mark Johnston wrote:
> The branch main has been updated by markj:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=b60600ceeb68d1001d61222830e0be3441ef0885
>
> commit b60600ceeb68d1001d61222830e0be3441ef0885
> Author:     Mark Johnston <markj@FreeBSD.org>
> AuthorDate: 2023-03-25 12:55:41 +0000
> Commit:     Mark Johnston <markj@FreeBSD.org>
> CommitDate: 2023-03-30 23:35:59 +0000
>
>     pf tests: Serialize
>
>     These tests reuse jail names and cannot run in parallel.  Until this is
>     fixed - which is desirable since these takes take a while to run - tell
>     kyua to serialize them.
>

The tests also recycle IP ranges, so merely changing the jail names is insufficient.

Realistically the easiest way to get these to run in parallel would be to run each test in its own vnet so both overlapping IP ranges and name conflicts don’t matter.

Best regards,
Kristof