gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: tests: remove one C reducer spe


From: gnunet
Subject: [taler-anastasis] branch master updated: tests: remove one C reducer specific check
Date: Mon, 08 Nov 2021 15:13:49 +0100

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

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 4448ace  tests: remove one C reducer specific check
4448ace is described below

commit 4448acec363052c16f7cf696fbe3eb84beb73a94
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 8 15:12:48 2021 +0100

    tests: remove one C reducer specific check
---
 src/cli/test_anastasis_reducer_enter_secret.sh | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh 
b/src/cli/test_anastasis_reducer_enter_secret.sh
index a9e19b3..8fb8b60 100755
--- a/src/cli/test_anastasis_reducer_enter_secret.sh
+++ b/src/cli/test_anastasis_reducer_enter_secret.sh
@@ -327,13 +327,18 @@ then
     exit_fail "Expected new state to be 'TRUTHS_PAYING', got '$STATE'"
 fi
 
-TMETHOD=`jq -r -e '.policies[0].methods[0].truth.type' < $TFILE`
-if test $TMETHOD != "question"
-then
-    exit_fail "Expected method to be >='question', got $TMETHOD"
-fi
+# FIXME: this test is specific to how the
+# C reducer stores state (redundantly!), should converge eventually!
+
+#TMETHOD=`jq -r -e '.policies[0].methods[0].truth.type' < $TFILE`
+#if test $TMETHOD != "question"
+#then
+#    exit_fail "Expected method to be >='question', got $TMETHOD"
+#fi
+#
+#echo " OK"
+
 
-echo " OK"
 #Pay
 
 echo -en $COLOR$BOLD"Withdrawing amount to wallet ..."$NORM$NOCOLOR

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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