On Mon, Nov 7, 2016 at 3:20 PM, Ewen Cheslack-Postava
wrote:
> On Mon, Nov 7, 2016 at 10:30 AM Raghav Kumar Gautam
> wrote:
>
> > Hi Ewen,
> >
> > Thanks for the feedback. Answers are inlined.
> >
> > On Sun, Nov 6, 2016 at 8:46 PM, Ewen Cheslack-Postava >
> > wrote:
> >
> > > Yeah, I'm all for
On Mon, Nov 7, 2016 at 10:30 AM Raghav Kumar Gautam
wrote:
> Hi Ewen,
>
> Thanks for the feedback. Answers are inlined.
>
> On Sun, Nov 6, 2016 at 8:46 PM, Ewen Cheslack-Postava
> wrote:
>
> > Yeah, I'm all for getting these to run more frequently and on lighter
> > weight infrastructure. (By th
Hi Ewen,
Thanks for the feedback. Answers are inlined.
On Sun, Nov 6, 2016 at 8:46 PM, Ewen Cheslack-Postava
wrote:
> Yeah, I'm all for getting these to run more frequently and on lighter
> weight infrastructure. (By the way, I also saw the use of docker; I'd
> really like to get a "native" doc
Yeah, I'm all for getting these to run more frequently and on lighter
weight infrastructure. (By the way, I also saw the use of docker; I'd
really like to get a "native" docker cluster type into ducktape at some
point so all you have to do is bake the image and then spawn containers on
demand.)
A
Thanks for the explanation, Raghav.
If the workload is not a concern then it is probably fine to run tests for
each PR update, although it may not be necessary :)
On Thu, Nov 3, 2016 at 10:40 AM, Raghav Kumar Gautam
wrote:
> Hi Becket,
>
> The tests would be run each time a PR is created/update
Hi Becket,
The tests would be run each time a PR is created/updated this will look
similar to https://github.com/apache/storm/pulls. Ducktape tests take about
7-8 hours to run on my laptop. For travis-ci we can split them in groups
and run them in parallel. This was done in the POC run which took
Thanks Raghav,
+1 for the idea in general.
One thing I am wondering is when the tests would be run? Would it be run
when we merge a PR or it would be run every time a PR is created/updated?
I am not sure how long do the tests in other projects take. For Kafka it
may take a few hours to run all th
Thanks, Raghav . I am +1 for having this in Kafka. It will help identify
any potential issues, especially with big patches. Given that we've some
tests failing due to timing issues
can we disable the failing tests for now so that we don't get any false
negatives?
Thanks,
Harsha
On Tue, Nov 1, 201