[
https://issues.apache.org/jira/browse/GEODE-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16046920#comment-16046920
]
ASF GitHub Bot commented on GEODE-3066:
---------------------------------------
GitHub user nabarunnag opened a pull request:
https://github.com/apache/geode/pull/574
GEODE-3066: Test tweaks to stabilize it.
* Regions created before senders and receivers are started.
* Added a listener to slow down the puts so that when the remote region
is destroyed, the put operation is still ongoing.
Potential reviewers
@jhuynh1 @upthewaterspout @boglesby @ladyVader @gesterzhou
Thank you for submitting a contribution to Apache Geode.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
### For all changes:
- [ ] Is there a JIRA ticket associated with this PR? Is it referenced in
the commit message?
- [ ] Has your PR been rebased against the latest commit within the target
branch (typically `develop`)?
- [ ] Is your initial contribution a single, squashed commit?
- [ ] Does `gradlew build` run cleanly?
- [ ] Have you written or updated unit tests to verify your changes?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
### Note:
Please ensure that once the PR is submitted, you check travis-ci for build
issues and
submit an update to your PR as soon as possible. If you need help, please
send an
email to [email protected].
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-3066
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/574.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #574
----
commit d7565767794697ae231b3702903e001aa9cf4dc4
Author: nabarun <[email protected]>
Date: 2017-06-12T18:33:37Z
GEODE-3066: Test tweaks to stabilize it.
* Regions created before senders and receivers are started.
* Added a listener to slow down the puts so that when the remote region
is destroyed, the put operation is still ongoing.
----
> CI failure:
> SerialWANPropagationDUnitTest.testReplicatedSerialPropagationWithRemoteRegionDestroy
> ------------------------------------------------------------------------------------------------
>
> Key: GEODE-3066
> URL: https://issues.apache.org/jira/browse/GEODE-3066
> Project: Geode
> Issue Type: Bug
> Components: wan
> Reporter: Jason Huynh
>
> org.apache.geode.internal.cache.wan.serial.SerialWANPropagationDUnitTest >
> testReplicatedSerialPropagationWithRemoteRegionDestroy FAILED
> org.apache.geode.test.dunit.RMIException: While invoking
> org.apache.geode.internal.cache.wan.serial.SerialWANPropagationDUnitTest$$Lambda$2298/1215983234.run
> in VM 4 running on Host asf902.gq1.ygridcore.net with 8 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:377)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:347)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:292)
> at
> org.apache.geode.internal.cache.wan.serial.SerialWANPropagationDUnitTest.testReplicatedSerialPropagationWithRemoteRegionDestroy(SerialWANPropagationDUnitTest.java:408)
> Caused by:
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at
> org.apache.geode.internal.cache.wan.WANTestBase.verifyRegionQueueNotEmpty(WANTestBase.java:3364)
> at
> org.apache.geode.internal.cache.wan.serial.SerialWANPropagationDUnitTest.lambda$testReplicatedSerialPropagationWithRemoteRegionDestroy$bb17a952$11(SerialWANPropagationDUnitTest.java:408)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)