Re: CI for Iceberg

2020-06-05 Thread Mass Dosage
Ok, that makes sense. I pulled master a few hours ago and was still getting those errors. Christine also had one of them fail. Could it be timezone related? I haven't had a chance to look into the failures in detail yet, will try again on Monday. On Fri, 5 Jun 2020, 17:15 Ryan Blue, wrote: > T

Re: CI for Iceberg

2020-06-05 Thread Ryan Blue
These can creep in because pull requests are tested against the current master when the test starts and not re-tested when master changes. So you can merge two passing pull requests and end up with a failure in master. We generally fix those pretty quickly because all subsequent pull requests will

Re: CI for Iceberg

2020-06-05 Thread Mass Dosage
I now looked better and see that the Travis file does actually build Iceberg ;) I'm still curious how something managed to get merged into master while failing the tests though? On Fri, 5 Jun 2020 at 13:13, Mass Dosage wrote: > Hello all, > > I just wanted to know if there is any CI set up for I

CI for Iceberg

2020-06-05 Thread Mass Dosage
Hello all, I just wanted to know if there is any CI set up for Iceberg? I noticed that if I pull the current master branch I get failing tests (see below for stack traces, Ryan - we talked about this last night but it's still happening). So this made me wonder why there isn't some CI set up to che