Control: tags -1 patch Hi,
On Sun, Jan 12, 2025 at 08:42:29PM +0500, Andrey Rakhmatullin wrote:
Source: onboard Version: 1.4.1-9 Severity: serious Tags: ftbfs https://buildd.debian.org/status/fetch.php?pkg=onboard&arch=riscv64&ver=1.4.1-9%2Bb1&stamp=1736401679&raw=0
Thanks for reporting this. I have tested it to increase the sleep time again with previous patch and hope the value of sleep can keep building on riscv64 for a long time. Please let me know any issues. -- Regards, -- Bo YU
diff -Nru onboard-1.4.1/debian/changelog onboard-1.4.1/debian/changelog --- onboard-1.4.1/debian/changelog 2024-07-24 05:54:48.000000000 +0000 +++ onboard-1.4.1/debian/changelog 2025-01-15 14:29:56.000000000 +0000 @@ -1,3 +1,11 @@ +onboard (1.4.1-9.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Refresh 1013_slow-down-tests-for-riscv64.patch to increase sleep time to + pass test. (Closes: #1092871) + + -- Bo YU <tsu.y...@gmail.com> Wed, 15 Jan 2025 14:29:56 +0000 + onboard (1.4.1-9) unstable; urgency=medium * debian/patches: diff -Nru onboard-1.4.1/debian/patches/1013_slow-down-tests-for-riscv64.patch onboard-1.4.1/debian/patches/1013_slow-down-tests-for-riscv64.patch --- onboard-1.4.1/debian/patches/1013_slow-down-tests-for-riscv64.patch 2024-07-24 05:52:56.000000000 +0000 +++ onboard-1.4.1/debian/patches/1013_slow-down-tests-for-riscv64.patch 2025-01-15 04:16:42.000000000 +0000 @@ -1,6 +1,8 @@ Description: Slow down tests for riscv64. Resolves test failures due to onboard not coming up fast enough. Author: Aurelien Jarno <aure...@debian.org> +Index: b/Onboard/test/test_migration.py +=================================================================== --- a/Onboard/test/test_migration.py +++ b/Onboard/test/test_migration.py @@ -141,7 +141,7 @@ @@ -8,7 +10,7 @@ p = subprocess.Popen(["./onboard"], env=env) - time.sleep(1) -+ time.sleep(3) ++ time.sleep(6) yield p finally:
signature.asc
Description: PGP signature