Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:qcoro
User: [email protected]
Usertags: pu
[ Reason ]
Fix Bug #1108055. FTBFS due to flaky tests.
[ Impact ]
In some systems, the build always fail.
[ Tests ]
I've checked that the build works ok on the systems where it used to fail.
[ Risks ]
Very low. No code changes. Only two flaky tests have been disabled.
[ Checklist ]
[X] *all* changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in (old)stable
[X] the issue is verified as fixed in unstable
[ Changes ]
Disable two tests.
[ Other info ]
The package is already uploaded.
diff -Nru qcoro-0.12.0/debian/changelog qcoro-0.12.0/debian/changelog
--- qcoro-0.12.0/debian/changelog 2025-04-04 07:23:13.000000000 +0200
+++ qcoro-0.12.0/debian/changelog 2026-05-06 22:40:00.000000000 +0200
@@ -1,3 +1,10 @@
+qcoro (0.12.0-1+deb13u1) trixie; urgency=medium
+
+ * Team upload.
+ * Skip two flaky tests. Closes: #1108055.
+
+ -- Santiago Vila <[email protected]> Wed, 06 May 2026 22:40:00 +0200
+
qcoro (0.12.0-1) unstable; urgency=medium
* Team upload.
diff -Nru qcoro-0.12.0/debian/patches/disable-flaky-tests.patch
qcoro-0.12.0/debian/patches/disable-flaky-tests.patch
--- qcoro-0.12.0/debian/patches/disable-flaky-tests.patch 1970-01-01
01:00:00.000000000 +0100
+++ qcoro-0.12.0/debian/patches/disable-flaky-tests.patch 2026-05-06
20:01:00.000000000 +0200
@@ -0,0 +1,18 @@
+From: Santiago Vila <[email protected]>
+Subject: Disable flaky tests
+Bug-Debian: https://bugs.debian.org/1108055
+
+--- a/tests/CMakeLists.txt
++++ b/tests/CMakeLists.txt
+@@ -118,11 +118,6 @@
+ qcoro_add_test(qcoroasyncgenerator)
+ qcoro_add_test(qcorowaitfor)
+
+-if (QCORO_WITH_QTDBUS)
+- qcoro_add_dbus_test(qdbuspendingcall)
+- qcoro_add_dbus_test(qdbuspendingreply)
+-endif()
+-
+ if (QCORO_WITH_QTNETWORK)
+ qcoro_add_network_test(qcorolocalsocket)
+ qcoro_add_network_test(qcoroabstractsocket)
diff -Nru qcoro-0.12.0/debian/patches/series qcoro-0.12.0/debian/patches/series
--- qcoro-0.12.0/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ qcoro-0.12.0/debian/patches/series 2026-05-06 20:00:00.000000000 +0200
@@ -0,0 +1 @@
+disable-flaky-tests.patch