zjffdu commented on a change in pull request #8533: Flink 12596
URL: https://github.com/apache/flink/pull/8533#discussion_r287266535
##########
File path:
flink-scala-shell/src/test/scala/org/apache/flink/api/scala/ScalaShellITCase.scala
##########
@@ -51,7 +45,7 @@ class ScalaShellITCase extends TestLogger {
val output: String = processInShell(input)
- Assert.assertTrue(output.contains(
+ Assert.assertTrue(output, output.contains(
Review comment:
Add `output` so that we can see the real output when the test fails,
otherwise it is difficult to see why this kind of test fails.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services