commit fa30a2cf215b24bab89380cc8640909d31d8ca9a
parent 95d4c274fa624e18787bebccbdf2706517d5feb5
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 18 Jan 2026 13:54:04 +0100
Fix donau config for test
Diffstat:
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
@@ -2398,8 +2398,8 @@ run (void *cls,
merchant_url,
MHD_HTTP_OK,
"repurchase-original",
+ GNUNET_TIME_relative_to_timestamp (GNUNET_TIME_UNIT_HOURS),
GNUNET_TIME_relative_to_timestamp (GNUNET_TIME_UNIT_MINUTES),
- GNUNET_TIME_UNIT_FOREVER_TS,
"https://fulfillment.example.com/",
"EUR:1.0"),
TALER_TESTING_cmd_merchant_pay_order (
@@ -2441,8 +2441,8 @@ run (void *cls,
merchant_url,
MHD_HTTP_OK,
"repurchase-secondary",
+ GNUNET_TIME_relative_to_timestamp (GNUNET_TIME_UNIT_HOURS),
GNUNET_TIME_relative_to_timestamp (GNUNET_TIME_UNIT_MINUTES),
- GNUNET_TIME_UNIT_FOREVER_TS,
"https://fulfillment.example.com/",
"EUR:1.0"),
TALER_TESTING_cmd_merchant_get_order3 (
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf
@@ -7,6 +7,9 @@ DONAU_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/donau-system-runtime/
[taler-helper-crypto-rsa]
LOOKAHEAD_SIGN = 10 days
+[donau-helper-crypto-rsa]
+LOOKAHEAD_SIGN = 10 days
+
[taler-helper-crypto-eddsa]
LOOKAHEAD_SIGN = 24 days
DURATION = 14 days
@@ -103,20 +106,23 @@ EXPIRE_LEGAL_YEARS = 5
CONFIG = "postgres:///talercheck"
[donau-secmod-cs]
-LOOKAHEAD_SIGN = "24 days"
+ANCHOR_ROUND = 1 year
+LOOKAHEAD_SIGN = "367 days"
KEY_DIR = ${TALER_TEST_HOME}taler/exchange-secmod-cs/keys
OVERLAP_DURATION = 0
SM_PRIV_KEY = ${DONAU_RUNTIME_DIR}donau-secmod-cs/secmod-private-key
UNIXPATH = ${DONAU_RUNTIME_DIR}donau-secmod-cs/server.sock
[donau-secmod-rsa]
-LOOKAHEAD_SIGN = "24 days"
+ANCHOR_ROUND = 1 year
+LOOKAHEAD_SIGN = "367 days"
KEY_DIR = ${TALER_TEST_HOME}taler/exchange-secmod-rsa/keys
OVERLAP_DURATION = 0
SM_PRIV_KEY = ${DONAU_RUNTIME_DIR}donau-secmod-rsa/secmod-private-key
UNIXPATH = ${DONAU_RUNTIME_DIR}donau-secmod-rsa/server.sock
[donau-secmod-eddsa]
+ANCHOR_ROUND = 1 year
LOOKAHEAD_SIGN = "24 days"
DURATION = "14 days"
KEY_DIR = ${TALER_TEST_HOME}taler/exchange-secmod-eddsa/keys