msokolov commented on code in PR #14172:
URL: https://github.com/apache/lucene/pull/14172#discussion_r1932955109
##########
lucene/test-framework/src/java/org/apache/lucene/tests/index/RandomCodec.java:
##########
@@ -191,6 +193,9 @@ public PostingsFormat getPostingsFormatForField(String
name) {
// Safety:
assert previousMappings.size() < 10000 : "test went insane";
}
+ if (VERBOSE) {
+ System.out.println("RandomPostingsFormat: " + name + " -> " + codec);
Review Comment:
Isn't `System.out` forbidden? Or is it OK in tests?
--
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]