unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.
@ 2020-12-23 10:45 Christopher Baines
  2020-12-30 10:51 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2020-12-23 10:45 UTC (permalink / raw)
  To: 45391

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.
  2020-12-23 10:45 [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure Christopher Baines
@ 2020-12-30 10:51 ` Mathieu Othacehe
  2020-12-31 20:08   ` bug#45391: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2020-12-30 10:51 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 45391


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,

Mathieu




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#45391: [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure.
  2020-12-30 10:51 ` Mathieu Othacehe
@ 2020-12-31 20:08   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2020-12-31 20:08 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 45391-done

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-31 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 10:45 [bug#45391] [PATCH] gnu: bitcoin-unlimited: Fix time specific test failure Christopher Baines
2020-12-30 10:51 ` Mathieu Othacehe
2020-12-31 20:08   ` bug#45391: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).