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: Flakey Dtests

2017-11-17 Thread Michael Kjellman
I’m guessing this was part of https://issues.apache.org/jira/browse/CASSANDRA-5? I see Sylvain left a comment about something that sounds pretty similar… was this actually resolved? looks like it was merged as https://github.com/pcmanus/ccm/commit/1c0bf62e0b21fc78ee09026882953a5436ccf0f0?

Re: Flakey Dtests

2017-11-16 Thread Michael Kjellman
Quick update re: dtests and off-heap memtables: I’ve filed CASSANDRA-14056 (Many dtests fail with ConfigurationException: offheap_objects are not available in 3.0 when OFFHEAP_MEMTABLES=“true”) Looks like we’re gonna need to do some work to test this configuration and right now it’s pretty

Re: Flakey Dtests

2017-11-15 Thread Michael Kjellman
yes - true- some are flaky, but almost all of the ones i filed fail 100% () of the time. i look forward to triaging just the remaining flaky ones (hopefully - without powers combined - by the end of this month!!) appreciate everyone’s help - no matter how small... i already personally did a

Flakey Dtests

2017-11-15 Thread Jeff Jirsa
In lieu of a weekly wrap-up, here's a pre-Thanksgiving call for help. If you haven't been paying attention to JIRA, you likely didn't notice that Josh went through and triage/categorized a bunch of issues by adding components, and Michael took the time to open a bunch of JIRAs for failing tests.