We have a few broken tests. Failed tests: TestMultiselect>AbstractCriteriaTestCase.runBare:347->testSelectSingleTermWithMultiselectObjectArray:320->assertResult:414 class org.apache.openjpa.persistence.criteria.results.Foo does not match actual result class java.lang.Object[] TestMultiselect>AbstractCriteriaTestCase.runBare:347->testSelectSingleTermWithMultiselectTuple:336->assertResult:414 class org.apache.openjpa.persistence.criteria.results.Foo does not match actual result interface javax.persistence.Tuple TestMultiselect>AbstractCriteriaTestCase.runBare:347->testSelectSingleTermWithMultiselectTupleArray:344->assertResult:414 class org.apache.openjpa.persistence.criteria.results.Foo does not match actual result interface javax.persistence.Tuple[] TestMultiselect>AbstractCriteriaTestCase.runBare:347->testUserResultQueryWithExplictProjectionOfConstructorArguments:117->assertResult:405->assertResult:414 class java.lang.String does not match actual result class org.apache.openjpa.persistence.criteria.Person Tests in error: TestEdit>AbstractCriteriaTestCase.runBare:347->testEditedToAddMultiselectionTerm:139 » IllegalState
Tests run: 3088, Failures: 4, Errors: 1, Skipped: 0 So we need to fix those first. LieGrue, strub > Am 01.05.2018 um 12:19 schrieb Romain Manni-Bucau <[email protected]>: > > It is not regressions so guess it is ok > > +1 > > Le 1 mai 2018 11:18, "Jonathan Gallimore" <[email protected]> a > écrit : > >> That would be amazing if we could. There were a few issues in JIRA that I >> didn't manage to look at that Francesco mentioned: >> >> OPENJPA-2581 <https://issues.apache.org/jira/browse/OPENJPA-2581> >> openjpa-maven-plugin: >> drop and create schema regardless of the current database state >> OPENJPA-2691 <https://issues.apache.org/jira/browse/OPENJPA-2691> >> OracleDictionary >> should use non Deprecated method of empty_lob >> OPENJPA-2694 <https://issues.apache.org/jira/browse/OPENJPA-2694> Creating >> count(distinct x.field) fails when using CriteriaBuilder >> >> Are any of those blockers? >> >> Jon >> >> On Tue, May 1, 2018 at 10:06 AM, Mark Struberg <[email protected]> >> wrote: >> >>> Hi folks! >>> >>> Do we want to release 2.4.3 in the next few days? >>> I'm currently running all the tests. >>> >>> If nobody speaks out against it then I gonna run the release somewhen >> over >>> the next few days. >>> >>> txs and LieGrue, >>> strub >>
