Skip to content

Commit

Permalink
tests: added chunkio options structure initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Sep 21, 2023
1 parent f544ad7 commit a0c5021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/internal/input_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ void flb_test_input_chunk_fs_chunks_size_real()
i_ins = flb_input_new(cfg, "dummy", NULL, FLB_TRUE);
i_ins->storage_type = CIO_STORE_FS;

cio_options_init(&opts);

opts.root_path = "/tmp/input-chunk-fs_chunks-size_real";
opts.log_cb = log_cb;
opts.log_level = CIO_LOG_DEBUG;
Expand Down

0 comments on commit a0c5021

Please sign in to comment.