mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 13:47:21 -04:00
The assertions was using dummy outputs and kept received events into an array in memory, but the test actually only needed to match the number of events it received, this PR add a DroppingDummyOutput that wont retain the events in memory. The previous implementation was causing a OOM issue when running the test on a very fast machine. Fixes: #6335 Fixes #6346 |
||
---|---|---|
.. | ||
helpers.rb | ||
matchers.rb | ||
mocks_classes.rb | ||
shared_examples.rb |