----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44593/ -----------------------------------------------------------
Review request for geode, anilkumar gingade, Barry Oglesby, nabarun nag, Dan Smith, and xiaojian zhou. Repository: geode Description ------- InitialImagePut code executes a BEFORE_UPDATE_OP on indexes for updates This is required for updates to indexes to be able to extract the appropriate key to update and also allows the index to figure out that an update is occuring vs an add. Adding a TestUtils class for query tests. Hopefully converging/converting existing utilities from existing tests into this class. Diffs ----- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java 9058984 geode-core/src/test/java/com/gemstone/gemfire/cache/query/TestUtils.java PRE-CREATION geode-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/PartitionedRegionCompactRangeIndexDUnitTest.java PRE-CREATION geode-core/src/test/resources/com/gemstone/gemfire/cache/query/dunit/PersistentPartitionWithIndex.xml PRE-CREATION Diff: https://reviews.apache.org/r/44593/diff/ Testing ------- Thanks, Jason Huynh
