From 2df91e5c9bedf80f517a7959a4054663da428a3b Mon Sep 17 00:00:00 2001 From: Ken Cain Date: Wed, 16 Sep 2026 14:15:43 -0400 Subject: [PATCH] DAOS-19340 test: set FI log level to warn for rebuild tests (#19046) For the daos_test rebuild tests, set engine environment variables needed to capture warnings in logfiles for connection disruptions (e.g., when engines stopped, restarted, and reintegrated). The goal is especially to log when there are unusual connectivity disruptions (e.g., after an engine restart, specific engine endpoint pairs unable to communicate, often involving a common engine's single CaRT context). Test-tag: daos_core_test_rebuild Skip-unit-tests: true Skip-fault-injection-test: true Skip-test-rpms: true Signed-off-by: Kenneth Cain --- src/tests/ftest/daos_test/rebuild.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tests/ftest/daos_test/rebuild.yaml b/src/tests/ftest/daos_test/rebuild.yaml index d7795e82815..32d906e8473 100644 --- a/src/tests/ftest/daos_test/rebuild.yaml +++ b/src/tests/ftest/daos_test/rebuild.yaml @@ -27,6 +27,8 @@ server_config: - DD_MASK=group_metadata_only,io,epc,rebuild - D_LOG_FILE_APPEND_PID=1 - D_LOG_FILE_APPEND_RANK=1 + - HG_LOG_LEVEL=warn + - HG_LOG_SUBSYS=hg,na,libfabric storage: auto 1: pinned_numa_node: 1 @@ -37,6 +39,8 @@ server_config: - DD_MASK=group_metadata_only,io,epc,rebuild - D_LOG_FILE_APPEND_PID=1 - D_LOG_FILE_APPEND_RANK=1 + - HG_LOG_LEVEL=warn + - HG_LOG_SUBSYS=hg,na,libfabric storage: auto transport_config: allow_insecure: false