You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/27 03:27:58 UTC

[GitHub] [flink-table-store] tsreaper opened a new pull request, #336: [FLINK-29773] Fix table store unstable tests PreAggregationITCase

tsreaper opened a new pull request, #336:
URL: https://github.com/apache/flink-table-store/pull/336

   `PreAggregationITCase.LastValueAggregation` and `PreAggregationITCase.LastNonNullValueAggregation` need to make sure that the order of input data is determined. However the default parallelism of `FileStoreTableITCase` is 2, so the order of input data might change across 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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink-table-store] tsreaper merged pull request #336: [FLINK-29773] Fix table store unstable tests PreAggregationITCase

Posted by GitBox <gi...@apache.org>.
tsreaper merged PR #336:
URL: https://github.com/apache/flink-table-store/pull/336


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink-table-store] JingsongLi commented on pull request #336: [FLINK-29773] Fix table store unstable tests PreAggregationITCase

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on PR #336:
URL: https://github.com/apache/flink-table-store/pull/336#issuecomment-1292939114

   How many times have you run without fail?


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink-table-store] tsreaper commented on pull request #336: [FLINK-29773] Fix table store unstable tests PreAggregationITCase

Posted by GitBox <gi...@apache.org>.
tsreaper commented on PR #336:
URL: https://github.com/apache/flink-table-store/pull/336#issuecomment-1293086994

   > How many times have you run without fail?
   
   For the latest commit, about 1000 times.


-- 
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: issues-unsubscribe@flink.apache.org

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