logstash/spec
github-actions[bot] aea58a36a9
Anchor the -java match pattern at the end of the string. (#16626) (#16637)
This fixes the offline install problem of the logstash-input-java_filter_example off-line install.

(cherry picked from commit 113585d4a5)

Co-authored-by: Nicole Albee <2642763+a03nikki@users.noreply.github.com>
2024-11-05 14:25:29 +00:00
..
bootstrap Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:53:38 +00:00
compliance Json normalization performance (#16313) 2024-07-09 14:12:21 -07:00
fixtures Enable SpaceAfterColon, SpaceAfterComma, SpaceAfterSemicolon (#15180) 2023-07-14 16:46:35 -04:00
support Rubocop: Enable SpaceAround cops (#15196) 2023-07-18 21:11:57 -04:00
unit Anchor the -java match pattern at the end of the string. (#16626) (#16637) 2024-11-05 14:25:29 +00:00
README.md Using already existing LOGSTASH_DEBUG env variable to debug + update README 2012-09-14 12:28:29 +02:00
spec_helper.rb [CI] Send Java and ruby tests to sonarqube simultaneously (#15810) 2024-01-17 19:04:37 +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