[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/squeekboard][wip/a-wai/gtk-rs-0.17] 2 commits: d/rules: improve tests robustness

Arnaud Ferraris (@a-wai) gitlab at salsa.debian.org
Wed Aug 23 10:22:41 BST 2023



Arnaud Ferraris pushed to branch wip/a-wai/gtk-rs-0.17 at Debian On Mobile / squeekboard


Commits:
e5fa3319 by Arnaud Ferraris at 2023-08-23T11:20:13+02:00
d/rules: improve tests robustness

This makes the tests flaky as those involve compiling binaries, which
causes the following issues:
- parallel threads time out waiting on another build to finish
- compilation itself sometimes fail due to possible race conditions

Furthermore, on certain architectures the default timeout can often be
hit, so improve it by adding a x3 multiplier.

While at it, drop the (now-)unneeded override on `dh_autoreconf`.

- - - - -
18d0c819 by Arnaud Ferraris at 2023-08-23T11:22:22+02:00
d/changelog: release version 1.22.0-4

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+squeekboard (1.22.0-4) unstable; urgency=medium
+
+  [ Peter Michael Green ]
+  * d/patches: update for gtk-rs 0.17
+    (Closes: #1042983)
+
+  [ Arnaud Ferraris ]
+  * d/rules: d/rules: improve tests robustness.
+    This makes the tests flaky as those involve compiling binaries, which
+    causes the following issues:
+    - parallel threads time out waiting on another build to finish
+    - compilation itself sometimes fail due to possible race conditions
+    Furthermore, on certain architectures the default timeout can often be
+    hit, so improve it by adding a x3 multiplier.
+    While at it, drop the (now-)unneeded override on `dh_autoreconf`.
+
+ -- Arnaud Ferraris <aferraris at debian.org>  Wed, 23 Aug 2023 10:47:31 +0200
+
 squeekboard (1.22.0-3) unstable; urgency=medium
 
   * debian: update build dependencies.


=====================================
debian/rules
=====================================
@@ -25,4 +25,5 @@ build-arch:
 override_dh_auto_configure:
 	dh_auto_configure -- -Dnewer=true -Donline=false
 
-override_dh_autoreconf:
+override_dh_auto_test:
+	dh_auto_test --no-parallel -- --timeout-multiplier 3



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/4546dfed2fabe7fdbc390f866ac3a0b23741c0b1...18d0c8199eae8c7088b31e1c7509e15a4fa040bb

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/4546dfed2fabe7fdbc390f866ac3a0b23741c0b1...18d0c8199eae8c7088b31e1c7509e15a4fa040bb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20230823/5adb631c/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list