emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45391: closed ([PATCH] gnu: bitcoin-unlimited: Fix time specific tes


From: GNU bug Tracking System
Subject: bug#45391: closed ([PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.)
Date: Thu, 31 Dec 2020 20:09:01 +0000

Your message dated Thu, 31 Dec 2020 20:08:03 +0000
with message-id <87tus191ss.fsf@cbaines.net>
and subject line Re: [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time 
specific test failure.
has caused the debbugs.gnu.org bug report #45391,
regarding [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45391: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45391
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure. Date: Thu, 31 Dec 2020 20:08:03 +0000 User-agent: mu4e 1.4.13; emacs 27.1
Mathieu Othacehe <othacehe@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.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]