You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "kaijchen (via GitHub)" <gi...@apache.org> on 2023/06/05 03:49:51 UTC

[GitHub] [doris] kaijchen opened a new pull request, #20425: [fix](regression) add sync after streamload in test_stream_load

kaijchen opened a new pull request, #20425:
URL: https://github.com/apache/doris/pull/20425

   ## Proposed changes
   
   Add sync after streamload in test_stream_load to fix following error:
   
   ```
   Exception in load_p0/stream_load/test_stream_load.groovy(line 180):
   
                   throw exception
               }
               log.info("Stream load result: ${result}".toString())
               def json = parseJson(result)
               assertEquals("success", json.Status.toLowerCase())
               assertEquals(1, json.NumberTotalRows)
               assertEquals(0, json.NumberFilteredRows)
           }
       }
       order_qt_sql1 " SELECT * FROM ${tableName2}"
   ^^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^^
   
       // test common case
       def tableName3 = "test_all"
       def tableName4 = "test_less_col"
       def tableName5 = "test_bitmap_and_hll"
       def tableName6 = "test_unique_key"
       def tableName7 = "test_unique_key_with_delete"
       def tableName8 = "test_array"
       def tableName10 = "test_struct"
       sql """ DROP TABLE IF EXISTS ${tableName3} """
   
   Exception:
   java.lang.IllegalStateException: Check tag 'sql1' failed:
   Check tag 'sql1' failed, line 1 mismatch, real line is empty, but expect is 2019  9  9  9  7.700  a  2019-09-09  1970-01-01T08:33:39  k7  9.0  9.0
   sql:
    SELECT * FROM load_nullable_to_not_nullable
   ```
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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@doris.apache.org

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] [doris] kaijchen commented on pull request #20425: [fix](regression) add sync after streamload in test_stream_load

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on PR #20425:
URL: https://github.com/apache/doris/pull/20425#issuecomment-1575997142

   run buildall


-- 
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@doris.apache.org

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] [doris] yiguolei merged pull request #20425: [fix](regression) add sync after streamload in test_stream_load

Posted by "yiguolei (via GitHub)" <gi...@apache.org>.
yiguolei merged PR #20425:
URL: https://github.com/apache/doris/pull/20425


-- 
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@doris.apache.org

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