gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: reduce lookahead_sign in tests t


From: gnunet
Subject: [taler-exchange] branch master updated: reduce lookahead_sign in tests to improve test performance a bit
Date: Sat, 16 Jan 2021 23:55:13 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 94c5ee93 reduce lookahead_sign in tests to improve test performance a 
bit
94c5ee93 is described below

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

    reduce lookahead_sign in tests to improve test performance a bit
---
 src/testing/test-taler-exchange-aggregator-postgres.conf | 10 ++++++++++
 src/testing/test-taler-exchange-wirewatch-postgres.conf  | 10 ++++++++++
 src/testing/test_auditor_api.conf                        | 11 +++++++++++
 src/testing/test_exchange_api.conf                       |  9 +++++++++
 src/testing/test_exchange_api_keys_cherry_picking.conf   | 10 ++++++++++
 src/testing/test_exchange_api_twisted.conf               | 10 ++++++++++
 6 files changed, 60 insertions(+)

diff --git a/src/testing/test-taler-exchange-aggregator-postgres.conf 
b/src/testing/test-taler-exchange-aggregator-postgres.conf
index f3a6dfe4..f25e5e44 100644
--- 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
index 8dfd3858..f702b2c3 100644
--- 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
index a0304452..8b3abd0e 100644
--- 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
index 614aaed1..5381844c 100644
--- 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
index 74c64e24..a4f7c29d 100644
--- 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
index 378ee61a..dc124255 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]