netudima commented on code in PR #281:
URL: https://github.com/apache/cassandra-dtest/pull/281#discussion_r2267421906
##########
cqlsh_tests/test_cqlsh.py:
##########
@@ -599,7 +599,7 @@ def test_unicode_invalid_request_error(self):
err = node1.run_cqlsh(cmds=cmd, cqlsh_options=options).stderr
if self.cluster.version() >= LooseVersion('4.0'):
- assert "Keyspace name must not be empty, more than 48 characters
long, or contain non-alphanumeric-underscore characters (got 'ä')" in err
+ assert 'Table name must not be empty or not contain
non-alphanumeric-underscore characters (got "ä")' in err
Review Comment:
Should we have a keyspace name here?
```suggestion
assert 'Keyspace name must not be empty or not contain
non-alphanumeric-underscore characters (got "ä")' in err
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]