[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: harness: do not invoke aggreg
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: harness: do not invoke aggregator with -y |
Date: |
Wed, 04 Sep 2024 17:37:43 +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 421fed349 harness: do not invoke aggregator with -y
421fed349 is described below
commit 421fed34972368c4fcaacaa5e72ed3119fe7d3d7
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Sep 4 17:37:39 2024 +0200
harness: do not invoke aggregator with -y
---
packages/taler-harness/src/harness/harness.ts | 11 ++---------
.../src/integrationtests/test-kyc-deposit-aggregate.ts | 2 ++
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/packages/taler-harness/src/harness/harness.ts
b/packages/taler-harness/src/harness/harness.ts
index dc331a6cc..6a9188d13 100644
--- a/packages/taler-harness/src/harness/harness.ts
+++ b/packages/taler-harness/src/harness/harness.ts
@@ -1043,7 +1043,7 @@ export class ExchangeService implements
ExchangeServiceInterface {
this.globalState,
`exchange-${this.name}-aggregator-once`,
"taler-exchange-aggregator",
- [...timetravelArgArr, "-c", this.configFilename, "-t", "-y", "-LINFO"],
+ [...timetravelArgArr, "-c", this.configFilename, "-t", "-LINFO"],
);
}
@@ -1052,14 +1052,7 @@ export class ExchangeService implements
ExchangeServiceInterface {
this.globalState,
`exchange-${this.name}-aggregator-once`,
"taler-exchange-aggregator",
- [
- ...this.timetravelArgArr,
- "-c",
- this.configFilename,
- "-t",
- "-y",
- "-LINFO",
- ],
+ [...this.timetravelArgArr, "-c", this.configFilename, "-t", "-LINFO"],
);
}
diff --git
a/packages/taler-harness/src/integrationtests/test-kyc-deposit-aggregate.ts
b/packages/taler-harness/src/integrationtests/test-kyc-deposit-aggregate.ts
index 6e85d2498..5432d552e 100644
--- a/packages/taler-harness/src/integrationtests/test-kyc-deposit-aggregate.ts
+++ b/packages/taler-harness/src/integrationtests/test-kyc-deposit-aggregate.ts
@@ -244,6 +244,8 @@ export async function runKycDepositAggregateTest(t:
GlobalTestState) {
timetravelMicroseconds: 1000 * 1000 * 60 * 60 * 3,
});
+ console.log("waiting for kyc-required");
+
await walletClient.call(WalletApiOperation.TestingWaitTransactionState, {
transactionId: depositResp.transactionId,
txState: {
--
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: do not invoke aggregator with -y,
gnunet <=