From 68a8cf311cc80edb2d1e0ebd88f0e55f800691bd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 31 Oct 2020 09:54:44 +0100 Subject: modify benchmark to get corner-run to pass again --- src/merchant-tools/taler-merchant-benchmark.c | 8 ++++---- 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 index 90aa972a..684ffddd 100644 --- 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"), -- cgit v1.2.3