----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39055/ -----------------------------------------------------------
(Updated Oct. 6, 2015, 5:10 p.m.) Review request for geode, anilkumar gingade, Bruce Schuchardt, Darrel Schneider, and Jianxia Chen. Changes ------- Created new Jira ticket (GEODE-384) Summary (updated) ----------------- Fix GEODE-384 Repository: geode Description ------- The previous refactor was a bit aggressive and did not account for struct comparison (I assumed struct equals method would work just fine but apparently not...) It did not show in this specific test but was reflected in 5 failing tests overnight. Diffs ----- gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java d53c28b Diff: https://reviews.apache.org/r/39055/diff/ Testing ------- The failing tests QueryREUpdateInProgressJUnitTest and PRColocatedEquiJoinDUnitTest Thanks, Jason Huynh
