It seems lsperm is getting stuck when `file` output plugin is used. It is just printing `.............................` Below are my suite:- `conf/simple.conf` ``` input { stdin {} } filter { clone {} } output { file { path => "/tmp/test.log" } } ``` `input/simple.txt` ``` test 01 test 02 test 03 ``` `suite/suite.rb` ``` ruby [ {:name => "simple line in/out", :config => "config/simple.conf", :input => "input/simple.txt", :time => 5}, ] ```
It seems lsperm is getting stuck when
fileoutput plugin is used. It is just printing.............................Below are my suite:-
conf/simple.confinput/simple.txtsuite/suite.rb