Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/internal/input_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ void flb_test_input_chunk_grouped_release_space_drop_counters(void)
"Host", "127.0.0.1",
"Port", "1",
"retry_limit", "no_retries",
"storage.total_limit_size", "1K",
"storage.total_limit_size", "1M",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can remove this line at all:

Suggested change
"storage.total_limit_size", "1M",

because the test is not about limit, but is about drop of not delivered chunks.

NULL);

ret = flb_start(ctx);
Expand Down
2 changes: 1 addition & 1 deletion tests/runtime/out_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static int run_counter_and_capture(const char *payload, size_t payload_size,
goto restore_stdout;
}

flb_service_set(ctx, "Flush", "1", "Grace", "1", "Log_Level", "error", NULL);
flb_service_set(ctx, "Flush", "0.2", "Grace", "1", "Log_Level", "error", NULL);

in_ffd = flb_input(ctx, (char *) "lib", NULL);
if (in_ffd < 0) {
Expand Down
Loading