Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - Test Failure
-
Normal
-
Low Hanging Fruit
-
Unit Test
-
All
-
None
-
Description
# We don't support that
> assert_invalid(cursor, "SELECT s FROM test WHERE v = 1")
upgrade_tests/cql_tests.py:4137:
> assert False, "Expecting query to raise an exception, but nothing was raised." E AssertionError: Expecting query to raise an exception, but nothing was raised. tools/assertions.py:63: AssertionError
Attachments
Issue Links
- is a child of
-
CASSANDRA-16322 Fix failing python update dtests
- Resolved