Re: integrationTests do not run on CI (and locally)

2023-07-13 Thread Andrey Yegorov
Steven, the story is: - I noticed we don't have integration test for later releases and added the tests - I noticed that integration tests do not run at all (not discovered) - I fixed that and the tests attempted to run but failed The problem appears to be around the Arquillian test runner and I

Re: integrationTests do not run on CI (and locally)

2023-07-05 Thread steven lu
+1 (non-binding) but workflow run failed, this pr cannot be merged, please see below for details https://github.com/apache/bookkeeper/pull/3981#issuecomment-1617613606 Andrey Yegorov 于2023年6月7日周三 06:38写道: > Hi, > > We have a few problems related to integration tests: > > 1. backwards compat test

Re: integrationTests do not run on CI (and locally)

2023-06-07 Thread Yong Zhang
I suspect we broke it when we migrated to the Gradle; then I used release-4.10.0 to run the tests, and still the same result, no tests could be found. So I wonder to know did it has ever run successfully... -- Yong On Wed, 7 Jun 2023 at 06:38, Andrey Yegorov wrote: > Hi, > > We have a few pro

integrationTests do not run on CI (and locally)

2023-06-06 Thread Andrey Yegorov
Hi, We have a few problems related to integration tests: 1. backwards compat tests did not include recent releases. https://github.com/apache/bookkeeper/pull/3981 is supposed to fix that 2. Integration/backwards compat tests do not run on CI E.g.: mvn -B -nsu -DintegrationTests -pl :upgrade te