You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sean McCarthy (JIRA)" <ji...@apache.org> on 2016/12/05 14:20:58 UTC

[jira] [Created] (CASSANDRA-12997) dtest failure in org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName

Sean McCarthy created CASSANDRA-12997:
-----------------------------------------

             Summary: dtest failure in org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName
                 Key: CASSANDRA-12997
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12997
             Project: Cassandra
          Issue Type: Test
            Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/trunk_testall/1298/testReport/org.apache.cassandra.cql3.validation.operations/AlterTest/testDropListAndAddListWithSameName

{code}
Error Message

Invalid value for row 0 column 2 (mycollection of type list<text>), expected <null> but got <[first element]>
{code}{code}Stacktrace

junit.framework.AssertionFailedError: Invalid value for row 0 column 2 (mycollection of type list<text>), expected <null> but got <[first element]>
	at org.apache.cassandra.cql3.CQLTester.assertRows(CQLTester.java:908)
	at org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName(AlterTest.java:87)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)