logstash/spec
2013-09-03 09:08:22 -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 negated expression examples 2013-09-02 12:16:28 -07:00
examples - skip tests that use jruby-specific features (with an obvious TODO item 2013-09-02 20:17:20 +00:00
filters - refactor json_encode filter to use source+target settings 2013-08-31 22:43:24 -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 - skip tests that use jruby-specific features (with an obvious TODO item 2013-09-02 20:17:20 +00:00
util - add require 2013-08-13 22:07:39 -07:00
config.rb - regression test to ensure single-quoted values as attribute names is 2013-09-03 09:08:22 -07:00
event.rb - skip tests that use jruby-specific features (with an obvious TODO item 2013-09-02 20:17:20 +00: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