exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 94c5ee9376c0a51389adeffa529cca0b8c21e5f1
parent c630487dfc249628016efcef210b5b37f102c855
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 16 Jan 2021 23:55:11 +0100

reduce lookahead_sign in tests to improve test performance a bit

Diffstat:
Msrc/testing/test-taler-exchange-aggregator-postgres.conf | 10++++++++++
Msrc/testing/test-taler-exchange-wirewatch-postgres.conf | 10++++++++++
Msrc/testing/test_auditor_api.conf | 11+++++++++++
Msrc/testing/test_exchange_api.conf | 9+++++++++
Msrc/testing/test_exchange_api_keys_cherry_picking.conf | 10++++++++++
Msrc/testing/test_exchange_api_twisted.conf | 10++++++++++
6 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/src/testing/test-taler-exchange-aggregator-postgres.conf b/src/testing/test-taler-exchange-aggregator-postgres.conf @@ -2,6 +2,16 @@ # Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ +[taler-helper-crypto-rsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days + +[taler-helper-crypto-eddsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days +# Reduce from 12 weeks to ensure we have multiple +DURATION = 14 days + [taler] # Currency supported by the exchange (can only be one) CURRENCY = EUR diff --git a/src/testing/test-taler-exchange-wirewatch-postgres.conf b/src/testing/test-taler-exchange-wirewatch-postgres.conf @@ -2,6 +2,16 @@ # Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ +[taler-helper-crypto-rsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days + +[taler-helper-crypto-eddsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days +# Reduce from 12 weeks to ensure we have multiple +DURATION = 14 days + [taler] # Currency supported by the exchange (can only be one) CURRENCY = EUR diff --git a/src/testing/test_auditor_api.conf b/src/testing/test_auditor_api.conf @@ -5,6 +5,17 @@ # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ +[taler-helper-crypto-rsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days + +[taler-helper-crypto-eddsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days +# Reduce from 12 weeks to ensure we have multiple +DURATION = 14 days + + [taler] # Currency supported by the exchange (can only be one) CURRENCY = EUR diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf @@ -5,6 +5,15 @@ # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ +[taler-helper-crypto-rsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days + +[taler-helper-crypto-eddsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days +# Reduce from 12 weeks to ensure we have multiple +DURATION = 14 days [taler] # Currency supported by the exchange (can only be one) diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf b/src/testing/test_exchange_api_keys_cherry_picking.conf @@ -17,6 +17,16 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ # Currency supported by the exchange (can only be one) CURRENCY = EUR +[taler-helper-crypto-rsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days + +[taler-helper-crypto-eddsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days +# Reduce from 12 weeks to ensure we have multiple +DURATION = 14 days + [auditor] BASE_URL = "http://localhost:8083/" diff --git a/src/testing/test_exchange_api_twisted.conf b/src/testing/test_exchange_api_twisted.conf @@ -3,6 +3,16 @@ # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ +[taler-helper-crypto-rsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days + +[taler-helper-crypto-eddsa] +# Reduce from 1 year to speed up test +LOOKAHEAD_SIGN = 24 days +# Reduce from 12 weeks to ensure we have multiple +DURATION = 14 days + [taler] # Currency supported by the exchange (can only be one) CURRENCY = EUR