Your message dated Sun, 09 Mar 2025 10:30:50 +0100 with message-id <784ccfabe3bb1e4f39bcc04e174ec80163dc8e8e.ca...@physik.fu-berlin.de> and subject line Re: Bug#1092497: mercurial: Please raise timeout for slower architectures and use --allow-slow-tests has caused the Debian Bug report #1092497, regarding mercurial: Please raise timeout for slower architectures and use --allow-slow-tests to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1092497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092497 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: mercurial Version: 6.9-1 Severity: normal Tags: patch Hello, several architectures like alpha, hppa and sparc64 require some more time for testing due to slower single-core performance. The following patch changes debian/rules to double the timeout for all slow architectures and adds an additional --allow-slow-tests to the test flags: --- mercurial-orig/mercurial-6.9/debian/rules 2024-10-29 16:42:39.000000000 +0100 +++ mercurial-new/mercurial-6.9/debian/rules 2025-01-08 18:35:00.597339737 +0100 @@ -32,9 +32,18 @@ test_flags = \ --verbose \ - --timeout 1800 \ $(PARALLEL_TEST_JOBS) \ --blacklist $(CURDIR)/debian/mercurial.test_blacklist + +ifneq (,$(filter alpha hppa m68k sh4 sparc64, $(DEB_HOST_ARCH))) +test_flags += \ + --allow-slow-tests \ + --timeout 3600 +else +test_flags += \ + --timeout 1800 +endif + ifeq ($(DEB_HOST_ARCH), riscv64) test_flags += \ --blacklist $(CURDIR)/debian/mercurial.test_blacklist_riscv64 Could you include this change for the next upload? I'm also attaching a separate patch. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913--- mercurial-orig/mercurial-6.9/debian/rules 2024-10-29 16:42:39.000000000 +0100 +++ mercurial-new/mercurial-6.9/debian/rules 2025-01-08 18:35:00.597339737 +0100 @@ -32,9 +32,18 @@ test_flags = \ --verbose \ - --timeout 1800 \ $(PARALLEL_TEST_JOBS) \ --blacklist $(CURDIR)/debian/mercurial.test_blacklist + +ifneq (,$(filter alpha hppa m68k sh4 sparc64, $(DEB_HOST_ARCH))) +test_flags += \ + --allow-slow-tests \ + --timeout 3600 +else +test_flags += \ + --timeout 1800 +endif + ifeq ($(DEB_HOST_ARCH), riscv64) test_flags += \ --blacklist $(CURDIR)/debian/mercurial.test_blacklist_riscv64
--- End Message ---
--- Begin Message ---Control: fixed -1 6.9.2-1 Hi, This has been fixed now starting with 6.9.2-1, therefore closing this bug report. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- End Message ---

