forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- split Agent#run into #run and #run_with_config for easier testing.
- yield in run_with_config if we get a block (this is necessary for testing so we can determine when the agent is done setting up inputs/outputs/etc) - Allow LogStash::Config::File.new to take a string that is the value for the config text. Used for testing. - Fix outputs/internal to work with the new jruby/thread model - fix the file input tests in jrubyland Test status for inputs/test_file.rb Finished in 2.3 seconds. 1 tests, 32 assertions, 0 failures, 0 errors
- Loading branch information
1 parent
734bc3f
commit b4ff4ce
Showing
4 changed files
with
96 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters