kadirozde commented on code in PR #1506:
URL: https://github.com/apache/phoenix/pull/1506#discussion_r1016052623


##########
phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java:
##########
@@ -87,7 +87,7 @@ public void testUpdateCacheForTxnTable() throws Exception {
             String fullTableName = INDEX_DATA_SCHEMA + 
QueryConstants.NAME_SEPARATOR + tableName;
             Connection conn = DriverManager.getConnection(getUrl(), 
PropertiesUtil.deepCopy(TEST_PROPERTIES));
             conn.createStatement().execute("create table " + fullTableName + 
TestUtil.TEST_TABLE_SCHEMA + "TRANSACTIONAL=true,TRANSACTION_PROVIDER='" + 
provider + "'");
-            helpTestUpdateCache(fullTableName, new int[] {1, 1}, false);
+            helpTestUpdateCache(fullTableName, new int[] {1, 3}, false);

Review Comment:
   What is the reason for this increase from 1 to 3 in expected RPCs?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to