Assigning tickets

2014-09-05 Thread Jay Patel
Hi Folks,

Seems like I'm not able to assign this tix to myself. Can anyone help to
assign to me? These all are actually related but I opened as separate just
to track.

CASSANDRA-7882 https://issues.apache.org/jira/browse/CASSANDRA-7882
CASSANDRA-7883 https://issues.apache.org/jira/browse/CASSANDRA-7883
CASSANDRA-7884 https://issues.apache.org/jira/browse/CASSANDRA-7884

We're doing tests with high # of tables in a cluster  would like to have
this options added possibly in 2.1.1. We've already implemented in the
local env  doing some pert test on it. Thoughts are welcome!

Thanks,
Jay


Re: Assigning tickets

2014-09-05 Thread Sylvain Lebresne
You should be good to go for assigning tickets to yourself now.


On Fri, Sep 5, 2014 at 11:34 AM, Jay Patel pateljay3...@gmail.com wrote:

 Hi Folks,

 Seems like I'm not able to assign this tix to myself. Can anyone help to
 assign to me? These all are actually related but I opened as separate just
 to track.

 CASSANDRA-7882 https://issues.apache.org/jira/browse/CASSANDRA-7882
 CASSANDRA-7883 https://issues.apache.org/jira/browse/CASSANDRA-7883
 CASSANDRA-7884 https://issues.apache.org/jira/browse/CASSANDRA-7884

 We're doing tests with high # of tables in a cluster  would like to have
 this options added possibly in 2.1.1. We've already implemented in the
 local env  doing some pert test on it. Thoughts are welcome!

 Thanks,
 Jay



Re: Assigning tickets

2014-09-05 Thread Benedict Elliott Smith
Done


On Fri, Sep 5, 2014 at 4:34 PM, Jay Patel pateljay3...@gmail.com wrote:

 Hi Folks,

 Seems like I'm not able to assign this tix to myself. Can anyone help to
 assign to me? These all are actually related but I opened as separate just
 to track.

 CASSANDRA-7882 https://issues.apache.org/jira/browse/CASSANDRA-7882
 CASSANDRA-7883 https://issues.apache.org/jira/browse/CASSANDRA-7883
 CASSANDRA-7884 https://issues.apache.org/jira/browse/CASSANDRA-7884

 We're doing tests with high # of tables in a cluster  would like to have
 this options added possibly in 2.1.1. We've already implemented in the
 local env  doing some pert test on it. Thoughts are welcome!

 Thanks,
 Jay



Re: Assigning tickets

2014-09-05 Thread Jay Patel
Cool. Thanks Sylvain  Benedict. Can't wait to contribute! It will be fun
to work with you guys :)

Jay


On Fri, Sep 5, 2014 at 2:41 AM, Benedict Elliott Smith 
belliottsm...@datastax.com wrote:

 Done


 On Fri, Sep 5, 2014 at 4:34 PM, Jay Patel pateljay3...@gmail.com wrote:

  Hi Folks,
 
  Seems like I'm not able to assign this tix to myself. Can anyone help to
  assign to me? These all are actually related but I opened as separate
 just
  to track.
 
  CASSANDRA-7882 https://issues.apache.org/jira/browse/CASSANDRA-7882
  CASSANDRA-7883 https://issues.apache.org/jira/browse/CASSANDRA-7883
  CASSANDRA-7884 https://issues.apache.org/jira/browse/CASSANDRA-7884
 
  We're doing tests with high # of tables in a cluster  would like to have
  this options added possibly in 2.1.1. We've already implemented in the
  local env  doing some pert test on it. Thoughts are welcome!
 
  Thanks,
  Jay
 



CASSANDRA-6313

2014-09-05 Thread Philip Thompson
Hello all,

The Cassandra Test Engineering team has been working on #6313, refactoring
cassandra-dtests to use the DataStax python driver used by cqlsh instead of
cassandra-dbapi2. The work has all been done in a branch on the
riptano/cassandra-dtest Github repository. The refactored tests have been
running on cassci since June 9 on the cassandra-2.1 branch. You can view
the changes either in the patch attached to 6313, or as a pull request on
the Github repository.

Our current plan is to make the merge sometime shortly after 2.1.0 is
released. Going forward after 6313 is resolved, all new dtests should be
written using the python-driver instead of dbapi2. The only new dependency
is the driver, and installation instructions will be available in the
README and INSTALL.md in dtests.

While the C* Test Engineering team will be reviewing all the changes for
the ticket, we welcome any additional set of eyes. Feel free to leave any
comments on either Github or JIRA.

Notable changes:
- Dtests no longer support versions older than 1.2.
- The cursor no longer has a fetch command, results from statements are now
returned directly from the cursor.execute() function

Notable constants:
- The API for dtest.py remains the same.
- Some thrift bindings remain for tests that absolutely required them.

Relevant links:
- Pull Request: https://github.com/riptano/cassandra-dtest/pull/89
- JIRA Ticket: https://issues.apache.org/jira/browse/CASSANDRA-6313
- Cassci job: http://cassci.datastax.com/job/cassandra-2.1_dtest_pydriver/

Thanks,
Philip Thompson