k-rus commented on code in PR #281:
URL: https://github.com/apache/cassandra-dtest/pull/281#discussion_r2269446513
##########
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 'Keyspace name must not be empty or not contain
non-alphanumeric-underscore characters (got "ä")' in err
Review Comment:
@pkolaczk your comment is not to this PR, but to C* PR, where the error
message is introduced :) I will update there, which will fix it here too. Thank
you for noticing the wording and proposing the improvement.
--
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]