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
            Priority: Minor


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

        

Reply via email to