Github user JamesRTaylor commented on the pull request: https://github.com/apache/phoenix/commit/daaebc49d2e8f5203351a96fa25c0700b1a599cf#commitcomment-18218366 In phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java: In phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java on line 135: Why did the row count change here for this test? The default for auto commit is already false. For transactional workloads, we should see the two rows even though they're not committed. However, we should be using the same connection (conn2 instead of conn when we do the count( * ) . Does the test pass if you make that change?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---