From 5ac7ad802e1ae0d1d40c348fbfa97ede46320ce3 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Wed, 22 Apr 2020 08:49:25 +0200 Subject: [PATCH] Pass actor system env vars in integration test With this commit we ensure that tox passes environment variables prefixed with `THESPLOG_` that are related to the actor system. This allows us to configure custom settings for integration tests. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 3d6b51561..261e6f227 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,9 @@ passenv = JAVA14_HOME RALLY_HOME SSH_AUTH_SOCK + THESPLOG_FILE + THESPLOG_FILE_MAXSIZE + THESPLOG_THRESHOLD # we do not pass LANG and LC_ALL anymore in order to isolate integration tests # from the test environment. Rally needs to enforce UTF-8 encoding in every # place so we intentionally set LC_ALL to C.