Describe the bug
Sometimes, "can format/write data correctly" test fails withZlib::GzipFile::Error on Windows
1) Error: test: can format/write data correctly(FileOutputTest::fully configured output): Zlib::GzipFile::Error: not in gzip format
D:/a/fluentd/fluentd/test/plugin/test_out_file.rb:338:in `initialize'
D:/a/fluentd/fluentd/test/plugin/test_out_file.rb:338:in `new'
D:/a/fluentd/fluentd/test/plugin/test_out_file.rb:338:in `block (4 levels) in <class:FileOutputTest>'
D:/a/fluentd/fluentd/test/plugin/test_out_file.rb:337:in `open'
D:/a/fluentd/fluentd/test/plugin/test_out_file.rb:337:in `block (3 levels) in <class:FileOutputTest>'
D:/a/fluentd/fluentd/test/plugin/test_out_file.rb:341:in `block (2 levels) in <class:FileOutputTest>'
To Reproduce
Run CI
Expected behavior
No error
Your Environment
- Fluentd version:
- Package version:
- Operating system:
- Kernel version:
Your Configuration
Your Error Log
Additional context
No response