[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: harness: logging, tag and com
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: harness: logging, tag and comment test |
Date: |
Wed, 26 Jun 2024 23:54:44 +0200 |
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 9dbfcd752 harness: logging, tag and comment test
9dbfcd752 is described below
commit 9dbfcd7525d605c97a84a076aeabe293967a406c
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jun 26 23:54:40 2024 +0200
harness: logging, tag and comment test
---
.../src/integrationtests/test-peer-pull-large.ts | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git
a/packages/taler-harness/src/integrationtests/test-peer-pull-large.ts
b/packages/taler-harness/src/integrationtests/test-peer-pull-large.ts
index 6de3c2e33..53a3c75f4 100644
--- a/packages/taler-harness/src/integrationtests/test-peer-pull-large.ts
+++ b/packages/taler-harness/src/integrationtests/test-peer-pull-large.ts
@@ -62,6 +62,12 @@ const coinConfigList: CoinConfig[] = [
},
];
+/**
+ * Test peer pull payments with a large number of coins.
+ *
+ * Since we use an artificallly large number of coins, this
+ * test is a bit slower than other tests.
+ */
export async function runPeerPullLargeTest(t: GlobalTestState) {
// Set up test environment
@@ -102,6 +108,7 @@ async function checkNormalPeerPull(
wallet1: WalletClient,
wallet2: WalletClient,
): Promise<void> {
+ t.logStep("starting withdrawal");
const withdrawRes = await withdrawViaBankV2(t, {
walletClient: wallet2,
bank,
@@ -111,6 +118,8 @@ async function checkNormalPeerPull(
await withdrawRes.withdrawalFinishedCond;
+ t.logStep("finished withdrawal");
+
const purseExpiration = AbsoluteTime.toProtocolTimestamp(
AbsoluteTime.addDuration(
AbsoluteTime.now(),
@@ -191,4 +200,4 @@ async function checkNormalPeerPull(
console.log(`txn2: ${j2s(txn2)}`);
}
-runPeerPullLargeTest.suites = ["wallet"];
+runPeerPullLargeTest.suites = ["wallet", "slow"];
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: harness: logging, tag and comment test,
gnunet <=