Tanuj Khurana created PHOENIX-7518: -------------------------------------- Summary: Flapper test in CDCQueryIT Key: PHOENIX-7518 URL: https://issues.apache.org/jira/browse/PHOENIX-7518 Project: Phoenix Issue Type: Bug Affects Versions: 5.3.0 Reporter: Tanuj Khurana Assignee: Tanuj Khurana
testSelectGeneric in CDCQueryIT is flakey. There are 2 issues in the test: # The test tries to match partitionCount in the CDC index table with salt buckets but in some iterations the salt bucket is empty so there will be no rows in the CDC index table for that partition id. # In some cases the test is not waiting enough for the wall clock to go past the the timestamps assigned to the mutations because of which scan queries on PHOENIX_ROW_TIMESTAMP do not return all rows. -- This message was sent by Atlassian Jira (v8.20.10#820010)