Re: Recommended circleci settings for DTest

2018-09-29 Thread Ariel Weisberg
Hi, Yes I think it is. I can do it Monday. Ariel On Fri, Sep 28, 2018, at 7:09 PM, Jay Zhuang wrote: > Great, thanks Ariel. I assume it also works for uTest, right? Do you > think > it worth updating the doc for that > https://github.com/apache/cassandra/blob/trunk/doc/source/development/testin

Re: Recommended circleci settings for DTest

2018-09-28 Thread Jay Zhuang
Great, thanks Ariel. I assume it also works for uTest, right? Do you think it worth updating the doc for that https://github.com/apache/cassandra/blob/trunk/doc/source/development/testing.rst#circleci On Fri, Sep 28, 2018 at 2:55 PM Ariel Weisberg wrote: > Hi, > > Apply the following diff and

Re: Recommended circleci settings for DTest

2018-09-28 Thread Ariel Weisberg
Hi, Apply the following diff and if you have access to the higher memory containers it should run the dtests with whatever you have. You may need to adjust parallelism to match whatever you paid for. diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a84f724fc..76a2c9f841 100644 --