lukewaite / logstash-input-cloudwatch-logs

Input plugin for Logstash to stream events from CloudWatch Logs
Other
142 stars 74 forks source link

Tests #6

Closed lukewaite closed 7 years ago

lukewaite commented 8 years ago

Need to add test coverage before submission to logstash-plugins group.

Blocks #5

lukewaite commented 7 years ago

Added https://github.com/lukewaite/logstash-input-cloudwatch-logs/commit/620227936947c71e0c0be2572a7293abc88a38c1 which covers #16, however more is needed to validate that the plugin will actually run.

Issues like #20 can possibly slip through until more coverage is added.

I'm not super familiar with testing in ruby, let alone testing logstash plugins specifically, so would welcome any contributions of tests or pointers in the right direction.