gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: Fix tipping test.


From: gnunet
Subject: [taler-wallet-core] branch master updated: Fix tipping test.
Date: Thu, 29 Jul 2021 16:41:22 +0200

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

ms pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 172044f0 Fix tipping test.
172044f0 is described below

commit 172044f022b37f0c67eed49eea69d4f84113dec2
Author: ms <ms@taler.net>
AuthorDate: Thu Jul 29 16:40:02 2021 +0200

    Fix tipping test.
    
    This test case used to stop+start the merchant along the
    run.  This made the DB erased, and got the tip reserve information
    lost.  stop+start is now commented out
---
 packages/taler-wallet-cli/src/integrationtests/test-tipping.ts | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/test-tipping.ts 
b/packages/taler-wallet-cli/src/integrationtests/test-tipping.ts
index 02439616..7675db11 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-tipping.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-tipping.ts
@@ -62,9 +62,11 @@ export async function runTippingTest(t: GlobalTestState) {
   });
 
   await exchange.runWirewatchOnce();
-  await merchant.stop();
+
+  // FIXME/WHY? Disabling for now, as start() erases the DB.
+  /*await merchant.stop();
   await merchant.start();
-  await merchant.pingUntilAvailable();
+  await merchant.pingUntilAvailable();*/
 
   const r = await MerchantPrivateApi.queryTippingReserves(merchant, "default");
   console.log("tipping reserves:", JSON.stringify(r, undefined, 2));

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