Skip to content
Open
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
6 changes: 3 additions & 3 deletions tests/runtime/filter_throttle_size.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void flb_test_simple_log(void)

/* Verify that the size throttle plugin differentiates logs by a non nested name_field.
We put 9 logs 32 bytes long which is 288 bytes of total or rate of 9.6.
If all logs passed this means that the the plugin sees them as two seperates tipes or
If all logs passed this means that the plugin sees them as two seperates tipes or
does now work at all.Or each logs is seen as different group of logs. */
for (i = 0; i < 9; i++) {
/*Make message with sream: stdout */
Expand Down Expand Up @@ -276,7 +276,7 @@ void test_nestest_name_fields(void)

/* Verify that the size throttle plugin differentiates logs by a nested name_field and nested log_field.
We put 9 logs 32 bytes long which is 288 bytes of total or rate of 9.6.
If all logs passed this means that the the plugin sees them as two seperates tipes or
If all logs passed this means that the plugin sees them as two seperates tipes or
does now work at all.Or each logs is seen as different group of logs. */
for (i = 0; i < 9; i++) {
/*Make message with sream: stdout */
Expand Down Expand Up @@ -429,7 +429,7 @@ void test_default_name_field(void)

/* Verify that the size throttle plugin do not differentiates logs by name_field.
We put 8 logs 32 bytes long which is 256 bytes of total or rate of 8.53.
If all logs passed this means that the the plugin sees them as one or
If all logs passed this means that the plugin sees them as one or
does now work at all.Or each logs is seen as different group of logs. */
for (i = 0; i < 4; i++) {
/*Make message with sream: stdout */
Expand Down
Loading