Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Vemuri <[email protected]>
  • Loading branch information
Nikita Vemuri committed Sep 6, 2024
1 parent 702be87 commit 07efa6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ray/core_worker/test/task_event_buffer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ TEST_F(TaskEventTestWriteExport, TestWriteTaskExportEvents) {
auto task_ids = GenTaskIDs(num_events);
google::protobuf::util::JsonPrintOptions options;
options.preserve_proto_field_names = true;
options.always_print_primitive_fields = true;

std::vector<SourceTypeVariant> source_types = {
rpc::ExportEvent_SourceType::ExportEvent_SourceType_EXPORT_TASK};
Expand Down

0 comments on commit 07efa6f

Please sign in to comment.