[jira] [Commented] (GEODE-3305) CI failure: org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED

2017-08-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16115086#comment-16115086
 ] 

ASF subversion and git services commented on GEODE-3305:


Commit cea8312b02b7942b6a2da5ccca501c3ea8feb517 in geode's branch 
refs/heads/feature/GEODE-3299 from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=cea8312 ]

GEODE-3305 testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED

Reinstated cleaning up of TcpClient locator version information in
tearDownVM.  This was lost when DistributedTestCase was emptied and
its contents poured into JUnit4DistributedTestCase.


> CI failure: org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > 
> testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED
> ---
>
> Key: GEODE-3305
> URL: https://issues.apache.org/jira/browse/GEODE-3305
> Project: Geode
>  Issue Type: Bug
>  Components: membership
>Affects Versions: 1.3.0
>Reporter: Shelley Lynn Hughes-Godfrey
>Assignee: Bruce Schuchardt
>  Labels: flaky
>
> {noformat}
> org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > 
> testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED
> java.lang.AssertionError: Suspicious strings were written to the log 
> during this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 1205
> [fatal 2017/07/22 06:17:05.747 UTC  tid=0x22] 
> Exception in processing request from 172.17.0.6
> org.apache.geode.cache.UnsupportedVersionException: Peer or client 
> version with ordinal 65 not supported. Highest known version is 9.1
>   at org.apache.geode.internal.Version.fromOrdinal(Version.java:255)
>   at 
> org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:375)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:748)
> ---
> Found suspect string in log4j at line 1734
> [fatal 2017/07/22 06:17:09.980 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1_3>
>  tid=0x50] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1" could not 
> get remote locator information for remote site "1".
> ---
> Found suspect string in log4j at line 2040
> [fatal 2017/07/22 06:17:11.030 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1_0>
>  tid=0xb5] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1" could not 
> get remote locator information for remote site "1".
> ---
> Found suspect string in log4j at line 2329
> [fatal 2017/07/22 06:17:12.043 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0_0>
>  tid=0x156] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0" could not 
> get remote locator information for remote site "0".
> ---
> Found suspect string in log4j at line 2635
> [fatal 2017/07/22 06:17:12.656 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0_0>
>  tid=0x161] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0" could not 
> get remote locator information for remote site "0".
> ---
> Found suspect string in log4j at line 3391
> [fatal 2017/07/22 06:17:15.750 UTC  tid=0x22] 
> Exception in processing request from 172.17.0.6
> org.apache.geode.cache.UnsupportedVersionException: Peer or client 
> version with ordinal 65 not supported. Highest known version is 9.1
>   at org.apache.geode.internal.Version.fromOrdinal(Version.java:255)
>   at 
> org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:375)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:748)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEODE-3305) CI failure: org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED

2017-08-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111866#comment-16111866
 ] 

ASF subversion and git services commented on GEODE-3305:


Commit cea8312b02b7942b6a2da5ccca501c3ea8feb517 in geode's branch 
refs/heads/develop from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=cea8312 ]

GEODE-3305 testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED

Reinstated cleaning up of TcpClient locator version information in
tearDownVM.  This was lost when DistributedTestCase was emptied and
its contents poured into JUnit4DistributedTestCase.


> CI failure: org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > 
> testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED
> ---
>
> Key: GEODE-3305
> URL: https://issues.apache.org/jira/browse/GEODE-3305
> Project: Geode
>  Issue Type: Bug
>  Components: membership
>Affects Versions: 1.3.0
>Reporter: Shelley Lynn Hughes-Godfrey
>Assignee: Bruce Schuchardt
>  Labels: flaky
>
> {noformat}
> org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > 
> testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED
> java.lang.AssertionError: Suspicious strings were written to the log 
> during this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 1205
> [fatal 2017/07/22 06:17:05.747 UTC  tid=0x22] 
> Exception in processing request from 172.17.0.6
> org.apache.geode.cache.UnsupportedVersionException: Peer or client 
> version with ordinal 65 not supported. Highest known version is 9.1
>   at org.apache.geode.internal.Version.fromOrdinal(Version.java:255)
>   at 
> org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:375)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:748)
> ---
> Found suspect string in log4j at line 1734
> [fatal 2017/07/22 06:17:09.980 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1_3>
>  tid=0x50] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1" could not 
> get remote locator information for remote site "1".
> ---
> Found suspect string in log4j at line 2040
> [fatal 2017/07/22 06:17:11.030 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1_0>
>  tid=0xb5] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1" could not 
> get remote locator information for remote site "1".
> ---
> Found suspect string in log4j at line 2329
> [fatal 2017/07/22 06:17:12.043 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0_0>
>  tid=0x156] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0" could not 
> get remote locator information for remote site "0".
> ---
> Found suspect string in log4j at line 2635
> [fatal 2017/07/22 06:17:12.656 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0_0>
>  tid=0x161] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0" could not 
> get remote locator information for remote site "0".
> ---
> Found suspect string in log4j at line 3391
> [fatal 2017/07/22 06:17:15.750 UTC  tid=0x22] 
> Exception in processing request from 172.17.0.6
> org.apache.geode.cache.UnsupportedVersionException: Peer or client 
> version with ordinal 65 not supported. Highest known version is 9.1
>   at org.apache.geode.internal.Version.fromOrdinal(Version.java:255)
>   at 
> org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:375)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:748)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEODE-3305) CI failure: org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED

2017-08-02 Thread Bruce Schuchardt (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16111812#comment-16111812
 ] 

Bruce Schuchardt commented on GEODE-3305:
-

This is caused by a merge [~klund] pushed on 3/18/16 that refactored the unit 
test classes.  I had made a change to DistributedTestCase to clean up 
TcpClient's static cache of locator versions on 3/14/16 and Kirk's merge 
clobbered that change.

{noformat}
commit 57c8600be29ab1d61f499f4e53c40e2fe3f8c605
Author: Kirk Lund 
Date:   Fri Mar 18 14:45:06 2016 -0700

GEODE-1050: add JUnit 4 versions of DistributedTestCase and CacheTestCase

* refactor DistributedTestCase into two implementations that delegate: 
JUnit3DistributedTestCase and JUnit4DistributedTestCase
* refactor CacheTestCase into two implementations that delegate: 
JUnit3CacheTestCase and JUnit4CacheTestCase
* refactor super.setUp() hierarchy into template method chain like 
tearDown()
* change all variables in CacheTestCase and DistributedTestCase to private 
and use methods to access them
* change some tests to use getDistributedSystemProperties() and getSystem()
{noformat}

{noformat}
commit aef84eb091791312efba7d42bcde9b7f6436223c
Author: Bruce Schuchardt 
Date:   Mon Mar 14 09:31:08 2016 -0700

GEODE-986 MultiuserAPIDUnitTest.testMultiUserUnsupportedAPIs failed with 
SocketException

Reactivated the TcpServer backward-compatibility test.  This test failed if
TcpClient thought that the locator was running 5.7 (I hand-sabotaged the
code to make it think the locator was 5.7) but it passes with 9a .0 fallback
default.
{noformat}

I'll reinstate the lost changes.

> CI failure: org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > 
> testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED
> ---
>
> Key: GEODE-3305
> URL: https://issues.apache.org/jira/browse/GEODE-3305
> Project: Geode
>  Issue Type: Bug
>  Components: membership
>Affects Versions: 1.3.0
>Reporter: Shelley Lynn Hughes-Godfrey
>Assignee: Bruce Schuchardt
>  Labels: flaky
>
> {noformat}
> org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > 
> testEventProcessingMixedSiteOneCurrentSiteTwo[1] FAILED
> java.lang.AssertionError: Suspicious strings were written to the log 
> during this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 1205
> [fatal 2017/07/22 06:17:05.747 UTC  tid=0x22] 
> Exception in processing request from 172.17.0.6
> org.apache.geode.cache.UnsupportedVersionException: Peer or client 
> version with ordinal 65 not supported. Highest known version is 9.1
>   at org.apache.geode.internal.Version.fromOrdinal(Version.java:255)
>   at 
> org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:375)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:748)
> ---
> Found suspect string in log4j at line 1734
> [fatal 2017/07/22 06:17:09.980 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1_3>
>  tid=0x50] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1" could not 
> get remote locator information for remote site "1".
> ---
> Found suspect string in log4j at line 2040
> [fatal 2017/07/22 06:17:11.030 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1_0>
>  tid=0xb5] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_1" could not 
> get remote locator information for remote site "1".
> ---
> Found suspect string in log4j at line 2329
> [fatal 2017/07/22 06:17:12.043 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0_0>
>  tid=0x156] GatewaySender 
> "testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0" could not 
> get remote locator information for remote site "0".
> ---
> Found suspect string in log4j at line 2635
> [fatal 2017/07/22 06:17:12.656 UTC  GatewaySender_testEventProcessingMixedSiteOneCurrentSiteTwo[1]_gatewaysender_0_0>
>  tid=0x161]