mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 06:08:03 +08:00
Fix broken test_raylet_info_endpoint (#9511)
This commit is contained in:
@@ -53,7 +53,7 @@ class ReporterServer(reporter_pb2_grpc.ReporterServiceServicer):
|
||||
with open(profiling_file_path, "r") as f:
|
||||
profiling_stats = f.read()
|
||||
return reporter_pb2.GetProfilingStatsReply(
|
||||
profiling_stats=profiling_stats, stdout=stdout, stderr=stderr)
|
||||
profiling_stats=profiling_stats, std_out=stdout, std_err=stderr)
|
||||
|
||||
def ReportMetrics(self, request, context):
|
||||
# TODO(sang): Process metrics here.
|
||||
|
||||
Reference in New Issue
Block a user