ijuma commented on a change in pull request #9712:
URL: https://github.com/apache/kafka/pull/9712#discussion_r551480985



##########
File path: tests/kafkatest/tests/core/downgrade_test.py
##########
@@ -120,11 +120,11 @@ def test_upgrade_and_downgrade(self, version, 
compression_types, security_protoc
         self.setup_services(kafka_version, compression_types, 
security_protocol, static_membership)
         self.await_startup()
 
-        self.logger.info("First pass bounce - rolling upgrade")
+        print("First pass bounce - rolling upgrade", flush=True) # Force some 
stdout for Travis

Review comment:
       This seems weird. If we want to force stdout, we should configure the 
logged to do so, right?

##########
File path: tests/kafkatest/tests/core/downgrade_test.py
##########
@@ -120,11 +120,11 @@ def test_upgrade_and_downgrade(self, version, 
compression_types, security_protoc
         self.setup_services(kafka_version, compression_types, 
security_protocol, static_membership)
         self.await_startup()
 
-        self.logger.info("First pass bounce - rolling upgrade")
+        print("First pass bounce - rolling upgrade", flush=True) # Force some 
stdout for Travis

Review comment:
       This seems weird. If we want to force stdout, we should configure the 
logger to do so, right?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to