gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -vanilla DB has no deposits, he


From: gnunet
Subject: [taler-exchange] branch master updated: -vanilla DB has no deposits, hence no lag
Date: Mon, 27 Sep 2021 11:36:11 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 889bd801 -vanilla DB has no deposits, hence no lag
889bd801 is described below

commit 889bd801bcd549cfb7772ccf77f22ac9b8312589
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 27 11:36:09 2021 +0200

    -vanilla DB has no deposits, hence no lag
---
 src/auditor/test-revocation.sh | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index 3b3f6088..76682572 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -306,28 +306,6 @@ jq -e .wire_format_inconsistencies[0] < 
test-audit-wire.json > /dev/null && exit
 
 echo PASS
 
-echo -n "Check for lag detection... "
-
-# Check wire transfer lag reported (no aggregator!)
-# NOTE: This test is EXPECTED to fail for ~1h after
-# re-generating the test database as we do not
-# report lag of less than 1h (see GRACE_PERIOD in
-# taler-helper-auditor-wire.c)
-if [ $DATABASE_AGE -gt 3600 ]
-then
-    jq -e .lag_details[0] < test-audit-wire.json > /dev/null || exit_fail "Lag 
not detected in run without aggregator at age $DATABASE_AGE"
-
-    LAG=`jq -r .total_amount_lag < test-audit-wire.json`
-    if test $LAG = "TESTKUDOS:0"
-    then
-        exit_fail "Expected total lag to be non-zero"
-    fi
-    echo "PASS"
-else
-    echo "SKIP (database too new)"
-fi
-
-
 echo -n "Test for wire amounts... "
 WIRED=`jq -r .total_wire_in_delta_plus < test-audit-wire.json`
 if test $WIRED != "TESTKUDOS:0"

-- 
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]