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: > https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-3.11-te

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

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 neglecte

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

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 better

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 aweso

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 pre-Thanksgiving call for he

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 fixed one CDC uTest, please > re

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 the CDC tests next week

Re: Flakey Dtests

2017-11-22 Thread Jeff Jirsa
Happily! Assigned. -- Jeff Jirsa > On Nov 22, 2017, at 6:04 AM, sam sriramadhesikan > wrote: > > Hi Jeff, > > I am new to the Cassandra project. I would like to take on one of the dtest > tickets as my first contribution. Could you or Michael assign - > > https://issues.apache.org/jira/b

Re: Flakey Dtests

2017-11-22 Thread sam sriramadhesikan
Hi Jeff, I am new to the Cassandra project. I would like to take on one of the dtest tickets as my first contribution. Could you or Michael assign - https://issues.apache.org/jira/browse/CASSANDRA-14050 - to me? My ASF Jira ID is ‘sasrira

Re: Flakey Dtests

2017-11-19 Thread kurt greaves
Upgrade tests are probably broken because we haven't been running them since the move to ASF jenkins (I believe). I'll start having a look at some MV test failures. On 17 November 2017 at 14:34, Josh McKenzie wrote: > > > > Do we have any volunteers to fix the broken Materialized Views and CDC >

Re: Flakey Dtests

2017-11-17 Thread Josh McKenzie
> > Do we have any volunteers to fix the broken Materialized Views and CDC > DTests? I'll try to take a look at the CDC tests next week; looks like one of the base unit tests is failing as well. On Fri, Nov 17, 2017 at 12:09 AM, Michael Kjellman < mkjell...@internalcircle.com> wrote: > Quick upd

Re: Flakey Dtests

2017-11-17 Thread Philip Thompson
Hi Michael, I release ccm and publish to pypi. Releases are cut on request, but since that commit is from December 2016, I can tell you at least ten releases have gone out since then. The release apache/cassandra-dtest uses is 3.1.0, which was cut on November 3, 2017. On Fri, Nov 17, 2017 at 9:

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-17 Thread Michael Kjellman
I see a ton of upgrade tests right now failing for: Unexpected error in node1 log, error: ERROR [main] 2017-11-17 07:57:54,477 CassandraDaemon.java:672 - Exception encountered during startup: Invalid yaml. Please remove properties [rpc_port] from your cassandra.yaml I do see that rpc_port is i

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 brok

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 fe

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.