From 267ee4c4e8a75570916a71731b8f4eee6cbd975f Mon Sep 17 00:00:00 2001 From: Dylan Huang Date: Thu, 7 Aug 2025 16:55:01 -0700 Subject: [PATCH] Add logging of process ID in evaluation tests - Enhanced the `evaluation_test` function to log the process ID using `default_logger`, improving traceability of evaluation processes during testing. --- eval_protocol/pytest/evaluation_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eval_protocol/pytest/evaluation_test.py b/eval_protocol/pytest/evaluation_test.py index 925e8f55..245467bb 100644 --- a/eval_protocol/pytest/evaluation_test.py +++ b/eval_protocol/pytest/evaluation_test.py @@ -244,6 +244,7 @@ def wrapper_body(**kwargs): # has to be done in the pytest main process since it's # used to determine whether this eval has stopped row.pid = os.getpid() + default_logger.log(row) # Now run the rollout processor with metadata-initialized data config = RolloutProcessorConfig(