Failures in system test: test_cql.py
------------------------------------
Key: CASSANDRA-3020
URL: https://issues.apache.org/jira/browse/CASSANDRA-3020
Project: Cassandra
Issue Type: Bug
Affects Versions: 0.8.5
Environment: 0.8 branch for Aug 11th test run:
https://jenkins.qa.datastax.com/job/CassandraSystem/142/
https://jenkins.qa.datastax.com/job/Cassandra/147/
Reporter: Cathy Daw
Assignee: Tyler Hobbs
*Test Output*
{code}
======================================================================
ERROR: reading and writing strings w/ newlines
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/nose/case.py", line 187, in
runTest
self.test(*self.arg)
File "/var/lib/jenkins/jobs/Cassandra/workspace/test/system/test_cql.py",
line 734, in test_newline_strings
""", {"key": "\nkey", "name": "\nname"})
File "/var/lib/jenkins/repos/drivers/py/cql/cursor.py", line 150, in execute
self.description = self.decoder.decode_description(self._query_ks,
self._query_cf, self.result[0])
File "/var/lib/jenkins/repos/drivers/py/cql/decoders.py", line 39, in
decode_description
comparator = self.__comparator_for(keyspace, column_family)
File "/var/lib/jenkins/repos/drivers/py/cql/decoders.py", line 35, in
__comparator_for
return cfam.get("comparator", None)
AttributeError: 'NoneType' object has no attribute 'get'
----------------------------------------------------------------------
Ran 127 tests in 635.426s
FAILED (errors=1)
Sending e-mails to: [email protected]
Finished: FAILURE
{code}
*Suspected check-in*
{code}
Revision 1156198 by xedin:
Fixes issues with parameters being escaped incorrectly in Python CQL
patch by Tyler Hobbs; reviewed by Pavel Yaskevich for CASSANDRA-2993
/cassandra/branches/cassandra-0.8/test/system/test_cql.py
/cassandra/branches/cassandra-0.8/CHANGES.txt
/cassandra/drivers/py/cql/cursor.py
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/cql/Cql.g
/cassandra/drivers/py/test/test_regex.py
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira