You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Jason Huynh <hu...@gmail.com> on 2015/10/02 00:08:52 UTC

Re: Review Request 37904: GEODE-280: GroupByPartitionedQueryDUnitTest.testCompactRangeIndex fails intermittently

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37904/
-----------------------------------------------------------

(Updated Oct. 1, 2015, 10:08 p.m.)


Review request for geode, anilkumar gingade, Bruce Schuchardt, Hitesh Khamesra, Jianxia Chen, Lynn Gallinat, and Qihong Chen.


Changes
-------

Modified test to actually do a group by.   This should fix the issue.  The problem before was the test would fail if the ordering of elements in the results differed, however the test was expecting them to be grouped.


Repository: geode


Description
-------

This test is failing intermittently, although this change won't fix the issue, it cleans out some test code and removes a lot of unnecessary debug logging.
It also adds additional information when the test fails.

Reduced duplicate code and combined comparison logic into common methods


Diffs (updated)
-----

  gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByTestImpl.java 47c31e2 
  gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java 3593db0 

Diff: https://reviews.apache.org/r/37904/diff/


Testing
-------


Thanks,

Jason Huynh


Re: Review Request 37904: GEODE-280: GroupByPartitionedQueryDUnitTest.testCompactRangeIndex fails intermittently

Posted by anilkumar gingade <ag...@pivotal.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37904/#review101288
-----------------------------------------------------------

Ship it!


Ship It!

- anilkumar gingade


On Oct. 1, 2015, 10:08 p.m., Jason Huynh wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/37904/
> -----------------------------------------------------------
> 
> (Updated Oct. 1, 2015, 10:08 p.m.)
> 
> 
> Review request for geode, anilkumar gingade, Bruce Schuchardt, Hitesh Khamesra, Jianxia Chen, Lynn Gallinat, and Qihong Chen.
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> This test is failing intermittently, although this change won't fix the issue, it cleans out some test code and removes a lot of unnecessary debug logging.
> It also adds additional information when the test fails.
> 
> Reduced duplicate code and combined comparison logic into common methods
> 
> 
> Diffs
> -----
> 
>   gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByTestImpl.java 47c31e2 
>   gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java 3593db0 
> 
> Diff: https://reviews.apache.org/r/37904/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Jason Huynh
> 
>