sollhui commented on PR #64711:
URL: https://github.com/apache/doris/pull/64711#issuecomment-4777826933

   I found one small test issue:
   
   
`regression-test/suites/load_p0/http_stream/test_group_commit_http_stream.groovy`:
 the new `zstd` case only adds one compressed CSV load, so it contributes 4 
rows. The expected output now contains 23 rows, but the suite waits for 
`getRowCount(26)`. Since `getRowCount` only waits and does not assert, this 
makes the regression test spend the full retry window before continuing.
   
   Please change it to `getRowCount(23)`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to