xiedeyantu commented on code in PR #4751:
URL: https://github.com/apache/calcite/pull/4751#discussion_r2702213226
##########
testkit/src/main/java/org/apache/calcite/test/QuidemTest.java:
##########
@@ -511,9 +514,17 @@ private static String n2u(String s) {
: s;
}
+ private void resetThreadConfig() {
Review Comment:
We need to reset the default parameters in the thread when each file starts
testing to prevent the impact of testing multiple files using the same thread.
--
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]