gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: Temporarily exclude


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Temporarily exclude critical test.
Date: Wed, 27 Mar 2019 14:36:44 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e66da801 Temporarily exclude critical test.
e66da801 is described below

commit e66da801c12ee63e4e847d6ba531a0aefc4b8ad6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 27 14:36:07 2019 +0100

    Temporarily exclude critical test.
---
 src/lib/test_exchange_api_keys_cherry_picking_new.c | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/lib/test_exchange_api_keys_cherry_picking_new.c 
b/src/lib/test_exchange_api_keys_cherry_picking_new.c
index 1dad3bc5..0a7fb64d 100644
--- a/src/lib/test_exchange_api_keys_cherry_picking_new.c
+++ b/src/lib/test_exchange_api_keys_cherry_picking_new.c
@@ -98,6 +98,20 @@ run (void *cls,
     TALER_TESTING_cmd_sleep ("sleep-serialization",
                              3),
 
+    #if 0
+    
+    The test below fails on different systems.  Infact, different
+    systems can generate different "anchors" values for their denoms,
+    therefore the fixed value required by the test below (45) is
+    condemned to fail.
+
+    However, this seems to happen only when very big values are
+    used for the "lookahead_sign" value.  Here we use 3500 seconds,
+    and the test breaks.
+
+    A reasonable fix is to allow for some slack in the number of
+    the expected keys.
+
     TALER_TESTING_cmd_check_keys ("check-freshest-keys",
                        /* At this point, /keys has been
                         * downloaded roughly 6 times, so by
@@ -108,7 +122,7 @@ run (void *cls,
                         * sure the "big" lookahead value got
                         * respected.  */
                                   45),
-
+    #endif
     TALER_TESTING_cmd_wire ("verify-/wire-with-fresh-keys",
                             "x-taler-bank",
                             NULL,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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