-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 ..."
|
echo -n "Payment likely already submitted, running submit-payments without UUID anyway ..."
|
||||||
libeufin-cli accounts submit-payments exchange-nexus
|
libeufin-cli accounts submit-payments exchange-nexus
|
||||||
else
|
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
|
libeufin-cli accounts submit-payments --payment-uuid ${PAIN_UUID} exchange-nexus
|
||||||
fi
|
fi
|
||||||
cd $ORIGIN
|
|
||||||
echo " DONE"
|
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
|
fi
|
||||||
audit_only
|
audit_only
|
||||||
post_audit
|
post_audit
|
||||||
|
Loading…
Reference in New Issue
Block a user