Re: Master is failed in Travis

2018-01-24 Thread Michael Miklavcic
Fix worked on my fork's Travis build - https://travis-ci.org/mmiklavc/metron/builds/332889008?utm_source=email_medium=notification. Just waiting on the mainline build to run and we should be good to go. On Wed, Jan 24, 2018 at 10:36 AM, Michael Miklavcic < michael.miklav...@gmail.com> wrote: >

Re: Master is failed in Travis

2018-01-24 Thread Michael Miklavcic
Fix is out for the UI build error. Please try it out/review - https://github.com/apache/metron/pull/908 Between these 2 PR's, this should resolve our current build problems. I'm looking at what I have to do for metron-config licensing updates right now. 1.

Re: Master is failed in Travis

2018-01-24 Thread Michael Miklavcic
Working with Ryan Merriman on fixes for the build. There are 2 issues currently. I have a PR out for one of them, which is an intermittent test failure around the search config test - https://github.com/apache/metron/pull/906. The other appears to be us getting bitten once again by npm packages

Re: Master is failed in Travis

2018-01-23 Thread Michael Miklavcic
Yeah, this seems to be breaking in every build at this point. I am going to look into it tomorrow. On Mon, Jan 22, 2018 at 8:29 AM, Nick Allen wrote: > I had copied the wrong text into the bug. I fixed that. > > On Mon, Jan 22, 2018 at 10:22 AM, Casey Stella

Re: Master is failed in Travis

2018-01-22 Thread Nick Allen
I had copied the wrong text into the bug. I fixed that. On Mon, Jan 22, 2018 at 10:22 AM, Casey Stella wrote: > This could be one of those intermittent test failures related to timing. > Specifically this: > >

Re: Master is failed in Travis

2018-01-22 Thread Casey Stella
This could be one of those intermittent test failures related to timing. Specifically this: test(org.apache.metron.rest.controller.SensorIndexingConfigControllerIntegrationTest) Time elapsed: 0.064 sec <<< FAILURE! java.lang.AssertionError: Status expected:<404> but was:<200> at

Re: Master is failed in Travis

2018-01-22 Thread Nick Allen
I had created this JIRA for the specific issue earlier this morning. I have no idea why it is breaking and I am not currently looking into it. Definitely nothing to do with the most recent commit. https://issues.apache.org/jira/browse/METRON-1414 On Mon, Jan 22, 2018 at 10:18 AM, Otto Fowler