gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: harness: hack around test lim


From: gnunet
Subject: [taler-wallet-core] branch master updated: harness: hack around test limitation
Date: Thu, 19 Jan 2023 00:05:48 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 0a439461e harness: hack around test limitation
0a439461e is described below

commit 0a439461e9a67e10ca4fa7d86c5da87352c74239
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 19 00:04:51 2023 +0100

    harness: hack around test limitation
    
    It's currently not possible to wait until a transaction reaches a
    certain state, so we simply run all pending operation once so that the
    pull payment is initiated.
---
 packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts 
b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts
index fb4e694c3..af4d4d1d9 100644
--- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts
+++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts
@@ -67,7 +67,8 @@ export async function runPeerToPeerPullTest(t: 
GlobalTestState) {
   );
 
   // Wait until the initiation is actually done.
-  await wallet1.runUntilDone();
+  // FIXME: Use the daemonized wallet and notifications to know this
+  await wallet1.runPending();
 
   const checkResp = await wallet2.client.call(
     WalletApiOperation.CheckPeerPullPayment,

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