You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/04/28 05:26:07 UTC

[GitHub] [incubator-doris] caiconghui opened a new issue #5720: [Bug][UT]

caiconghui opened a new issue #5720:
URL: https://github.com/apache/incubator-doris/issues/5720


   **Describe the bug**
   run fe ut, and we could easily see the following failure on CreateTableTest:
   
   [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 33.192 s <<< FAILURE! - in org.apache.doris.catalog.CreateTableTest
   [ERROR] testAbnormal(org.apache.doris.catalog.CreateTableTest)  Time elapsed: 10.068 s  <<< FAILURE!
   junit.framework.AssertionFailedError: errCode = 2, detailMessage = Failed to create partition[atbl6]. Timeout. Unfinished mark: 10002=10014
   	at org.apache.doris.catalog.CreateTableTest.testAbnormal(CreateTableTest.java:247)
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   CreateTableTest.testAbnormal:247 errCode = 2, detailMessage = Failed to create partition[atbl6]. Timeout. Unfinished mark: 10002=10014
   [INFO] 
   [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0
   
   This is because we don't init other be port at first, and the default value for port is -1 
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
    - Browser [e.g. chrome, safari]
    - Version [e.g. 22]
   
   **Smartphone (please complete the following information):**
    - Device: [e.g. iPhone6]
    - OS: [e.g. iOS8.1]
    - Browser [e.g. stock browser, safari]
    - Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yangzhg closed issue #5720: [Bug][UT] CreateTableTest is easily failed

Posted by GitBox <gi...@apache.org>.
yangzhg closed issue #5720:
URL: https://github.com/apache/incubator-doris/issues/5720


   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org