Commit graph

737 commits

Author SHA1 Message Date
Jordan Sissel
cd1087ac82 Use a cached copy of maxmine's GeoLite database; fix the filename as well 2012-11-10 00:22:51 +00:00
Jordan Sissel
e0e49ba5f0 Fix path 2012-11-02 00:17:43 -07:00
Jordan Sissel
c35e557ab8 Add jar specs 2012-11-01 23:05:21 -07:00
Alex Wheeler
069fb1a18e Merge branch 'master' of git://github.com/logstash/logstash 2012-10-31 14:23:42 -04:00
Alex Wheeler
e2eb23252b Merge tag 'v1.1.4' of git://github.com/logstash/logstash 2012-10-31 14:22:59 -04:00
Jordan Sissel
5143312ba7 Merge pull request #227 from wiibaa/csv-tests
Converting "old" csv tests to rspec
2012-10-29 16:17:18 -07:00
Jordan Sissel
2a2a204ad0 Merge pull request #229 from wiibaa/dns-tests
spec dns tests
2012-10-29 16:16:56 -07:00
Jordan Sissel
8fe7236a8f - add syslog parsing example 2012-10-27 11:27:34 -07:00
Jordan Sissel
97202677ff input generator tests 2012-10-27 10:16:35 -07:00
Wiibaa
628194c4f8 migrating dns tests 2012-10-26 13:18:29 +02:00
Wiibaa
c3c4b8dbe6 merge tests 2012-10-26 07:22:59 +02:00
Alex Wheeler
1e71e0831b Merge branch 'master' of git://github.com/logstash/logstash 2012-10-25 10:04:55 -04:00
Alex Wheeler
1cf9671ed7 Added some more checks to the kv tests. 2012-10-25 09:24:57 -04:00
Jordan Sissel
c4c86c2e5d - start tracking grok timeouts 2012-10-24 17:47:46 -07:00
Alex Wheeler
30b25afee1 Fixed some bugs, and added tests. 2012-10-24 17:15:42 -04:00
Jordan Sissel
fa76299b23 Add test to cover LOGSTASH-641 2012-10-23 16:03:16 -07:00
Jordan Sissel
9e62aa3c2a Merge branch 'master' of github.com:logstash/logstash 2012-10-22 11:44:41 -07:00
Jordan Sissel
5db1431208 Add specs for environment filter 2012-10-22 11:44:27 -07:00
Jordan Sissel
83218266a4 Give up for now; will probably do vagrant in the future. For now just requiring a live redis server externally for redis tests 2012-10-21 00:17:04 -07:00
Jordan Sissel
8e17cc292b - Add 'redis' test service (download/build/run redis)
- Make redis input/output specs use a real redis server
- Fix test_utils bugs to make around(:each) work.
2012-10-20 23:28:10 -07:00
Jordan Sissel
31e6dbdfea fix style/spacing 2012-10-19 22:28:19 -07:00
Jordan Sissel
968ed8c72d Fake redis for now until I get some vagrant/puppet stuff going to build proper servicse 2012-10-19 00:24:53 -07:00
Jordan Sissel
6e0fc203b3 - add elasticsearch output tests 2012-10-18 23:26:20 -07:00
Jordan Sissel
714023d886 - Break if no plugins are running
- Set  to get the agent to wait for plugins to finish
2012-10-18 23:26:01 -07:00
Jordan Sissel
74be47dc84 - Add test coverage for #213 2012-10-16 12:20:03 -07:00
Jordan Sissel
f7eb8250a3 Style cleanup 2012-10-16 12:04:27 -07:00
Jordan Sissel
a50533d432 Appending makes arrays even for single values 2012-10-16 12:02:35 -07:00
Jordan Sissel
b8283105d6 Use insist instead of should 2012-10-16 11:58:14 -07:00
Jordan Sissel
3928ba1711 Merge pull request #214 from wiibaa/test-core
Fix for LOGSTASH-610 + tests on Event.append
2012-10-16 11:48:47 -07:00
Jordan Sissel
06533d2a58 Prep for merging #214 2012-10-16 11:48:26 -07:00
Jordan Sissel
ff24fcd53a remove debugging 2012-10-15 20:09:50 -07:00
Jordan Sissel
e1a303f417 Fix most of the grep tests; brokenness caused by cancelled events now being dropped by the sample method, so we should check for nil-ness 2012-10-15 18:27:23 -07:00
Jordan Sissel
b74d143b0f - add a pure-defaults test 2012-10-15 16:36:06 -07:00
Jordan Sissel
8a25053d79 - add tests 2012-10-13 15:10:44 -07:00
Jordan Sissel
bbe2f52502 - move Shiftback hack 2012-10-13 13:51:21 -07:00
Jordan Sissel
5969d5ca8e - I think I got the test working correctly to the point where it
reproduces the multiline bug I keep hitting in production
2012-10-11 16:54:31 -07:00
Jordan Sissel
15d28687d0 Shorten the event name if it's too long 2012-10-11 16:54:26 -07:00
Jordan Sissel
b273699f14 Start working on a concurrent stream test for the multiline filter 2012-10-11 16:06:47 -07:00
Jordan Sissel
b867be0567 Start working on a specs for LogStash::Event 2012-10-05 10:28:12 -07:00
Jordan Sissel
c1da0258e0 ip is optional I guess, when missing, the [] is empty 2012-10-04 14:57:25 -07:00
Jordan Sissel
aa4b98bb06 skip first line since we drop it 2012-10-04 14:34:04 -07:00
Jordan Sissel
dc00b19715 Ensure lines are in order and expected. 2012-10-04 13:20:53 -07:00
Jordan Sissel
32b4afc49f add note about why we drop Time: 2012-10-04 13:11:17 -07:00
Jordan Sissel
634329c1bc Add myslql slow query log example 2012-10-04 13:09:10 -07:00
Jordan Sissel
2d8b877883 fix duplication of events in tests 2012-10-04 13:08:59 -07:00
Jordan Sissel
7b7031dc36 - Make multiline use grok (LOGSTASH-445)
- Add tests to cover grok patterns in multiline.
2012-10-03 14:57:55 -07:00
Jordan Sissel
7ed562c56e Add kv tests 2012-10-03 14:57:55 -07:00
Jordan Sissel
22a45dfaa9 Fix single-event tests 2012-10-03 14:57:55 -07:00
Jordan Sissel
87bbb3efd8 Make multiline tests feasible with the new test framework 2012-10-03 14:57:55 -07:00
Wiibaa
e34462af11 Fix for LOGSTASH-610 + tests
Propose 2 failing tests for clarifying issue of doublons in values
2012-09-27 15:43:40 +02:00