gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (cd470083 -> e7ef7b61)


From: gnunet
Subject: [taler-exchange] branch master updated (cd470083 -> e7ef7b61)
Date: Wed, 06 Mar 2024 23:54:01 +0100

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

grothoff pushed a change to branch master
in repository exchange.

    from cd470083 fix for #8369
     new 576f322c -remove debug logging statement
     new e7ef7b61 -skip test if DB does not exist

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/exchangedb/pg_lookup_transfer_by_deposit.c | 2 --
 src/exchangedb/test_idempotency.sh             | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchangedb/pg_lookup_transfer_by_deposit.c 
b/src/exchangedb/pg_lookup_transfer_by_deposit.c
index ba4efcef..b9d792d0 100644
--- a/src/exchangedb/pg_lookup_transfer_by_deposit.c
+++ b/src/exchangedb/pg_lookup_transfer_by_deposit.c
@@ -166,8 +166,6 @@ TEH_PG_lookup_transfer_by_deposit (
       GNUNET_PQ_result_spec_end
     };
 
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                "Got the special place...\n");
     PREPARE (pg,
              "get_deposit_without_wtid",
              "SELECT"
diff --git a/src/exchangedb/test_idempotency.sh 
b/src/exchangedb/test_idempotency.sh
index 66f712c1..7314b8c3 100755
--- a/src/exchangedb/test_idempotency.sh
+++ b/src/exchangedb/test_idempotency.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 # This file is in the public domain.
 set -eu
+psql talercheck < /dev/null || exit 77
 echo "Initializing DB"
 taler-exchange-dbinit -r -c test-exchange-db-postgres.conf
 echo "Re-initializing DB"

-- 
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]