You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by xiaojian zhou <zh...@gmail.com> on 2016/11/17 18:06:13 UTC

Review Request 53856: concurse is slower, so we need to wait longer for results

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

Review request for geode, Darrel Schneider and Dan Smith.


Bugs: geode-2120
    https://issues.apache.org/jira/browse/geode-2120


Repository: geode


Description
-------

The test waited for up to 5 seconds for the compaction, usually it only took 30ms to finish. However, sometimes in concurse, it did took more than 5 seconds to finish (In the reproduced failure, it took 7 seconds).

The fix is to wait longer.


Diffs
-----

  geode-core/src/test/java/org/apache/geode/internal/cache/MultipleOplogsRollingFeatureJUnitTest.java 1f61be3 

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


Testing
-------


Thanks,

xiaojian zhou


Re: Review Request 53856: concurse is slower, so we need to wait longer for results

Posted by Jason Huynh <jh...@pivotal.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53856/#review156224
-----------------------------------------------------------



Should we rename this to IntegrationTest instead of JUnitTest (Not sure what our conventions are...)

- Jason Huynh


On Nov. 17, 2016, 6:06 p.m., xiaojian zhou wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53856/
> -----------------------------------------------------------
> 
> (Updated Nov. 17, 2016, 6:06 p.m.)
> 
> 
> Review request for geode, Darrel Schneider and Dan Smith.
> 
> 
> Bugs: geode-2120
>     https://issues.apache.org/jira/browse/geode-2120
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> The test waited for up to 5 seconds for the compaction, usually it only took 30ms to finish. However, sometimes in concurse, it did took more than 5 seconds to finish (In the reproduced failure, it took 7 seconds).
> 
> The fix is to wait longer.
> 
> 
> Diffs
> -----
> 
>   geode-core/src/test/java/org/apache/geode/internal/cache/MultipleOplogsRollingFeatureJUnitTest.java 1f61be3 
> 
> Diff: https://reviews.apache.org/r/53856/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> xiaojian zhou
> 
>


Re: Review Request 53856: concurse is slower, so we need to wait longer for results

Posted by Dan Smith <ds...@pivotal.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53856/#review156223
-----------------------------------------------------------


Fix it, then Ship it!





geode-core/src/test/java/org/apache/geode/internal/cache/MultipleOplogsRollingFeatureJUnitTest.java (line 154)
<https://reviews.apache.org/r/53856/#comment226387>

    This could be replaced with awaitility.


- Dan Smith


On Nov. 17, 2016, 6:06 p.m., xiaojian zhou wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53856/
> -----------------------------------------------------------
> 
> (Updated Nov. 17, 2016, 6:06 p.m.)
> 
> 
> Review request for geode, Darrel Schneider and Dan Smith.
> 
> 
> Bugs: geode-2120
>     https://issues.apache.org/jira/browse/geode-2120
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> The test waited for up to 5 seconds for the compaction, usually it only took 30ms to finish. However, sometimes in concurse, it did took more than 5 seconds to finish (In the reproduced failure, it took 7 seconds).
> 
> The fix is to wait longer.
> 
> 
> Diffs
> -----
> 
>   geode-core/src/test/java/org/apache/geode/internal/cache/MultipleOplogsRollingFeatureJUnitTest.java 1f61be3 
> 
> Diff: https://reviews.apache.org/r/53856/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> xiaojian zhou
> 
>