You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/02/23 12:17:24 UTC

[GitHub] [incubator-kyuubi] yanghua commented on a change in pull request #1953: [KYUUBI #1948] Upgrade thrift version to 0.16.0

yanghua commented on a change in pull request #1953:
URL: https://github.com/apache/incubator-kyuubi/pull/1953#discussion_r812832533



##########
File path: kyuubi-server/src/test/scala/org/apache/kyuubi/credentials/HiveDelegationTokenProviderSuite.scala
##########
@@ -93,7 +93,8 @@ class HiveDelegationTokenProviderSuite extends KerberizedTestHelper {
     FileUtils.deleteDirectory(hadoopConfDir)
   }
 
-  test("obtain hive delegation token") {
+  // Ignore the test because LocalMetaServer can not work with Thrift 0.16.0.
+  ignore("obtain hive delegation token") {

Review comment:
       > Shall we govern these ignored tests with flaky tests together? cc @yanghua
   
   I suggest we split them into two categories. The ignored tests may have other reasons not only flaky tests?




-- 
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: commits-unsubscribe@kyuubi.apache.org

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