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 --

Recommended circleci settings for DTest

2018-09-28 Thread Jay Zhuang
Hi, Do we have a recommended circleci setup for DTest? For example, what's the minimal container number I need to finish the DTest in a reasonable time. I know the free account (4 containers) is not good enough for the DTest. But if the community member can pay for the cost, what's the recommended