Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input_chunk: Use the different storage.path per tests
This is because different storage.paths should be used per test. Sometimes this cause failure for retrieving the file contents to prepare the data for test cases: ```log Test input_chunk_exceed_limit... [ FAILED ] input_chunk.c:91: Check getting output file content: ~/GitHub/fluent-bit/tests/internal/data/input_chunk/out/a_thousand_plus_one_bytes.out... failed [2023/07/28 00:03:09] [error] [~/GitHub/fluent-bit/tests/internal/input_chunk.c:56 errno=0] Success ``` After splitting the storage.path per test case, this error won't happen. Signed-off-by: Hiroshi Hatake <[email protected]>
- Loading branch information