You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/11/13 09:18:57 UTC

[GitHub] [incubator-kyuubi] turboFei opened a new issue #1374: [Bug] For KyuubiOperationPerUserSuite, if you add a test without using subdomain, it will fail

turboFei opened a new issue #1374:
URL: https://github.com/apache/incubator-kyuubi/issues/1374


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   For KyuubiOperationPerUserSuite, I tried add an UT at the tail likes below, then run all the tests, it will hang for the last added ut and fail at last.
   ```
     test("add ut after subdomain test") {
       withJdbcStatement() { statement =>
         val resultSet = statement.executeQuery("SELECT engine_id()")
         assert(resultSet.next())
         val engineId = resultSet.getString(1)
       }
     }
   ```
   
   ### 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 am willing to submit a PR!


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

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



[GitHub] [incubator-kyuubi] turboFei commented on issue #1374: [Bug] For KyuubiOperationPerUserSuite, if you add a test without using subdomain, it will fail

Posted by GitBox <gi...@apache.org>.
turboFei commented on issue #1374:
URL: https://github.com/apache/incubator-kyuubi/issues/1374#issuecomment-971148066


   duplicated with #1293, close it


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

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



[GitHub] [incubator-kyuubi] turboFei closed issue #1374: [Bug] For KyuubiOperationPerUserSuite, if you add a test without using subdomain, it will fail

Posted by GitBox <gi...@apache.org>.
turboFei closed issue #1374:
URL: https://github.com/apache/incubator-kyuubi/issues/1374


   


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

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