+1
I built on Ubuntu 16, Ubuntu 18 and OSX 10.14.3. I also tested Docker
build.

The following test failed consistently on release and debug builds on
Ubuntu 16:

   - client_examples-test

The following test was flaky on Ubuntu 16:

   - authn_token_expire-itest

The following test failed consistently on release build on Ubuntu18:

   - jsonreader-test

Docker build took about 2 hours after increasing Docker RAM to 6GB. The
first 3 attempts failed when I had Docker RAM set to 4.2GB.

On OSX 10.14.3 the following tests failed on release build:
     23 - hybrid_clock-test (Failed)
    175 - sentry_authz_provider-test (Failed)
    197 - sentry_client-test (Failed)
    261 - kudu-tool-test.2 (Failed)
    313 - jsonreader-test (Failed)

Greg

On Wed, Feb 27, 2019 at 6:39 PM Adar Lieber-Dembo <[email protected]>
wrote:

> +1
>
> I ran the C++ tests (DEBUG build) in slow mode on Ubuntu 18, CentOS
> 6.6, and CentOS 7.3. I saw a couple failures but I'm pretty sure
> they're just flakes; filed KUDU-2718 and KUDU-2719 for them.
>
>
> On Wed, Feb 27, 2019 at 1:51 AM Andrew Wong <[email protected]> wrote:
> >
> > Hello Kudu devs!
> >
> > As suggested on the RC1 voting thread, I've included the fix for
> KUDU-2710
> > and some other bug fixes that landed on master since RC1, and created a
> new
> > release candidate for Apache Kudu 1.9.0.
> >
> > Apache Kudu 1.9.0 is a minor release that offers many improvements and
> > fixes since the prior release.
> >
> > This is a source-only release. The artifacts have been staged here:
> > https://dist.apache.org/repos/dist/dev/kudu/1.9.0-RC2/
> >
> > Java convenience binaries in the form of a Maven repository are staged
> here:
> > https://repository.apache.org/content/repositories/orgapachekudu-1029/
> >
> > It is tagged in Git as 1.9.0-RC2 and the corresponding hash is the
> > following:
> >
> https://gitbox.apache.org/repos/asf?p=kudu.git;a=commit;h=deb0f04b010c5399771879829285c284b8f20008
> >
> > A draft of the release notes can be found here:
> > https://gerrit.cloudera.org/c/12389/
> >
> > The KEYS file to verify the artifact signatures can be found here:
> > https://dist.apache.org/repos/dist/release/kudu/KEYS
> >
> > I'd suggest going through the README and the release notes, building
> Kudu,
> > and
> > running the unit tests. Testing out the Maven repo would also be
> > appreciated.
> >
> > The vote will run until this coming Friday, March 1st at 11:59AM PST.
> >
> >
> > Thank you,
> > Andrew
>

Reply via email to