up On Tue, 18 Jul 2023 at 09:27, Brendan Cortez <brendan.cortez...@gmail.com> wrote:
> Hi all! > > I'm trying to use the jacoco-maven-plugin and run unit-tests for Flink > Table API, but they fail with an error (see file error_log_flink_17.txt for > full error stacktrace in attachment): > java.lang.IllegalArgumentException: fromIndex(2) > toIndex(0) > ... > > I'm using: > - Flink: > - flink-table-api-java-bridge 1.17.1 > - flink-test-utils 1.17.1 > - flink-table-test-utils 1.17.1 > - jacoco-maven-plugin 0.8.10 > - maven-surefire-plugin 3.0.0-M7 > > Flink Table API tests are running correctly if: > - jacoco-maven-plugin is not used > - goal prepare-agent of jacoco-maven-plugin is not used > - Flink 1.16.1 version is used > > Best regards, > Brendan Cortez > >