Re: Flakey Dtests

2017-11-27 Thread Michael Kjellman
do you know why this is the case? shouldn’t -all test...all? > On Nov 27, 2017, at 7:39 PM, Michael Shuler wrote: > > The `test-cdc` target is not a dependent of `test-all`, so it was set up > as a separate job in Jenkins: >

Re: Flakey Dtests

2017-11-27 Thread Michael Shuler
The `test-cdc` target is not a dependent of `test-all`, so it was set up as a separate job in Jenkins: https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-3.11-test-cdc/ https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-test-cdc/ -- Michael On 11/27/2017 03:45

Re: Flakey Dtests

2017-11-27 Thread Josh McKenzie
> > I fixed one CDC uTest, please review:https://issues.apache. > org/jira/browse/CASSANDRA-14066 Thanks for taking that Jay! I ended up buried on things last week and am OOO this week so won't be able to get to these until next week at the earliest. Also, it just came up that we somehow

Re: Flakey Dtests

2017-11-27 Thread Jaydeep Chovatia
This is useful info, Thanks! Jaydeep On Mon, Nov 27, 2017 at 2:43 PM, Michael Kjellman < mkjell...@internalcircle.com> wrote: > Complicated question unfortunately — and something we’re actively working > on improving: > > Cassci is no longer being offered/run by Datastax and so we've need to >

Re: Flakey Dtests

2017-11-27 Thread Michael Kjellman
and just to make it super clear how awesome this is: currently the dtests when executed via ASF Jenkins (if they actually run successfully at all) take roughly 15+ hours to execute. Being able to run *everything* reliably and stably in 28 minutes is obviously many many orders of magnitude

Re: Flakey Dtests

2017-11-27 Thread Michael Kjellman
Complicated question unfortunately — and something we’re actively working on improving: Cassci is no longer being offered/run by Datastax and so we've need to come up with a new solution, and what that ultimately is is still a WIP — it’s loss was very huge obviously and a testament to the

Re: Flakey Dtests

2017-11-27 Thread Jaydeep Chovatia
Is there a way to check which tests are failing in trunk currently? Previously this URL was giving such results but is no longer working. Jaydeep On Wed, Nov 15, 2017 at 5:44 PM, Jeff Jirsa wrote: > In lieu of a weekly wrap-up, here's a

Re: Flakey Dtests

2017-11-27 Thread Michael Kjellman
Hey Jay: Thanks!! I just took a quick look at the JIRA and noticed that there is a “test-cdc” ant target? So, does that mean CDC get’s no testing with ant test? Do you know any of the history around this? > On Nov 27, 2017, at 9:44 AM, Jay Zhuang wrote: > > I

Re: Flakey Dtests

2017-11-27 Thread Jay Zhuang
I fixed one CDC uTest, please review:https://issues.apache.org/jira/browse/CASSANDRA-14066 On Friday, November 17, 2017 6:34 AM, Josh McKenzie wrote: > > Do we have any volunteers to fix the broken Materialized Views and CDC > DTests? I'll try to take a look at

Re: CCM dependency in dtests

2017-11-27 Thread Michael Kjellman
thanks for driving this Stefan this is definitely an issue that I recently saw too trying to get all the dtests passing. having logic you need to fix in 3 repos isn’t ideal at all. > On Nov 27, 2017, at 4:05 AM, Stefan Podkowinski wrote: > > Just wanted to bring a recent

CCM dependency in dtests

2017-11-27 Thread Stefan Podkowinski
Just wanted to bring a recent discussion about how to use ccm from dtests to your attention: https://github.com/apache/cassandra-dtest/pull/13 Basically the idea is to not depend on a released ccm artifact, but to use a dedicated git branch in the ccm repo instead for executing dtests. Motivation