Skip to content

Commit

Permalink
DAOS-12158 test: daos_test/suite.py /var/tmp/daos_testing/*log* files…
Browse files Browse the repository at this point in the history
… exceeded the 2G threshold (#10960)

Update launch.py DEFAULT_LOGS_THRESHOLD = "2.1G"

Signed-off-by: Ding Ho [email protected]
  • Loading branch information
dinghwah authored Dec 8, 2022
1 parent 9a17a08 commit 2760cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
DEFAULT_DAOS_TEST_LOG_DIR = os.path.join(os.sep, "var", "tmp", "daos_testing")
DEFAULT_DAOS_TEST_USER_DIR = os.path.join(os.sep, "var", "tmp", "daos_testing", "user")
DEFAULT_DAOS_TEST_SHARED_DIR = os.path.expanduser(os.path.join("~", "daos_test"))
DEFAULT_LOGS_THRESHOLD = "2G"
DEFAULT_LOGS_THRESHOLD = "2150M" # 2.1G
FAILURE_TRIGGER = "00_trigger-launch-failure_00"
LOG_FILE_FORMAT = "%(asctime)s %(levelname)-5s %(funcName)30s: %(message)s"
PROVIDER_KEYS = OrderedDict(
Expand Down

0 comments on commit 2760cda

Please sign in to comment.