kfaraz commented on code in PR #18067:
URL: https://github.com/apache/druid/pull/18067#discussion_r2123772993
##########
integration-tests/src/test/java/org/apache/druid/tests/query/ITSqlQueryTest.java:
##########
@@ -133,10 +143,10 @@ private void assertEquals(String expected, String actual)
}
}
- private void assertEquals(int expected, int actual)
+ private void assertEquals(int expected, int actual, String message)
Review Comment:
Wouldn't testNG
[Assert](https://www.javadoc.io/doc/org.testng/testng/6.8.17/org/testng/Assert.html#assertEquals(int,%20int,%20java.lang.String))
achieve the same result?
I should think that it prints the expected and actual values, similar to
JUnit Assert.
I haven't checked it though.
--
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]