If it's taking that long, you may be working on hardware (or a VM?) which
is too underpowered to run some of the tests reliably.

The README.md has instructions for how to build different components. In
your case you want

./gradlew core:test

Depending on your hardware, you may want to adjust the maximum parallelism
with -Dorg.gradle.project.maxParallelForks=X where X is the number of
parallel tests you want to run. That said, given how long they took it
sounds like you might only be running 1 at a time as it is.

-Ewen

On Mon, Feb 8, 2016 at 7:16 AM, Martin Gainty <mgai...@hotmail.com> wrote:

> gradle build ran all weekend ..specificallykafka>gradlew build > Building
> 29% > :core:test > 365 tests completed, 58 failed
>
> hung at the line above
>
> I think for now I just want to run "test phase" against "core
> folder"...How do I do that?
>
> Thanks!
> Martin
> ______________________________________________
>
>
>
> > From: mgai...@hotmail.com
> > To: users@kafka.apache.org
> > Subject: RE: WELCOME
> > Date: Fri, 5 Feb 2016 13:28:21 -0500
> >
> >
> >
> >
> >
> >
> > Good Afternoon Gentlemen
> >
> > I am new to Kafka and am attempting to build Kafka ..so I downloaded
> latest kafka-0.9.0.0-src.tgz distro from
> >
> > http://kafka.apache.org/downloads.html
> >
> > and then built it with:
> >
> > Kafka>gradlew build
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testEndpointIdentificationDisabled
>                            PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testClientAuthenticationRequiredUntrustedProvided
>                             PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testClientAuthenticationDisabledUntrustedProvided
>                             PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testNetReadBufferResize
>                            PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testNetWriteBufferResize
>                            PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testInvalidTruststorePassword
>                             PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testApplicationBufferResize
>                             PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testClientAuthenticationRequiredValidProvided
>                             PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testInvalidKeyPassword PASSED
> > org.apache.kafka.common.network.SslTransportLayerTest >
> testValidEndpointIdentification
>                             PASSED
> > org.apache.kafka.common.requests.RequestResponseTest > testSerialization
> PASSED
> > org.apache.kafka.common.requests.RequestResponseTest >
> fetchResponseVersionTest
>                            PASSED
> > org.apache.kafka.common.requests.RequestResponseTest >
> produceResponseVersionTest
>                             PASSED
> > org.apache.kafka.common.serialization.SerializationTest >
> testStringSerializer PASSED
> > org.apache.kafka.common.serialization.SerializationTest >
> testIntegerSerializer
>                          PASSED
> >
> > > Building 9% > :clients:test > 420 tests completed
> > the "Building 9% > :clients:test > 420 tests completed" message has been
> displayed for the better part of an hour..what am I doing wrong?
> > Thanks!
> > Martin
> > ______________________________________________
> >
> >
> >
> > > Date: Fri, 5 Feb 2016 18:18:18 +0000
> > > From: users-h...@kafka.apache.org
> > > To: mgai...@hotmail.com
> > > Subject: WELCOME to users@kafka.apache.org
> > >
> > > Hi! This is the ezmlm program. I'm managing the
> > > users@kafka.apache.org mailing list.
> > >
> > > I'm working for my owner, who can be reached
> > > at users-ow...@kafka.apache.org.
> > >
> > > Acknowledgment: I have added the address
> > >
> > >    mgai...@hotmail.com
> > >
> > > to the users mailing list.
> > >
> > > Welcome to users@kafka.apache.org!
> > >
> > > Please save this message so that you know the address you are
> > > subscribed under, in case you later want to unsubscribe or change your
> > > subscription address.
> > >
> > >
> > > --- Administrative commands for the users list ---
> > >
> > > I can handle administrative requests automatically. Please
> > > do not send them to the list address! Instead, send
> > > your message to the correct command address:
> > >
> > > To subscribe to the list, send a message to:
> > >    <users-subscr...@kafka.apache.org>
> > >
> > > To remove your address from the list, send a message to:
> > >    <users-unsubscr...@kafka.apache.org>
> > >
> > > Send mail to the following for info and FAQ for this list:
> > >    <users-i...@kafka.apache.org>
> > >    <users-...@kafka.apache.org>
> > >
> > > Similar addresses exist for the digest list:
> > >    <users-digest-subscr...@kafka.apache.org>
> > >    <users-digest-unsubscr...@kafka.apache.org>
> > >
> > > To get messages 123 through 145 (a maximum of 100 per request), mail:
> > >    <users-get.123_...@kafka.apache.org>
> > >
> > > To get an index with subject and author for messages 123-456 , mail:
> > >    <users-index.123_...@kafka.apache.org>
> > >
> > > They are always returned as sets of 100, max 2000 per request,
> > > so you'll actually get 100-499.
> > >
> > > To receive all messages with the same subject as message 12345,
> > > send a short message to:
> > >    <users-thread.12...@kafka.apache.org>
> > >
> > > The messages should contain one line or word of text to avoid being
> > > treated as sp@m, but I will ignore their content.
> > > Only the ADDRESS you send to is important.
> > >
> > > You can start a subscription for an alternate address,
> > > for example "john@host.domain", just add a hyphen and your
> > > address (with '=' instead of '@') after the command word:
> > > <users-subscribe-john=host.dom...@kafka.apache.org>
> > >
> > > To stop subscription for this address, mail:
> > > <users-unsubscribe-john=host.dom...@kafka.apache.org>
> > >
> > > In both cases, I'll send a confirmation message to that address. When
> > > you receive it, simply reply to it to complete your subscription.
> > >
> > > If despite following these instructions, you do not get the
> > > desired results, please contact my owner at
> > > users-ow...@kafka.apache.org. Please be patient, my owner is a
> > > lot slower than I am ;-)
> > >
> > > --- Enclosed is a copy of the request I received.
> > >
> > > Return-Path: <mgai...@hotmail.com>
> > > Received: (qmail 68068 invoked by uid 99); 5 Feb 2016 18:18:18 -0000
> > > Received: from Unknown (HELO spamd2-us-west.apache.org)
> (209.188.14.142)
> > >     by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016
> 18:18:18 +0000
> > > Received: from localhost (localhost [127.0.0.1])
> > >     by spamd2-us-west.apache.org (ASF Mail Server at
> spamd2-us-west.apache.org) with ESMTP id 61BC81A06E2
> > >     for <users-sc.1454696228.opdoppjlfolipioehnan-mgainty=
> hotmail....@kafka.apache.org>; Fri,  5 Feb 2016 18:18:18 +0000 (UTC)
> > > X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org
> > > X-Spam-Flag: NO
> > > X-Spam-Score: 0.85
> > > X-Spam-Level:
> > > X-Spam-Status: No, score=0.85 tagged_above=-999 required=6.31
> > >     tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7,
> > >     RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01,
> > >     RP_MATCHES_RCVD=-0.429, SPF_PASS=-0.001] autolearn=disabled
> > > Received: from mx1-us-east.apache.org ([10.40.0.8])
> > >     by localhost (spamd2-us-west.apache.org [10.40.0.9])
> (amavisd-new, port 10024)
> > >     with ESMTP id 37w-fmwMVXMm
> > >     for <users-sc.1454696228.opdoppjlfolipioehnan-mgainty=
> hotmail....@kafka.apache.org>;
> > >     Fri,  5 Feb 2016 18:18:18 +0000 (UTC)
> > > Received: from BLU004-OMC2S25.hotmail.com (blu004-omc2s25.hotmail.com
> [65.55.111.100])
> > >     by mx1-us-east.apache.org (ASF Mail Server at
> mx1-us-east.apache.org) with ESMTPS id BB07743F1D
> > >     for <users-sc.1454696228.opdoppjlfolipioehnan-mgainty=
> hotmail....@kafka.apache.org>; Fri,  5 Feb 2016 18:18:17 +0000 (UTC)
> > > Received: from BLU172-W7 ([65.55.111.71]) by
> BLU004-OMC2S25.hotmail.com over TLS secured channel with Microsoft
> SMTPSVC(7.5.7601.23008);
> > >      Fri, 5 Feb 2016 10:18:11 -0800
> > > X-TMN: [1/uvjV6An92zRg/DevdUA/vPLsVNPzY/]
> > > X-Originating-Email: [mgai...@hotmail.com]
> > > Message-ID: <blu172-w740f9f752643cf81f2831ae...@phx.gbl>
> > > Content-Type: multipart/alternative;
> > >     boundary="_a8eb03e4-73a6-4751-b266-9453701f8d0d_"
> > > From: Martin Gainty <mgai...@hotmail.com>
> > > To:
> > >     "users-sc.1454696228.opdoppjlfolipioehnan-mgainty=
> hotmail....@kafka.apache.org"
> > >     <users-sc.1454696228.opdoppjlfolipioehnan-mgainty=
> hotmail....@kafka.apache.org>
> > > Subject: RE: confirm subscribe to users@kafka.apache.org
> > > Date: Fri, 5 Feb 2016 13:18:10 -0500
> > > Importance: Normal
> > > In-Reply-To: <1454696228.67176.ez...@kafka.apache.org>
> > > References: <1454696228.67176.ez...@kafka.apache.org>
> > > MIME-Version: 1.0
> > > X-OriginalArrivalTime: 05 Feb 2016 18:18:11.0651 (UTC)
> FILETIME=[92718930:01D16041]
> > >
> >
>
>



-- 
Thanks,
Ewen

Reply via email to