summaryrefslogtreecommitdiff
path: root/src/auditor/test-sync.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-28 21:02:12 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-28 22:41:24 +0100
commitee79f312754304d15704e122970223f28759fceb (patch)
treef23321a121fb6fa910688e3e794f942a9d4cc5ab /src/auditor/test-sync.sh
parent0efc7fd524c91c5e2b99088befe28f6dcdf14d59 (diff)
downloadexchange-ee79f312754304d15704e122970223f28759fceb.tar.gz
exchange-ee79f312754304d15704e122970223f28759fceb.tar.bz2
exchange-ee79f312754304d15704e122970223f28759fceb.zip
-work on test_sync.sh, incomplete
Diffstat (limited to 'src/auditor/test-sync.sh')
-rwxr-xr-xsrc/auditor/test-sync.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh
index 24de92ebe..a69201a8a 100755
--- a/src/auditor/test-sync.sh
+++ b/src/auditor/test-sync.sh
@@ -18,7 +18,8 @@ psql talercheck-in < auditor-basedb.sql >/dev/null 2> /dev/null
echo -n "."
taler-auditor-sync -s test-sync-in.conf -d test-sync-out.conf -t
-for table in denominations denomination_revocations reserves reserves_in reserves_close reserves_out auditors auditor_denom_sigs exchange_sign_keys signkey_revocations known_coins refresh_commitments refresh_revealed_coins refresh_transfer_keys deposits refunds wire_out aggregation_tracking wire_fee recoup recoup_refresh
+# cs_nonce_locks excluded: no point
+for table in denominations denomination_revocations wire_targets reserves reserves_in reserves_close reserves_out auditors auditor_denom_sigs exchange_sign_keys signkey_revocations extensions extension_details known_coins refresh_commitments refresh_revealed_coins refresh_transfer_keys deposits refunds wire_out aggregation_tracking wire_fee recoup recoup_refresh
do
echo -n "."
CIN=`echo "SELECT COUNT(*) FROM $table" | psql talercheck-in -Aqt`