From 107598ddde531157a0cbce89f7014ddcecec348a Mon Sep 17 00:00:00 2001 From: Ding-Hwa Ho Date: Thu, 12 Mar 2026 16:43:37 -0400 Subject: [PATCH 1/2] DAOS-18659 test: launch test with 10 repeated loops Test-tag: test_snapshot_aggregation Skip-unit-tests: true Test-repeat: 10 Signed-off-by: Ding-Hwa Ho From 6d58aa859447d199890d5dc3b52556e022ec24c3 Mon Sep 17 00:00:00 2001 From: Ding-Hwa Ho Date: Fri, 10 Jul 2026 15:40:09 -0400 Subject: [PATCH 2/2] DAOS-19234 test: Add debug nvme/fault.py test Description: add more debug for the test test-tag: test_nvme_fault Skip-unit-tests: true Skip-fault-injection-test: true Signed-off-by: Ding-Hwa Ho --- src/tests/ftest/nvme/fault.yaml | 6 +++++- src/tests/ftest/util/ior_utils.py | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/tests/ftest/nvme/fault.yaml b/src/tests/ftest/nvme/fault.yaml index 8082a22b718..b9249411d65 100644 --- a/src/tests/ftest/nvme/fault.yaml +++ b/src/tests/ftest/nvme/fault.yaml @@ -7,7 +7,8 @@ server_config: engines_per_host: 1 engines: 0: - log_mask: ERR + log_file: daos_server1.log + log_mask: DEBUG,MEM=ERR storage: auto transport_config: allow_insecure: True @@ -37,3 +38,6 @@ faulttests: pool_capacity: 15 no_of_servers: 1 no_of_drives: 1 +client: + env_vars: + - D_LOG_MASK=INFO diff --git a/src/tests/ftest/util/ior_utils.py b/src/tests/ftest/util/ior_utils.py index ea0d1a02516..606c8efee3c 100644 --- a/src/tests/ftest/util/ior_utils.py +++ b/src/tests/ftest/util/ior_utils.py @@ -420,6 +420,7 @@ def get_default_env(self, manager_cmd, log_file=None): env = self.env.copy() env["D_LOG_FILE"] = get_log_file(log_file or "{}_daos.log".format(self.command)) env["MPI_LIB"] = '""' + env["D_LOG_MASK"] = 'DEBUG' # ior POSIX api does not require the below options. if "POSIX" in manager_cmd: