Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness
-
Normal
-
Normal
-
Unit Test
-
All
-
None
-
Description
Jenkins is showing DescribeStatementTest falking:
Regression org.apache.cassandra.cql3.statements.DescribeStatementTest.testDescribeFunctionAndAggregate Failing for the past 1 build (Since #127 ) Took 0.94 sec. Failed 1 times in the last 28 runs. Flakiness: 3%, Stability: 96% Error Message Invalid value for row 0 column 2 (name of type varchar), expected <'function_07()'> (13 bytes) but got <'function_06(tuple<int>, list<frozen<tuple<int, text>>>, tuple<frozen<tuple<int, text>>, text>)'> (94 bytes) (using protocol version 5/v5) Stacktrace junit.framework.AssertionFailedError: Invalid value for row 0 column 2 (name of type varchar), expected <'function_07()'> (13 bytes) but got <'function_06(tuple<int>, list<frozen<tuple<int, text>>>, tuple<frozen<tuple<int, text>>, text>)'> (94 bytes) (using protocol version 5/v5) at org.apache.cassandra.cql3.CQLTester.assertRowsNet(CQLTester.java:1405) at org.apache.cassandra.cql3.CQLTester.assertRowsNet(CQLTester.java:1365) at org.apache.cassandra.cql3.statements.DescribeStatementTest.testDescribeFunctionAndAggregate(DescribeStatementTest.java:132)