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

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

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

        

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

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne resolved CASSANDRA-2919.
-----------------------------------------

    Resolution: Cannot Reproduce

Ok, I cannot reproduce either anymore. Probably got fixed, or I screwed up the first time. Sorry for that.

> 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

        

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

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Tyler Hobbs (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081089#comment-13081089 ] 

Tyler Hobbs commented on CASSANDRA-2919:
----------------------------------------

It seems to be working for me on the current 0.8 branch and in cqlsh.  Perhaps this was resolved by another ticket on counters?  Can you still reproduce?

> 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