You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
Describe the bug
In the authz module, some test case about ranger use doAs(user, userSql) to test, but we need doAs(user, spark.sql(userSql)), this will make the test case success, so that we can not know the test is success?
Just like the comment1, which is about execute the right test case will throw exception so that we can fix the reason cause.
But if we use doAs(user,userSql) to execute the test case, it will give us a wrong test result, you can get more info in this pr
Affects Version(s)
master
Kyuubi Server Log Output
No response
Kyuubi Engine Log Output
No response
Kyuubi Server Configurations
No response
Kyuubi Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.
No. I cannot submit a PR at this time.
The text was updated successfully, but these errors were encountered:
Code of Conduct
Search before asking
Describe the bug
In the authz module, some test case about ranger use doAs(user, userSql) to test, but we need doAs(user, spark.sql(userSql)), this will make the test case success, so that we can not know the test is success?
Just like the comment1, which is about execute the right test case will throw exception so that we can fix the reason cause.
But if we use doAs(user,userSql) to execute the test case, it will give us a wrong test result, you can get more info in this pr
Affects Version(s)
master
Kyuubi Server Log Output
No response
Kyuubi Engine Log Output
No response
Kyuubi Server Configurations
No response
Kyuubi Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: