ulysses-you commented on a change in pull request #853:
URL: https://github.com/apache/incubator-kyuubi/pull/853#discussion_r676127124
##########
File path:
kyuubi-common/src/test/scala/org/apache/kyuubi/operation/JDBCTests.scala
##########
@@ -360,7 +360,8 @@ trait JDBCTests extends BasicJDBCTests {
}
}
- test("kyuubi defined function - system_user") {
+ // dockerfile use kyuubi as user which is not same with non-k8s env.
+ ignore("kyuubi defined function - system_user") {
Review comment:
We need revisit the `system_user` in test since the engine may be run
in the pod and the `user.name` is always `kyuubi`.
--
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]