aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-01-15 17:36:50 +0100
committerFlorian Dold <florian@dold.me>2024-01-15 18:43:20 +0100
commit8da08fe4205c1e03eec3d4925c598be0b6769ba5 (patch)
treee81d59fa7a1ef40687fc16199e4d44dd70e02b5c /packages/taler-harness
parent68f3bcdc6cece62176849ab065e82630ebc4deae (diff)
downloadwallet-core-8da08fe4205c1e03eec3d4925c598be0b6769ba5.tar.xz
wallet-core: uniform transaction interface, cleanup
Diffstat (limited to 'packages/taler-harness')
-rw-r--r--packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts5
1 files changed, 5 insertions, 0 deletions
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 a71175407..e8d34e288 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
@@ -261,8 +261,13 @@ async function checkAbortedPeerPull(
peerPullDebitId: checkResp.peerPullDebitId,
});
+ console.log(`waiting for ${resp.transactionId} to go to state aborted`);
+ console.log("checkpoint: before-aborted-wait");
await peerPullCreditAbortedCond;
+ console.log("checkpoint: after-credit-aborted-wait");
await peerPullDebitAbortedCond;
+ console.log("checkpoint: after-debit-aborted-wait");
+ console.log("checkpoint: after-aborted-wait");
const txn1 = await wallet1.client.call(
WalletApiOperation.GetTransactions,