dcapwell commented on code in PR #3785:
URL: https://github.com/apache/cassandra/pull/3785#discussion_r1927703163
##########
test/unit/org/apache/cassandra/utils/GeneratorsTest.java:
##########
@@ -45,4 +55,42 @@ public void dnsDomainName()
{
qt().forAll(Generators.DNS_DOMAIN_NAME).checkAssert(InternetDomainName::from);
}
+
+ @Test
+ public void asciiDeterministic()
Review Comment:
i think i finally found the issue... when the utf-8 strings have control
chars this can cause intellij to produce bad output... I added logic to convert
those to escaped chars so the string output is safe. This also makes it more
clear what chars are present as ` ` could be anything
--
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]