You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor logging configuration and clean up test cases (#42)
Summary:
- Removed unused log parsing functions from `test_tritonparse.py` to streamline the test code.
- Added calls to `triton.knobs.compilation.listener` and `tritonparse.structured_logging.clear_logging_config()` to ensure proper cleanup and reset of logging configurations after tests.
- Improved test reliability by ensuring that logging settings do not persist between test runs.
These changes enhance the maintainability of the test suite and ensure that logging configurations are correctly managed during testing.
Pull Request resolved: #42
Reviewed By: Sibylau
Differential Revision: D78772087
Pulled By: FindHao
fbshipit-source-id: b44b8093d5f032f21db673766a3a2dc125cef910
0 commit comments