GNU bug report logs - #45391
[PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Wed, 23 Dec 2020 10:46:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Subject: bug#45391: closed (Re: [bug#45391] [PATCH] gnu: bitcoin-unlimited:
 Fix time specific test failure.)
Date: Thu, 31 Dec 2020 20:09:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45391: [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45391 <at> debbugs.gnu.org.

-- 
45391: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45391
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 45391-done <at> debbugs.gnu.org
Subject: Re: [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time specific
 test failure.
Date: Thu, 31 Dec 2020 20:08:03 +0000
[Message part 3 (text/plain, inline)]
Mathieu Othacehe <othacehe <at> gnu.org> writes:

> Hey Chris,
>
>> +             ;; Fix data specific test failure
>> +             ;; https://reviews.bitcoinabc.org/
>> +             ;;   rABC67bbd3d0aaee2952ff1cb5da51d1fd0b50c2b63a
>> +             (substitute* "src/test/rpc_tests.cpp"
>> +               (("1607731200") "9907731200"))
>
> I think you should keep the URL on one single line, otherwise looks
> fine!

Thanks, I've pushed as 94803ec345a1f83ce6fdc446452cb887a7a302a7.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.
Date: Wed, 23 Dec 2020 10:45:10 +0000
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Patch test to fix
time specific failure.
---
 gnu/packages/finance.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index c7a606f3b2..3f1ecb40f1 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1469,6 +1469,12 @@ entity management.")
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-tests
            (lambda _
+             ;; Fix data specific test failure
+             ;; https://reviews.bitcoinabc.org/
+             ;;   rABC67bbd3d0aaee2952ff1cb5da51d1fd0b50c2b63a
+             (substitute* "src/test/rpc_tests.cpp"
+               (("1607731200") "9907731200"))
+
              ;; Disable utilprocess_tests because it never ends.
              ;; It looks like it tries to start /bin/sleep and waits until it
              ;; is in the list of running processes, but /bin/sleep doesn't
-- 
2.29.2




This bug report was last modified 4 years and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.