[
https://issues.apache.org/jira/browse/GEODE-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15453456#comment-15453456
]
ASF GitHub Bot commented on GEODE-1818:
---------------------------------------
GitHub user gemzdude opened a pull request:
https://github.com/apache/incubator-geode/pull/235
GEODE-1818: Bug37377DUnitTest passes with NPE suspect strings in log
This is an older test which had experienced some severe "code rot".
Modified code to conform to current product behavior.
Removed use of internal APIs and dummy remote clear event from test.
Updated remote method execution to utilize new lambda technique.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gemzdude/incubator-geode develop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/235.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 #235
----
commit 58ea56aeba4cfa4b1a45d9f0242284823af42385
Author: Scott Jewell <[email protected]>
Date: 2016-08-31T17:54:05Z
GEODE-1818: Bug37377DUnitTest passes with NPE suspect strings in log
----
> Bug37377DUnitTest passes with NPE suspect strings in log
> --------------------------------------------------------
>
> Key: GEODE-1818
> URL: https://issues.apache.org/jira/browse/GEODE-1818
> Project: Geode
> Issue Type: Bug
> Components: tests
> Reporter: Scott Jewell
>
> This test appears to pass but in fact is not working properly.
> The following messages appear in the log:
> [vm_1]java.lang.NullPointerException
> [vm_1] at Remote Member 'india(26730)<ec><v11>:32771' in
> com.gemstone.gemfire.internal.cache.AbstractRegionMap.processVersionTagForGII(AbstractRegionMap.java:540)
> [vm_1] at Remote Member 'india(26730)<ec><v11>:32771' in
> com.gemstone.gemfire.internal.cache.AbstractRegionMap.initialImagePut(AbstractRegionMap.java:931)
> [vm_1] at Remote Member 'india(26730)<ec><v11>:32771' in
> com.gemstone.gemfire.internal.cache.InitialImageOperation.processChunk(InitialImageOperation.java:915)
> [vm_1] at Remote Member 'india(26730)<ec><v11>:32771' in
> com.gemstone.gemfire.internal.cache.InitialImageOperation$ImageProcessor.process(InitialImageOperation.java:1222)
> [vm_1] at Remote Member 'india(26730)<ec><v11>:32771' in
> com.gemstone.gemfire.distributed.internal.ReplyMessage.process(ReplyMessage.java:225)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)