mgw: fix RTP packets received while RX disabled (details)
testenv: make it pass 'ruff check' linter (details)
testenv: install dbg pkgs with --binary-repo too (details)
Commit
e6eff004ca511f7103a2ffadb206f0faa2828236
by Oliver Smith
testenv: add run --until-nok
Add an argument to run a specific test (if using --test) or a whole testsuite until it fails with "failure" or "error". This helped me in reproducing a race condition in the mgw testsuite (related issue).
Commit
31eaa919ffa6d5604e63c0576ab75cd04efb95ca
by Oliver Smith
testenv: make it pass 'ruff check' linter
I've added 'ruff check' to my pre-commit script. Make it pass initially, so it can detect future bugs. The missing f-string is a bug that causes ggsn testsuites with a custom kernel path to not work.
Commit
d8865c4f6c0cf3ff237546fd74ad75ed565de1f7
by Oliver Smith
testenv: install dbg pkgs with --binary-repo too
When using --binary-repo, figure out the -dbg and -dbgsym packages for all dependencies of packages to be installed, and install them as well.
This will make debug symbols available in jenkins, useful for the related issue. Before this patch debug symbols were only available when building locally without --binary-repo.