Skip to content

Commit

Permalink
Update test/ra_log_segment_writer_SUITE.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
kjnilsson and the-mikedavis authored Jan 3, 2025
1 parent fe66262 commit cf8f270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ra_log_segment_writer_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ accept_mem_tables_for_down_server(Config) ->
%% validate fake uid entries were written
ra_log_segment_writer:await(?SEGWR),
DownFn = ra_lib:zpad_filename("", "segment", 1),
ct:pal("FakeFn ~s", [DownFn]),
ct:pal("DownFn ~s", [DownFn]),
DownSegmentFile = filename:join([?config(wal_dir, Config),
DownUId, DownFn]),
{ok, FakeSeg} = ra_log_segment:open(DownSegmentFile, #{mode => read}),
Expand Down

0 comments on commit cf8f270

Please sign in to comment.