This is an automated email from the ASF dual-hosted git repository.
dmvk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 49929f84497 [FLINK-31396][network] Replace the nano time by
milliseconds as the timeout time for batch read buffer pool
add 8424ed2c02e [FLINK-31385] Introduce extended Assertj matchers for
completable futures, that don't rely on timeouts.
No new revisions were added by this update.
Summary of changes:
.../flink/core/testutils/FlinkAssertions.java | 27 ++++
.../testutils/FlinkCompletableFutureAssert.java | 136 +++++++++++++++++++++
.../flink/core/testutils/FlinkAssertionsTest.java | 121 ++++++++++++++++++
3 files changed, 284 insertions(+)
create mode 100644
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/core/testutils/FlinkCompletableFutureAssert.java
create mode 100644
flink-test-utils-parent/flink-test-utils-junit/src/test/java/org/apache/flink/core/testutils/FlinkAssertionsTest.java