Skip to content

Commit f641679

Browse files
authored
test_buffer: revert changes to avoid failure (#5396)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: The test changes introduced appear to be causing CI failures. 6c88e14 **Docs Changes**: **Release Note**: Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent e175c18 commit f641679

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/plugin/test_buffer.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,8 +1454,8 @@ def create_chunk_es(metadata, es)
14541454
@p = create_buffer({'compress' => 'gzip', 'chunk_limit_size' => 70})
14551455
timestamp = event_time('2016-04-11 16:00:02 +0000')
14561456
es = Fluent::ArrayEventStream.new([[timestamp, {"message" => "012345"}], # overflow
1457-
[timestamp, {"message" => "a"}],
1458-
[timestamp, {"message" => "b"}]])
1457+
[timestamp, {"message" => "aaa"}],
1458+
[timestamp, {"message" => "bbb"}]])
14591459
assert_equal [], @p.queue.map(&:metadata)
14601460
assert_equal 70, @p.chunk_limit_size
14611461

0 commit comments

Comments
 (0)