commit 68a8cf311cc80edb2d1e0ebd88f0e55f800691bd
parent f4be55340485c862c932675d2aeae083db8ed1c0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 31 Oct 2020 09:54:44 +0100
modify benchmark to get corner-run to pass again
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
@@ -248,7 +248,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_post_orders ("create-proposal-2",
merchant_url,
MHD_HTTP_OK,
- "order-worth-5-track",
+ NULL, /* random order ID */
GNUNET_TIME_UNIT_ZERO_ABS,
GNUNET_TIME_UNIT_FOREVER_ABS,
"EUR:5.0"),
@@ -320,12 +320,12 @@ run (void *cls,
TALER_TESTING_cmd_merchant_post_orders ("create-unaggregated-proposal",
alt_instance_url,
MHD_HTTP_OK,
- "order-worth-5-unaggregated",
+ NULL, /* use random order ID */
GNUNET_TIME_UNIT_ZERO_ABS,
GNUNET_TIME_UNIT_FOREVER_ABS,
"EUR:5.0"),
TALER_TESTING_cmd_merchant_pay_order ("deposit-unaggregated",
- merchant_url,
+ alt_instance_url,
MHD_HTTP_OK,
"create-unaggregated-proposal",
"withdraw-coin-1",
@@ -352,7 +352,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_post_orders ("create-twocoins-proposal",
merchant_url,
MHD_HTTP_OK,
- "order-worth-10-2coins",
+ NULL, /* use random order ID */
GNUNET_TIME_UNIT_ZERO_ABS,
GNUNET_TIME_UNIT_FOREVER_ABS,
"EUR:10.0"),