From c09acfbe82996b86ca70402ba11aee4bc00e697b2ecabbc4be6eb9eab48e4f0c Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 4 Oct 2023 11:32:51 +0000 Subject: [PATCH] Accepting request 1108478 from home:favogt:branches:network:time This speeds up building everywhere and gets rid of the timeout on slower architectures. Unfortunately those sometimes fail the 124-tai test because the tolerances are too tight (0.001004s > 0.001000). Something for upstream? - Use make quickcheck instead of make check to avoid >1h build times and failures due to timeouts. This was the default before 3.2 but it changed to make tests more reliable. Here a seed is already set to get deterministic execution. OBS-URL: https://build.opensuse.org/request/show/1108478 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=117 --- chrony.changes | 8 ++++++++ chrony.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/chrony.changes b/chrony.changes index 6b6b5f7..715fd2b 100644 --- a/chrony.changes +++ b/chrony.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 1 14:05:34 UTC 2023 - Fabian Vogt + +- Use make quickcheck instead of make check to avoid >1h build + times and failures due to timeouts. This was the default before + 3.2 but it changed to make tests more reliable. Here a seed is + already set to get deterministic execution. + ------------------------------------------------------------------- Wed Aug 9 17:30:28 UTC 2023 - Reinhard Max diff --git a/chrony.spec b/chrony.spec index fe89b6a..4cb597c 100644 --- a/chrony.spec +++ b/chrony.spec @@ -297,7 +297,7 @@ find %{buildroot} -type f | xargs sed -i ' export CLKNETSIM_RANDOM_SEED=24501 export CFLAGS="%{optflags}" make %{?_smp_mflags} -C test/simulation/clknetsim -make %{?_smp_mflags} check +make %{?_smp_mflags} quickcheck %endif %endif