-0 (binding, will change to 1 or -1 based on whether this can be reproduced)
signatures and checksums: ok rat:check: ok mvn clean install -DskipTests: ok mvn verify: Test failures with ViewTTLIT When run as part of the larger suite, ViewTTLIT failed with: [ERROR] Tests run: 26, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 638.087 s <<< FAILURE! - in org.apache.phoenix.end2end.ViewTTLIT [ERROR] testDeleteFromMultipleGlobalIndexes(org.apache.phoenix.end2end.ViewTTLIT) Time elapsed: 134.661 s <<< FAILURE! java.lang.AssertionError: Rows should exists before expiration at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.apache.phoenix.end2end.ViewTTLIT.validateExpiredRowsAreNotReturnedUsingCounts(ViewTTLIT.java:2350) at org.apache.phoenix.end2end.ViewTTLIT. *testDeleteFromMultipleGlobalIndexes*(ViewTTLIT.java:2111) And when run separately several times, it consistently failed with: [*ERROR*] *Tests **run: 26*, *Failures: 1*, Errors: 0, Skipped: 0, Time elapsed: 725.558 s* <<< FAILURE!* - in org.apache.phoenix.end2end. *ViewTTLIT* [*ERROR*] testDeleteWithOnlyTenantView(org.apache.phoenix.end2end.ViewTTLIT) Time elapsed: 4.351 s <<< FAILURE! org.junit.ComparisonFailure: Values upserted and fetched do not match expected:<a0[2718]> but was:<a0[6003]> at org.junit.Assert.assertEquals(Assert.java:117) at org.apache.phoenix.end2end.ViewTTLIT.verifyRowsBeforeTTLExpiration(ViewTTLIT.java:2462) at org.apache.phoenix.end2end.ViewTTLIT.validateExpiredRowsAreNotReturnedUsingData(ViewTTLIT.java:2390) at org.apache.phoenix.end2end.ViewTTLIT.upsertDataAndRunValidations(ViewTTLIT.java:2333) at org.apache.phoenix.end2end.ViewTTLIT.*testDeleteWithOnlyTenantView* (ViewTTLIT.java:1967) Geoffrey On Tue, Mar 16, 2021 at 10:41 AM [email protected] <[email protected]> wrote: > +1 (binding) > > Built from source, ran some test loads with a few million rows on a local > install. > Ran some choice tests. > > Nothing weird in the logs. > > > -- Lars > > > > On Tuesday, March 16, 2021, 8:28:43 AM PDT, Istvan Toth <[email protected]> > wrote: > > > > > > Please vote on this Apache phoenix release candidate, > phoenix-5.1.1RC2 > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this package as Apache phoenix 5.1.1 > [ ] -1 Do not release this package because ... > > The tag to be voted on is 5.1.1RC2: > > https://github.com/apache/phoenix/tree/5.1.1RC2 > > The release files, including signatures, digests, as well as CHANGES.md > and RELEASENOTES.md included in this RC can be found at: > > https://dist.apache.org/repos/dist/dev/phoenix/phoenix-5.1.1RC2/ > > Maven artifacts are available in a staging repository at: > > https://repository.apache.org/#stagingRepositories > (orgapachephoenix-1229) > > Artifacts were signed with the 0x794433C7 key which can be found in: > > https://dist.apache.org/repos/dist/release/phoenix/KEYS > > To learn more about Apache phoenix, please see > > http://phoenix.apache.org/ > > Thanks, > Istvan >
