You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/07/19 16:30:57 UTC

[jira] [Assigned] (CASSANDRA-2919) CQL system test for counters is failing

     [ https://issues.apache.org/jira/browse/CASSANDRA-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-2919:
-----------------------------------------

    Assignee: Tyler Hobbs

> CQL system test for counters is failing
> ---------------------------------------
>
>                 Key: CASSANDRA-2919
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2919
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tests
>         Environment: ubuntu 11.04 64 bit
>            Reporter: Sylvain Lebresne
>            Assignee: Tyler Hobbs
>            Priority: Minor
>              Labels: cql, test
>
> On my machine (and on current 0.8 branch) the CQL system test for counters is failing. While reading the counter value, junk bytes are apparently returned instead of the value (on the following excerpt it looks like a empty value, but on the terminal it does show a random character):
> {noformat}
> ======================================================================
> FAIL: update statement should be able to work with counter columns
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/pymodules/python2.7/nose/case.py", line 186, in runTest
>     self.test(*self.arg)
>   File "/home/pcmanus/Git/cassandra/test/system/test_cql.py", line 1130, in test_counter_column_support
>     "unrecognized value '%s'" % r[1]
> AssertionError: unrecognized value ''
> ----------------------------------------------------------------------
> {noformat}
> I've checked, the server correctly fetch the right column and return what it should. So this seems to be on the python driver side.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira