diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-21 11:05:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-21 11:05:51 +0100 |
commit | 2ace9969b7e1ede610ff99546c5a84f59adf0931 (patch) | |
tree | 53ab6504efd279e4c401726cd571308dc9f4efd8 /src/auditor/test-auditor.sh | |
parent | 66616a97d77d37ab0a1358f3678a07223e624636 (diff) |
rename fest on refactored auditor logic
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-x | src/auditor/test-auditor.sh | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 76d74d82c..236a11519 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -84,10 +84,10 @@ function audit_only () { # Also do incremental run $VALGRIND taler-auditor -L DEBUG -c $CONF -m $MASTER_PUB > test-audit-inc.json 2> test-audit-inc.log || exit_fail "auditor failed" echo -n "." - $VALGRIND taler-wire-auditor -L DEBUG -r -c $CONF -m $MASTER_PUB > test-wire-audit.json 2> test-wire-audit.log || exit_fail "wire auditor failed" + $VALGRIND taler-helper-auditor-wire -L DEBUG -r -c $CONF -m $MASTER_PUB > test-wire-audit.json 2> test-wire-audit.log || exit_fail "wire auditor failed" # Also do incremental run echo -n "." - $VALGRIND taler-wire-auditor -L DEBUG -c $CONF -m $MASTER_PUB > test-wire-audit-inc.json 2> test-wire-audit-inc.log || exit_fail "wire auditor failed" + $VALGRIND taler-helper-auditor-wire -L DEBUG -c $CONF -m $MASTER_PUB > test-wire-audit-inc.json 2> test-wire-audit-inc.log || exit_fail "wire auditor failed" echo " DONE" } @@ -255,7 +255,7 @@ echo -n "Check for lag detection... " # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then jq -e .lag_details[0] < test-wire-audit.json > /dev/null || exit_fail "Lag not detected in run without aggregator at age $DELTA" @@ -893,7 +893,7 @@ echo "===========15: deposit wire hash wrong=================" # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then @@ -930,7 +930,7 @@ echo "===========16: incorrect wire_out amount=================" # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then @@ -1023,7 +1023,7 @@ echo "===========17: incorrect wire_out timestamp=================" # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then @@ -1115,7 +1115,7 @@ echo "===========19: reserve closure done properly =================" # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then @@ -1193,7 +1193,7 @@ echo "===========21: reserve closure missreported =================" # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then @@ -1279,7 +1279,7 @@ echo "===========23: wire out calculations =================" # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then @@ -1400,7 +1400,7 @@ echo "=========25: inconsistent coin history=========" # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then @@ -1493,7 +1493,7 @@ echo "===========27: duplicate WTID detection =================" # 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-wire-auditor.c) +# taler-helper-auditor-wire.c) if [ $DATABASE_AGE -gt 3600 ] then |