gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix issue on Florian's system


From: gnunet
Subject: [taler-exchange] branch master updated: -fix issue on Florian's system
Date: Wed, 21 Sep 2022 23:18:51 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a2c17937 -fix issue on Florian's system
a2c17937 is described below

commit a2c179373e9493506cbae5a6a51c015f0403b662
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Sep 20 23:18:46 2022 +0200

    -fix issue on Florian's system
---
 src/auditor/generate-auditor-basedb.sh | 2 ++
 src/auditor/test-auditor.sh            | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.sh 
b/src/auditor/generate-auditor-basedb.sh
index 5eca38e4..903f9cd2 100755
--- a/src/auditor/generate-auditor-basedb.sh
+++ b/src/auditor/generate-auditor-basedb.sh
@@ -418,6 +418,8 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
'runIntegrationTest' \
     --arg BANK_URL "$BANK_URL/access-api/"
   )" &> taler-wallet-cli.log
 
+bash
+
 echo "Shutting down services"
 exit_cleanup
 
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index f0697415..5992ac10 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -969,7 +969,7 @@ function test_11() {
     #  this test is only concerned about the outgoing wire transfer
     #  being detected as such, and we simply ignore the other
     #  errors being reported.)
-    OTHER_IBAN=`echo -e "SELECT iban FROM BankAccounts WHERE label='fortytwo'" 
| sqlite3 ${DB}-nexus.sqlite3`
+    OTHER_IBAN=`echo -e "SELECT iban FROM BankAccounts WHERE label='fortytwo'" 
| sqlite3 ${DB}-sandbox.sqlite3`
     NEW_TX=$(echo "$OLD_TX" | jq 
.batches[0].batchTransactions[0].details.creditDebitIndicator='"DBIT"' | jq 
'del(.batches[0].batchTransactions[0].details.debtor)' | jq 
'del(.batches[0].batchTransactions[0].details.debtorAccount)' | jq 
'del(.batches[0].batchTransactions[0].details.debtorAgent)' | jq 
'.batches[0].batchTransactions[0].details.creditor'='{"name": "Forty Two"}' | 
jq .batches[0].batchTransactions[0].details.creditorAccount='{"iban": 
"'$OTHER_IBAN'"}' | jq .batches[0].batchTra [...]
     echo -e "UPDATE NexusBankTransactions SET transactionJson='"$NEW_TX"' 
WHERE id=$OLD_ID" | sqlite3 ${DB}-nexus.sqlite3
     # Now fake that the exchange prepared this payment (= it POSTed to 
/transfer)
@@ -1675,7 +1675,7 @@ function test_27() {
     # Obtain data to duplicate.
     WTID=`echo SELECT wtid FROM TalerRequestedPayments WHERE id=1 | sqlite3 
${DB}-nexus.sqlite3`
     echo WTID=$WTID
-    OTHER_IBAN=`echo -e "SELECT iban FROM BankAccounts WHERE label='fortytwo'" 
| sqlite3 ${DB}-nexus.sqlite3`
+    OTHER_IBAN=`echo -e "SELECT iban FROM BankAccounts WHERE label='fortytwo'" 
| sqlite3 ${DB}-sandbox.sqlite3`
     stop_libeufin
     # 'rawConfirmation' is set to 2 here, that doesn't
     # point to any record.  That's only needed to set a non null value.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]