thekrakken / java-grok

Simple API that allows you to easily parse logs and other files
http://grok.nflabs.com/
Other
360 stars 151 forks source link

Broken test #27

Closed manuelprinz closed 9 years ago

manuelprinz commented 9 years ago

Commit e6cbed4b0c75b90a18e4d4a6f287f651bf0b7817 introduced ApacheDataTypeTest. The test seems to be broken, I get a build failure for every commit after (and including) this one (git bisect). I have not looked deeper into the issue yet.

Best, Manuel

anthonycorbacho commented 9 years ago

I just run the test and nothing seems to be broken


Tests run: 40, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.217 s
[INFO] Finished at: 2015-03-30T10:24:48+09:00
[INFO] Final Memory: 15M/245M
[INFO] ------------------------------------------------------------------------

Also the jarvis is okay, can you past your stack, so i can start looking around.