elastic / elastic/logstash

make all installed core plugins pass specs using rake test:plugins

Open
#8,477 5 comments 0 reactions 0 assignees View on GitHub
tests
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
19h 14m
Merged PRs (30d)
63

Description

now that #8476 is merge, make sure all core plugins pass tests.

After a first pass at running specs on master for core plugins:
```
rake test:install-core
rake test:plugins
```

I had to exclude these plugins which crashed the test process, see below in comments for details. We will need to fix these two to be able to include them in the tests:
- [ ] logstash-output-email
- [ ] logstash-input-tcp

Tasks:
- [ ] First fix the test code which does not correctly close the pipeline/queue upon an exception
- [ ] Produce a complete list of plugins specs failure of all core plugins.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.