logstash/spec
Jordan Sissel ee28786400 - add a tag for events that have multiple lines (keeps backwards compat
to the older multiline filter)
- add tests to cover this behavior.
2013-08-30 18:00:11 -07:00
..
codecs - add a tag for events that have multiple lines (keeps backwards compat 2013-08-30 18:00:11 -07:00
conditionals - add more conditional tests (logical operators, unary negate, etc) 2013-08-28 06:41:26 +00:00
examples Remove prints from tests 2013-08-13 21:57:05 -07:00
filters - add tests for drop filter 2013-08-28 07:12:16 -07:00
inputs - fix redis tests 2013-08-20 22:59:04 -07:00
outputs - fix redis tests 2013-08-20 22:59:04 -07:00
support Remove prints from tests 2013-08-13 21:57:05 -07:00
util - add require 2013-08-13 22:07:39 -07:00
event.rb Skip speed tests by default 2013-08-20 18:58:41 -07:00
jar.rb - skip if not running in a jar 2013-08-20 18:58:29 -07:00
README.md Using already existing LOGSTASH_DEBUG env variable to debug + update README 2012-09-14 12:28:29 +02:00
speed.rb longer test 2012-09-11 00:17:39 -07:00
sqlite-test.rb - add documentation for sqlite input w/ example 2013-05-28 23:20:18 -07:00
test_utils.rb - Add /regexp/ support to the config grammar 2013-08-27 00:03:45 +00:00

How to run these tests

Run one:

rspec spec/the/test.rb

Run them all:

rspec spec/**/*.rb

Debug one test:

LOGSTASH_DEBUG=y rspec spec/the/test.rb