====================================================== taler-exchange 0.8.5: src/auditor/test-suite.log ====================================================== # TOTAL: 2 # PASS: 0 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: test-auditor.sh ===================== ++ seq 0 32 + ALL_TESTS='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32' + TESTS='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32' + VALGRIND= + trap cleanup EXIT + DB=auditor-basedb + CONF=auditor-basedb.conf + echo 'Testing for jq' Testing for jq + jq -h ./test-auditor.sh: riga 1878: jq: comando non trovato + exit_skip 'jq required' + echo jq required jq required + exit 77 + cleanup ++ jobs -p + wait SKIP test-auditor.sh (exit status: 77) FAIL: test-sync.sh ================== Testing synchronization logic ......2022-03-03T22:44:24.236959-0500 pq-20777 ERROR PQprepare (`SELECT current_balance_val,current_balance_frac,expiration_date,gc_date,kyc_ok,wire_target_serial_id AS payment_target_uuid FROM reserves JOIN reserves_in ri USING (reserve_pub) JOIN wire_targets wt ON (ri.wire_source_h_payto = wt.wire_target_h_payto) WHERE reserve_pub=$1 LIMIT 1;' as `reserves_get_with_kyc') failed with error: ERROR: column ri.wire_source_h_payto does not exist LINE 1: ...ri USING (reserve_pub) JOIN wire_targets wt ON (ri.wire_so... ^ 2022-03-03T22:44:24.237027-0500 taler-auditor-sync-20777 ERROR Failed to begin transaction with data source. Exiting .FAIL Record count mismatch: 424 / 0 in table denominations FAIL test-sync.sh (exit status: 1)