You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are still some areas here where there is still room for improvement.
Maybe could reference to Flink Containers of flink-test-utils-junit
If the performance of the integration testing class is unstable, it is necessary to add junit5RetryExtension or junit4RetryRule to eliminate randomness.
It is unreasonable to download the Flink release package( 1.17.1 tgz now.) every time CI runs.
Place all integration test cases under a certain module for unified control. Reduce running frequency, reduce time consumption, and reduce download of Flink release packages.
The current strategy is only aimed at quickly supporting code quality improvement and the introduction of test cases.
Code of Conduct
Search before asking
Describe the proposal
Add test-container utils for integration test.
Task list
Ignored. see comments.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: