Branch: refs/heads/test-improvements
Home: https://github.com/kronosnet/kronosnet
Commit: c4d8e2224a5d7c18330afd113fd9b2449d22f479
https://github.com/kronosnet/kronosnet/commit/c4d8e2224a5d7c18330afd113fd9b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2026-05-20 (Wed, 20 May 2026)
Changed paths:
M libknet/bindings/rust/tests/Makefile.am
M libnozzle/bindings/rust/tests/Makefile.am
Log Message:
-----------
[tests] Disable parallel execution for rust binding tests
Add .NOTPARALLEL to prevent test overload on resource-constrained systems.
Signed-off-by: Fabio M. Di Nitto <fabbione(a)kronosnet.org>
Co-Authored-By: Claude Sonnet 4.5 <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications
Branch: refs/heads/test-improvements
Home: https://github.com/kronosnet/kronosnet
Commit: 0d2b14aecf3f85d8a357be4b5e1f748a7904c39c
https://github.com/kronosnet/kronosnet/commit/0d2b14aecf3f85d8a357be4b5e1f7…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M libnozzle/tests/Makefile.am
Log Message:
-----------
[tests] Disable parallel execution for libnozzle tests
Add .NOTPARALLEL to prevent tap device resource contention on systems
that are slow to open/close tap devices.
Signed-off-by: Fabio M. Di Nitto <fabbione(a)kronosnet.org>
Co-Authored-By: Claude Sonnet 4.5 <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications
Branch: refs/heads/test-improvements
Home: https://github.com/kronosnet/kronosnet
Commit: bd8c0346a426c38930fea4f3713c9eaeaee76bf4
https://github.com/kronosnet/kronosnet/commit/bd8c0346a426c38930fea4f3713c9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M libknet/bindings/rust/Makefile.am
M libnozzle/bindings/rust/Makefile.am
Log Message:
-----------
[build] Prevent parallel cargo invocations in rust bindings
Add .NOTPARALLEL to libknet/bindings/rust/Makefile.am to prevent
make -j from invoking cargo in parallel across SUBDIRS.
When both the library (.) and tests subdirectories build in parallel,
both cargo processes race on the shared target directory, causing
build failures on FreeBSD.
Signed-off-by: Fabio M. Di Nitto <fabbione(a)kronosnet.org>
Co-Authored-By: Claude Sonnet 4.5 <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications
Branch: refs/heads/test-improvements
Home: https://github.com/kronosnet/kronosnet
Commit: d5a47f4c3961cf35f0a959506daf3fc146e25ef5
https://github.com/kronosnet/kronosnet/commit/d5a47f4c3961cf35f0a959506daf3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M libknet/bindings/rust/Makefile.am
Log Message:
-----------
[build] Prevent parallel cargo invocations in rust bindings
Add .NOTPARALLEL to libknet/bindings/rust/Makefile.am to prevent
make -j from invoking cargo in parallel across SUBDIRS.
When both the library (.) and tests subdirectories build in parallel,
both cargo processes race on the shared target directory, causing
build failures on FreeBSD.
Signed-off-by: Fabio M. Di Nitto <fabbione(a)kronosnet.org>
Co-Authored-By: Claude Sonnet 4.5 <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications