Joe McDonnell has posted comments on this change. ( http://gerrit.cloudera.org:8080/23796 )
Change subject: IMPALA-14634: Organize custom cluster logs into subdirectories by test name ...................................................................... Patch Set 3: (2 comments) I'm running an exhaustive job with all the custom cluster tests to make sure this works. When that is done, I'll do another upload. http://gerrit.cloudera.org:8080/#/c/23796/3/tests/common/custom_cluster_test_suite.py File tests/common/custom_cluster_test_suite.py: http://gerrit.cloudera.org:8080/#/c/23796/3/tests/common/custom_cluster_test_suite.py@605 PS3, Line 605: if os.environ.get("LOG_DIR"): > This is fine. I would've been cute and used os.getenv Yeah, that's better. I'll switch this http://gerrit.cloudera.org:8080/#/c/23796/3/tests/common/custom_cluster_test_suite.py@624 PS3, Line 624: cls.impala_log_dir = impala_log_dir_per_test > I'm not clear why this is stored to cls.impala_log_dir. It doesn't seem to Mostly I'm just doing it because that's what was happening before. It looks like there are a handful of things that access it. ImpalaTestSuite uses it via build_log_path() (via hasattr). authorization/test_authorization.py accesses it after setting impala_log_dir, which is the other branch of the if. -- To view, visit http://gerrit.cloudera.org:8080/23796 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I8a8402fed1584a99f91451a3976e7026d0deb834 Gerrit-Change-Number: 23796 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Comment-Date: Fri, 19 Dec 2025 22:35:20 +0000 Gerrit-HasComments: Yes
