-run fetch-transactions in auditor test to avoid non-deterministic failure
This commit is contained in:
parent
4e7d4aa4b2
commit
abb692f02d
@ -325,11 +325,15 @@ function run_audit () {
|
||||
echo -n "Payment likely already submitted, running submit-payments without UUID anyway ..."
|
||||
libeufin-cli accounts submit-payments exchange-nexus
|
||||
else
|
||||
echo -n "Running submitting payment ${PAIN_UUID} ..."
|
||||
echo -n "Running payment submission for transaction ${PAIN_UUID} ..."
|
||||
libeufin-cli accounts submit-payments --payment-uuid ${PAIN_UUID} exchange-nexus
|
||||
fi
|
||||
cd $ORIGIN
|
||||
echo " DONE"
|
||||
echo -n "Import outgoing transactions..."
|
||||
libeufin-cli accounts fetch-transactions \
|
||||
--range-type since-last --level report exchange-nexus
|
||||
echo " DONE"
|
||||
cd $ORIGIN
|
||||
fi
|
||||
audit_only
|
||||
post_audit
|
||||
|
Loading…
Reference in New Issue
Block a user