[jira] [Updated] (GEODE-5607) Replace org.jmock with mockito
[ https://issues.apache.org/jira/browse/GEODE-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated GEODE-5607: -- Labels: pull-request-available (was: ) > Replace org.jmock with mockito > -- > > Key: GEODE-5607 > URL: https://issues.apache.org/jira/browse/GEODE-5607 > Project: Geode > Issue Type: Improvement > Components: tests >Reporter: Jens Deppe >Assignee: Juan José Ramos Cassella >Priority: Major > Labels: pull-request-available > > We should consolidate on a single mocking framework. Older tests still use > jmock which should be replaced with mockito. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5677) Remove _GEODE_FRIEND_STD_SHARED_PTR
Blake Bender created GEODE-5677: --- Summary: Remove _GEODE_FRIEND_STD_SHARED_PTR Key: GEODE-5677 URL: https://issues.apache.org/jira/browse/GEODE-5677 Project: Geode Issue Type: Improvement Components: native client Reporter: Blake Bender This caused us for a long time to delay upgrading to recent versions of XCode, and could easily be broken again by changes to what are supposed to be internal classes to the STL. This definition is kind of a kludge to allow us to protect constructors of certain classes while still making them creatable via std::make_shared. Rather than go to this length to protect developers from themselves, we'll make the constructors in question public and remove the macro altogether. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5649) getAll() does not trigger client metadata refresh when primary bucket not known
[ https://issues.apache.org/jira/browse/GEODE-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603229#comment-16603229 ] ASF subversion and git services commented on GEODE-5649: Commit 72d393e649ecf0dfa73993187843bc135a47c516 in geode's branch refs/heads/develop from [~bschuchardt] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=72d393e ] GEODE-5649 getAll() does not trigger client metadata refresh when primary bucket not known If the primary for a bucket was not known when creating one-hop tasks we were not scheduling a metadata refresh. These changes initiate a refresh but allow the current operation to continue as a non-single-hop operation. This closes #2402 > getAll() does not trigger client metadata refresh when primary bucket not > known > --- > > Key: GEODE-5649 > URL: https://issues.apache.org/jira/browse/GEODE-5649 > Project: Geode > Issue Type: Bug > Components: client/server >Reporter: Bruce Schuchardt >Assignee: Bruce Schuchardt >Priority: Major > Labels: pull-request-available > Time Spent: 1h 10m > Remaining Estimate: 0h > > We observed in a test system that getAll() would suddenly become slow in one > client cache while remaining fast in others. Adding some debug logging > showed that the client stopped doing single-hop operations and never > recovered the ability to do them again. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Resolved] (GEODE-5649) getAll() does not trigger client metadata refresh when primary bucket not known
[ https://issues.apache.org/jira/browse/GEODE-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Schuchardt resolved GEODE-5649. - Resolution: Fixed Fix Version/s: 1.8.0 > getAll() does not trigger client metadata refresh when primary bucket not > known > --- > > Key: GEODE-5649 > URL: https://issues.apache.org/jira/browse/GEODE-5649 > Project: Geode > Issue Type: Bug > Components: client/server >Reporter: Bruce Schuchardt >Assignee: Bruce Schuchardt >Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > Time Spent: 1h 10m > Remaining Estimate: 0h > > We observed in a test system that getAll() would suddenly become slow in one > client cache while remaining fast in others. Adding some debug logging > showed that the client stopped doing single-hop operations and never > recovered the ability to do them again. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (GEODE-5594) Enable endpoint validation during using SSL handshake
[ https://issues.apache.org/jira/browse/GEODE-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun updated GEODE-5594: --- Fix Version/s: (was: 1.7.0) 1.8.0 > Enable endpoint validation during using SSL handshake > - > > Key: GEODE-5594 > URL: https://issues.apache.org/jira/browse/GEODE-5594 > Project: Geode > Issue Type: Improvement > Components: client/server, docs >Reporter: Sai Boorlagadda >Assignee: Sai Boorlagadda >Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > Time Spent: 1h 50m > Remaining Estimate: 0h > > Users can set `ssl-endpoint-identification-enabled` to true to enable > validation of hostname in server's identity when using SSL to harden against > certain man-in-the-middle attacks -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (GEODE-5678) Primary Key index results should work correctly with cq results
[ https://issues.apache.org/jira/browse/GEODE-5678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-5678: -- Assignee: Jason Huynh > Primary Key index results should work correctly with cq results > --- > > Key: GEODE-5678 > URL: https://issues.apache.org/jira/browse/GEODE-5678 > Project: Geode > Issue Type: Bug > Components: cq, querying >Reporter: Jason Huynh >Assignee: Jason Huynh >Priority: Major > > When a cq is executed and the query ends up using a primary key index, the > result is not being wrapped in a cq entry. This causes a class cast > exception. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5678) Primary Key index results should work correctly with cq results
Jason Huynh created GEODE-5678: -- Summary: Primary Key index results should work correctly with cq results Key: GEODE-5678 URL: https://issues.apache.org/jira/browse/GEODE-5678 Project: Geode Issue Type: Bug Components: cq, querying Reporter: Jason Huynh When a cq is executed and the query ends up using a primary key index, the result is not being wrapped in a cq entry. This causes a class cast exception. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Resolved] (GEODE-5280) NullPointerException in BucketRegionQueue.addToEventQueue when turn on debug level log
[ https://issues.apache.org/jira/browse/GEODE-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaojian zhou resolved GEODE-5280. -- Resolution: Fixed > NullPointerException in BucketRegionQueue.addToEventQueue when turn on debug > level log > -- > > Key: GEODE-5280 > URL: https://issues.apache.org/jira/browse/GEODE-5280 > Project: Geode > Issue Type: Bug > Components: wan >Reporter: xiaojian zhou >Assignee: xiaojian zhou >Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > {noformat} > When run tests with parallel gateway sender queue's GII, if turned on debug > level log, it will throw NPE as following: > Caused by: java.lang.NullPointerException > at Remote Member > 'r02-s28(bridgegemfire2_r02-s28_16431:16431):1026' in > org.apache.geode.internal.cache.BucketRegionQueue.addToEventQueue(BucketRegionQueue.java:436) > at Remote Member > 'r02-s28(bridgegemfire2_r02-s28_16431:16431):1026' in > org.apache.geode.internal.cache.AbstractRegionMap.initialImagePut(AbstractRegionMap.java:987) > at Remote Member > 'r02-s28(bridgegemfire2_r02-s28_16431:16431):1026' in > org.apache.geode.internal.cache.InitialImageOperation.processChunk(InitialImageOperation.java:977) > at Remote Member > 'r02-s28(bridgegemfire2_r02-s28_16431:16431):1026' in > org.apache.geode.internal.cache.InitialImageOperation$ImageProcessor.process(InitialImageOperation.java:1307) > at Remote Member > 'r02-s28(bridgegemfire2_r02-s28_16431:16431):1026' in > org.apache.geode.distributed.internal.ReplyMessage.process(ReplyMessage.java:209) > at Remote Member > 'r02-s28(bridgegemfire2_r02-s28_16431:16431):1026' in > org.apache.geode.internal.cache.InitialImageOperation$ImageReplyMessage.process(InitialImageOperation.java:2786) > The root cause is: > When introducing BucketRegionQueue.addToEventQueue() into initialImagePut(), > the event was set to null in initialImagePut() but addToEventQueue wants to > log event.getRawNewValue() in debug level log. {noformat} > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (GEODE-5678) Primary Key index results should work correctly with cq results
[ https://issues.apache.org/jira/browse/GEODE-5678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated GEODE-5678: -- Labels: pull-request-available (was: ) > Primary Key index results should work correctly with cq results > --- > > Key: GEODE-5678 > URL: https://issues.apache.org/jira/browse/GEODE-5678 > Project: Geode > Issue Type: Bug > Components: cq, querying >Reporter: Jason Huynh >Assignee: Jason Huynh >Priority: Major > Labels: pull-request-available > > When a cq is executed and the query ends up using a primary key index, the > result is not being wrapped in a cq entry. This causes a class cast > exception. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (GEODE-5679) Test failed StatSamplerIntegrationTest.testStatSampler FAILED
[ https://issues.apache.org/jira/browse/GEODE-5679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hanson updated GEODE-5679: --- Labels: swat (was: ) > Test failed StatSamplerIntegrationTest.testStatSampler FAILED > - > > Key: GEODE-5679 > URL: https://issues.apache.org/jira/browse/GEODE-5679 > Project: Geode > Issue Type: Bug > Components: core >Reporter: Mark Hanson >Priority: Major > Labels: swat > > This test failed during integration tests. Concourse URL is > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/351 > java.lang.AssertionError: Value 5 for int_counter_6 is wrong: > {double_gauge_4=8.0, long_counter_10=6, sampled_double=7.0, > long_counter_9=24, double_counter_1=10.0, double_counter_2=8.0, > int_counter_5=18, int_counter_6=8, sampled_long=6, long_gauge_12=6, > long_gauge_11=24, int_gauge_8=6, sampled_int=5, int_gauge_7=16, > double_gauge_3=10.0} expected:<8.0> but was:<7.0> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:553) > at > org.apache.geode.internal.statistics.StatSamplerIntegrationTest.testStatSampler(StatSamplerIntegrationTest.java:308) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) > at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at sun.reflect.NativeMethodAcc
[jira] [Created] (GEODE-5679) Test failed StatSamplerIntegrationTest.testStatSampler FAILED
Mark Hanson created GEODE-5679: -- Summary: Test failed StatSamplerIntegrationTest.testStatSampler FAILED Key: GEODE-5679 URL: https://issues.apache.org/jira/browse/GEODE-5679 Project: Geode Issue Type: Bug Components: core Reporter: Mark Hanson This test failed during integration tests. Concourse URL is https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/351 java.lang.AssertionError: Value 5 for int_counter_6 is wrong: {double_gauge_4=8.0, long_counter_10=6, sampled_double=7.0, long_counter_9=24, double_counter_1=10.0, double_counter_2=8.0, int_counter_5=18, int_counter_6=8, sampled_long=6, long_gauge_12=6, long_gauge_11=24, int_gauge_8=6, sampled_int=5, int_gauge_7=16, double_gauge_3=10.0} expected:<8.0> but was:<7.0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:553) at org.apache.geode.internal.statistics.StatSamplerIntegrationTest.testStatSampler(StatSamplerIntegrationTest.java:308) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.
[jira] [Created] (GEODE-5680) ProxyJUnitTest. testExpiration
Mark Hanson created GEODE-5680: -- Summary: ProxyJUnitTest. testExpiration Key: GEODE-5680 URL: https://issues.apache.org/jira/browse/GEODE-5680 Project: Geode Issue Type: Bug Reporter: Mark Hanson Concourse Integration test failure of https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/355 org.apache.geode.cache.RegionDestroyedException: org.apache.geode.internal.cache.DistributedRegion[path='/rEMPTY';scope=DISTRIBUTED_NO_ACK';dataPolicy=EMPTY; concurrencyChecksEnabled] at org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7418) at org.apache.geode.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2757) at org.apache.geode.internal.cache.LocalRegion.newUpdateEntryEvent(LocalRegion.java:1665) at org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1625) at org.apache.geode.internal.cache.AbstractRegion.put(AbstractRegion.java:413) at org.apache.geode.cache.ProxyJUnitTest.testExpiration(ProxyJUnitTest.java:1128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:
[jira] [Updated] (GEODE-5680) ProxyJUnitTest. testExpiration
[ https://issues.apache.org/jira/browse/GEODE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hanson updated GEODE-5680: --- Attachment: testexpiration.log > ProxyJUnitTest. testExpiration > -- > > Key: GEODE-5680 > URL: https://issues.apache.org/jira/browse/GEODE-5680 > Project: Geode > Issue Type: Bug > Components: core >Reporter: Mark Hanson >Priority: Major > Labels: swat > Attachments: testexpiration.log > > > Concourse Integration test failure of > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/355 > org.apache.geode.cache.RegionDestroyedException: > org.apache.geode.internal.cache.DistributedRegion[path='/rEMPTY';scope=DISTRIBUTED_NO_ACK';dataPolicy=EMPTY; > concurrencyChecksEnabled] > at > org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7418) > at > org.apache.geode.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2757) > at > org.apache.geode.internal.cache.LocalRegion.newUpdateEntryEvent(LocalRegion.java:1665) > at > org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1625) > at > org.apache.geode.internal.cache.AbstractRegion.put(AbstractRegion.java:413) > at > org.apache.geode.cache.ProxyJUnitTest.testExpiration(ProxyJUnitTest.java:1128) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.ref
[jira] [Updated] (GEODE-5680) ProxyJUnitTest. testExpiration
[ https://issues.apache.org/jira/browse/GEODE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hanson updated GEODE-5680: --- Component/s: core > ProxyJUnitTest. testExpiration > -- > > Key: GEODE-5680 > URL: https://issues.apache.org/jira/browse/GEODE-5680 > Project: Geode > Issue Type: Bug > Components: core >Reporter: Mark Hanson >Priority: Major > Labels: swat > Attachments: testexpiration.log > > > Concourse Integration test failure of > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/355 > org.apache.geode.cache.RegionDestroyedException: > org.apache.geode.internal.cache.DistributedRegion[path='/rEMPTY';scope=DISTRIBUTED_NO_ACK';dataPolicy=EMPTY; > concurrencyChecksEnabled] > at > org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7418) > at > org.apache.geode.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2757) > at > org.apache.geode.internal.cache.LocalRegion.newUpdateEntryEvent(LocalRegion.java:1665) > at > org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1625) > at > org.apache.geode.internal.cache.AbstractRegion.put(AbstractRegion.java:413) > at > org.apache.geode.cache.ProxyJUnitTest.testExpiration(ProxyJUnitTest.java:1128) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.i
[jira] [Updated] (GEODE-5680) ProxyJUnitTest. testExpiration
[ https://issues.apache.org/jira/browse/GEODE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hanson updated GEODE-5680: --- Labels: swat (was: ) > ProxyJUnitTest. testExpiration > -- > > Key: GEODE-5680 > URL: https://issues.apache.org/jira/browse/GEODE-5680 > Project: Geode > Issue Type: Bug > Components: core >Reporter: Mark Hanson >Priority: Major > Labels: swat > Attachments: testexpiration.log > > > Concourse Integration test failure of > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/355 > org.apache.geode.cache.RegionDestroyedException: > org.apache.geode.internal.cache.DistributedRegion[path='/rEMPTY';scope=DISTRIBUTED_NO_ACK';dataPolicy=EMPTY; > concurrencyChecksEnabled] > at > org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7418) > at > org.apache.geode.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2757) > at > org.apache.geode.internal.cache.LocalRegion.newUpdateEntryEvent(LocalRegion.java:1665) > at > org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1625) > at > org.apache.geode.internal.cache.AbstractRegion.put(AbstractRegion.java:413) > at > org.apache.geode.cache.ProxyJUnitTest.testExpiration(ProxyJUnitTest.java:1128) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Meth
[jira] [Updated] (GEODE-5680) ProxyJUnitTest. testExpiration failed
[ https://issues.apache.org/jira/browse/GEODE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hanson updated GEODE-5680: --- Summary: ProxyJUnitTest. testExpiration failed (was: ProxyJUnitTest. testExpiration) > ProxyJUnitTest. testExpiration failed > - > > Key: GEODE-5680 > URL: https://issues.apache.org/jira/browse/GEODE-5680 > Project: Geode > Issue Type: Bug > Components: core >Reporter: Mark Hanson >Priority: Major > Labels: swat > Attachments: testexpiration.log > > > Concourse Integration test failure of > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/355 > org.apache.geode.cache.RegionDestroyedException: > org.apache.geode.internal.cache.DistributedRegion[path='/rEMPTY';scope=DISTRIBUTED_NO_ACK';dataPolicy=EMPTY; > concurrencyChecksEnabled] > at > org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7418) > at > org.apache.geode.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2757) > at > org.apache.geode.internal.cache.LocalRegion.newUpdateEntryEvent(LocalRegion.java:1665) > at > org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1625) > at > org.apache.geode.internal.cache.AbstractRegion.put(AbstractRegion.java:413) > at > org.apache.geode.cache.ProxyJUnitTest.testExpiration(ProxyJUnitTest.java:1128) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl
[jira] [Created] (GEODE-5681) PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions failed
Mark Hanson created GEODE-5681: -- Summary: PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions failed Key: GEODE-5681 URL: https://issues.apache.org/jira/browse/GEODE-5681 Project: Geode Issue Type: Bug Reporter: Mark Hanson geode-assembly java.lang.AssertionError: Expecting: <"https://localhost:29786/pulse/login.html?error=BAD_CREDS";> to contain: <"/pulse/clusterDetail.html"> at org.apache.geode.test.junit.rules.GeodeHttpClientRule.loginToPulseAndVerify(GeodeHttpClientRule.java:84) at org.apache.geode.tools.pulse.PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions(PulseSecurityWithSSLTest.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.apache.geode.test.junit.rules.serializable.SerializableExternalResource$1.evaluate(SerializableExternalResource.java:37) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.on
[jira] [Updated] (GEODE-5681) PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions failed
[ https://issues.apache.org/jira/browse/GEODE-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hanson updated GEODE-5681: --- Labels: swat (was: ) > PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions failed > - > > Key: GEODE-5681 > URL: https://issues.apache.org/jira/browse/GEODE-5681 > Project: Geode > Issue Type: Bug >Reporter: Mark Hanson >Priority: Major > Labels: swat > Attachments: loginwithdeprecatedssloptions.log > > > Test failed in concourse integration test: > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/355 > geode-assembly > java.lang.AssertionError: > Expecting: > <"https://localhost:29786/pulse/login.html?error=BAD_CREDS";> > to contain: > <"/pulse/clusterDetail.html"> > at > org.apache.geode.test.junit.rules.GeodeHttpClientRule.loginToPulseAndVerify(GeodeHttpClientRule.java:84) > at > org.apache.geode.tools.pulse.PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions(PulseSecurityWithSSLTest.java:126) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) > at > org.apache.geode.test.junit.rules.serializable.SerializableExternalResource$1.evaluate(SerializableExternalResource.java:37) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionD
[jira] [Updated] (GEODE-5681) PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions failed
[ https://issues.apache.org/jira/browse/GEODE-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hanson updated GEODE-5681: --- Description: Test failed in concourse integration test: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/355 geode-assembly java.lang.AssertionError: Expecting: <"https://localhost:29786/pulse/login.html?error=BAD_CREDS";> to contain: <"/pulse/clusterDetail.html"> at org.apache.geode.test.junit.rules.GeodeHttpClientRule.loginToPulseAndVerify(GeodeHttpClientRule.java:84) at org.apache.geode.tools.pulse.PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions(PulseSecurityWithSSLTest.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.apache.geode.test.junit.rules.serializable.SerializableExternalResource$1.evaluate(SerializableExternalResource.java:37) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFai
[jira] [Updated] (GEODE-5681) PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions failed
[ https://issues.apache.org/jira/browse/GEODE-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hanson updated GEODE-5681: --- Attachment: loginwithdeprecatedssloptions.log > PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions failed > - > > Key: GEODE-5681 > URL: https://issues.apache.org/jira/browse/GEODE-5681 > Project: Geode > Issue Type: Bug >Reporter: Mark Hanson >Priority: Major > Labels: swat > Attachments: loginwithdeprecatedssloptions.log > > > geode-assembly > java.lang.AssertionError: > Expecting: > <"https://localhost:29786/pulse/login.html?error=BAD_CREDS";> > to contain: > <"/pulse/clusterDetail.html"> > at > org.apache.geode.test.junit.rules.GeodeHttpClientRule.loginToPulseAndVerify(GeodeHttpClientRule.java:84) > at > org.apache.geode.tools.pulse.PulseSecurityWithSSLTest.loginWithDeprecatedSSLOptions(PulseSecurityWithSSLTest.java:126) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) > at > org.apache.geode.test.junit.rules.serializable.SerializableExternalResource$1.evaluate(SerializableExternalResource.java:37) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectCo
[jira] [Commented] (GEODE-3778) FileProcessControllerIntegrationTest.status_withStatusRequestFileExists_doesNotFail fails intermittently
[ https://issues.apache.org/jira/browse/GEODE-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603515#comment-16603515 ] Mark Hanson commented on GEODE-3778: java.lang.AssertionError: Expecting file: to exist. at org.apache.geode.internal.process.io.StringFileWriter.writeToFile(StringFileWriter.java:40) at org.apache.geode.internal.process.FileProcessControllerIntegrationTest.status_withStatusRequestFileExists_doesNotFail(FileProcessControllerIntegrationTest.java:201) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.rules.Verifier$1.evaluate(Verifier.java:35) at org.apache.geode.test.junit.rules.serializable.SerializableExternalResource$1.evaluate(SerializableExternalResource.java:37) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) at org.gradle.in
[jira] [Comment Edited] (GEODE-3778) FileProcessControllerIntegrationTest.status_withStatusRequestFileExists_doesNotFail fails intermittently
[ https://issues.apache.org/jira/browse/GEODE-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603515#comment-16603515 ] Mark Hanson edited comment on GEODE-3778 at 9/4/18 8:01 PM: As seen in concourse tests https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/357 java.lang.AssertionError: Expecting file: to exist. at org.apache.geode.internal.process.io.StringFileWriter.writeToFile(StringFileWriter.java:40) at org.apache.geode.internal.process.FileProcessControllerIntegrationTest.status_withStatusRequestFileExists_doesNotFail(FileProcessControllerIntegrationTest.java:201) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.rules.Verifier$1.evaluate(Verifier.java:35) at org.apache.geode.test.junit.rules.serializable.SerializableExternalResource$1.evaluate(SerializableExternalResource.java:37) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapp
[jira] [Commented] (GEODE-4052) Expand GfshExitCodeStatusCommandTest into multiple classes for more meaningful failure reporting
[ https://issues.apache.org/jira/browse/GEODE-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603527#comment-16603527 ] Mark Hanson commented on GEODE-4052: Another occurrence in https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/334 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 1144 [error 2018/08/30 15:22:47.239 UTC tid=0x19] [info 2018/08/30 15:20:44.090 UTC tid=0x1] --- --- Found suspect string in log4j at line 1604 Exception in thread "main" java.lang.RuntimeException: An IO error occurred while starting a Server in /tmp/junit529010098095639783/junit2220228697767827083 on 11ea49bd31ec[40404]: Failed to create server socket on null[40,404] at org.junit.Assert.fail(Assert.java:88) at org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:411) at org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:173) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) at org.gradle.internal.concurrent.Managed
[jira] [Commented] (GEODE-4052) Expand GfshExitCodeStatusCommandTest into multiple classes for more meaningful failure reporting
[ https://issues.apache.org/jira/browse/GEODE-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603528#comment-16603528 ] Mark Hanson commented on GEODE-4052: Another occurrence in https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/331 org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.rules.ClusterStartupRule$$Lambda$41/1318057984.call in VM 0 running on Host 9543f12403b8 with 4 VMs at org.apache.geode.test.dunit.VM.invoke(VM.java:450) at org.apache.geode.test.dunit.VM.invoke(VM.java:419) at org.apache.geode.test.dunit.VM.invoke(VM.java:385) at org.apache.geode.test.dunit.rules.ClusterStartupRule.startLocatorVM(ClusterStartupRule.java:198) at org.apache.geode.test.dunit.rules.ClusterStartupRule.startLocatorVM(ClusterStartupRule.java:191) at org.apache.geode.management.internal.cli.commands.AlterRuntimeCommandDUnitTest.alterStatArchiveFile_updatesAllServerConfigs(AlterRuntimeCommandDUnitTest.java:428) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at junitparams.internal.InvokeParameterisedMethod.evaluate(InvokeParameterisedMethod.java:234) at org.apache.geode.test.junit.rules.DescribedExternalResource$1.evaluate(DescribedExternalResource.java:40) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at junitparams.internal.ParameterisedTestMethodRunner.runMethodInvoker(ParameterisedTestMethodRunner.java:47) at junitparams.internal.ParameterisedTestMethodRunner.runTestMethod(ParameterisedTestMethodRunner.java:40) at junitparams.internal.ParameterisedTestClassRunner.runParameterisedTest(ParameterisedTestClassRunner.java:146) at junitparams.JUnitParamsRunner.runChild(JUnitParamsRunner.java:446) at junitparams.JUnitParamsRunner.runChild(JUnitParamsRunner.java:393) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Me
[jira] [Commented] (GEODE-4052) Expand GfshExitCodeStatusCommandTest into multiple classes for more meaningful failure reporting
[ https://issues.apache.org/jira/browse/GEODE-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603531#comment-16603531 ] Mark Hanson commented on GEODE-4052: Another two similar occurrences. https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/331 https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/334 > Expand GfshExitCodeStatusCommandTest into multiple classes for more > meaningful failure reporting > > > Key: GEODE-4052 > URL: https://issues.apache.org/jira/browse/GEODE-4052 > Project: Geode > Issue Type: Test > Components: gfsh, tests >Reporter: Patrick Rhomberg >Assignee: Patrick Rhomberg >Priority: Major > > Occasionally, the majority of this class's tests will fail due to being > unable to start the cluster. Such a failure is beyond the scope of the test > and should be reported quickly. > This class should be divided into two classes, one containing those tests > that require the cluster's server to be running and one that does not. The > cluster start-up in both cases should be delegated to a {{@BeforeClass}} > method so that failure occurs as the class level and is quickly recognizable. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-4052) Expand GfshExitCodeStatusCommandTest into multiple classes for more meaningful failure reporting
[ https://issues.apache.org/jira/browse/GEODE-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603533#comment-16603533 ] Mark Hanson commented on GEODE-4052: Another two similar occurrences. https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/331 https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/334 > Expand GfshExitCodeStatusCommandTest into multiple classes for more > meaningful failure reporting > > > Key: GEODE-4052 > URL: https://issues.apache.org/jira/browse/GEODE-4052 > Project: Geode > Issue Type: Test > Components: gfsh, tests >Reporter: Patrick Rhomberg >Assignee: Patrick Rhomberg >Priority: Major > > Occasionally, the majority of this class's tests will fail due to being > unable to start the cluster. Such a failure is beyond the scope of the test > and should be reported quickly. > This class should be divided into two classes, one containing those tests > that require the cluster's server to be running and one that does not. The > cluster start-up in both cases should be delegated to a {{@BeforeClass}} > method so that failure occurs as the class level and is quickly recognizable. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-4052) Expand GfshExitCodeStatusCommandTest into multiple classes for more meaningful failure reporting
[ https://issues.apache.org/jira/browse/GEODE-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603536#comment-16603536 ] Mark Hanson commented on GEODE-4052: Similar issue seen in https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/331 https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/334 > Expand GfshExitCodeStatusCommandTest into multiple classes for more > meaningful failure reporting > > > Key: GEODE-4052 > URL: https://issues.apache.org/jira/browse/GEODE-4052 > Project: Geode > Issue Type: Test > Components: gfsh, tests >Reporter: Patrick Rhomberg >Assignee: Patrick Rhomberg >Priority: Major > > Occasionally, the majority of this class's tests will fail due to being > unable to start the cluster. Such a failure is beyond the scope of the test > and should be reported quickly. > This class should be divided into two classes, one containing those tests > that require the cluster's server to be running and one that does not. The > cluster start-up in both cases should be delegated to a {{@BeforeClass}} > method so that failure occurs as the class level and is quickly recognizable. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5682) CI Failure: org.apache.geode.internal.statistics.StatisticsDistributedTest > testPubAndSubCustomStats
Helena Bales created GEODE-5682: --- Summary: CI Failure: org.apache.geode.internal.statistics.StatisticsDistributedTest > testPubAndSubCustomStats Key: GEODE-5682 URL: https://issues.apache.org/jira/browse/GEODE-5682 Project: Geode Issue Type: Bug Reporter: Helena Bales org.apache.geode.internal.statistics.StatisticsDistributedTest > testPubAndSubCustomStats Failed 53% of the time in StressNewTest job for PR with no change to the test code. 3 of the failures were: {code:java} java.lang.AssertionError: expected:<2000> but was:<6000> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.geode.internal.statistics.StatisticsDistributedTest.testPubAndSubCustomStats(StatisticsDistributedTest.java:398) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) at sun.reflect.GeneratedMethodAccessor410.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) at sun.reflect.GeneratedMethodAccessor409.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) at org.gradle.internal.remote.i
[jira] [Created] (GEODE-5683) Remove unnecessarily gendered language from comments
Helena Bales created GEODE-5683: --- Summary: Remove unnecessarily gendered language from comments Key: GEODE-5683 URL: https://issues.apache.org/jira/browse/GEODE-5683 Project: Geode Issue Type: Task Reporter: Helena Bales -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (GEODE-5683) Remove unnecessarily gendered language from comments
[ https://issues.apache.org/jira/browse/GEODE-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated GEODE-5683: -- Labels: pull-request-available (was: ) > Remove unnecessarily gendered language from comments > > > Key: GEODE-5683 > URL: https://issues.apache.org/jira/browse/GEODE-5683 > Project: Geode > Issue Type: Task >Reporter: Helena Bales >Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (GEODE-5683) Remove unnecessarily gendered language from comments
[ https://issues.apache.org/jira/browse/GEODE-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helena Bales reassigned GEODE-5683: --- Assignee: Helena Bales > Remove unnecessarily gendered language from comments > > > Key: GEODE-5683 > URL: https://issues.apache.org/jira/browse/GEODE-5683 > Project: Geode > Issue Type: Task >Reporter: Helena Bales >Assignee: Helena Bales >Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5684) Add check for exception cause type to concurrency rule
Helena Bales created GEODE-5684: --- Summary: Add check for exception cause type to concurrency rule Key: GEODE-5684 URL: https://issues.apache.org/jira/browse/GEODE-5684 Project: Geode Issue Type: Improvement Reporter: Helena Bales -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (GEODE-5684) Add check for exception cause type to concurrency rule
[ https://issues.apache.org/jira/browse/GEODE-5684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helena Bales reassigned GEODE-5684: --- Assignee: Helena Bales > Add check for exception cause type to concurrency rule > -- > > Key: GEODE-5684 > URL: https://issues.apache.org/jira/browse/GEODE-5684 > Project: Geode > Issue Type: Improvement >Reporter: Helena Bales >Assignee: Helena Bales >Priority: Major > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (GEODE-5684) Add check for exception cause type to concurrency rule
[ https://issues.apache.org/jira/browse/GEODE-5684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated GEODE-5684: -- Labels: pull-request-available (was: ) > Add check for exception cause type to concurrency rule > -- > > Key: GEODE-5684 > URL: https://issues.apache.org/jira/browse/GEODE-5684 > Project: Geode > Issue Type: Improvement >Reporter: Helena Bales >Assignee: Helena Bales >Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5685) rename whitelist to acceptlist and blacklist to denylist
Helena Bales created GEODE-5685: --- Summary: rename whitelist to acceptlist and blacklist to denylist Key: GEODE-5685 URL: https://issues.apache.org/jira/browse/GEODE-5685 Project: Geode Issue Type: Improvement Reporter: Helena Bales -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (GEODE-5685) rename whitelist to acceptlist and blacklist to denylist
[ https://issues.apache.org/jira/browse/GEODE-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helena Bales reassigned GEODE-5685: --- Assignee: Helena Bales > rename whitelist to acceptlist and blacklist to denylist > > > Key: GEODE-5685 > URL: https://issues.apache.org/jira/browse/GEODE-5685 > Project: Geode > Issue Type: Improvement >Reporter: Helena Bales >Assignee: Helena Bales >Priority: Major > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (GEODE-5685) rename whitelist to acceptlist and blacklist to denylist
[ https://issues.apache.org/jira/browse/GEODE-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated GEODE-5685: -- Labels: pull-request-available (was: ) > rename whitelist to acceptlist and blacklist to denylist > > > Key: GEODE-5685 > URL: https://issues.apache.org/jira/browse/GEODE-5685 > Project: Geode > Issue Type: Improvement >Reporter: Helena Bales >Assignee: Helena Bales >Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (GEODE-5686) Remove LocalizedStrings
[ https://issues.apache.org/jira/browse/GEODE-5686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Schuchardt reassigned GEODE-5686: --- Assignee: Bruce Schuchardt > Remove LocalizedStrings > --- > > Key: GEODE-5686 > URL: https://issues.apache.org/jira/browse/GEODE-5686 > Project: Geode > Issue Type: Improvement > Components: logging >Reporter: Bruce Schuchardt >Assignee: Bruce Schuchardt >Priority: Major > > People have largely stopped using LocalizedStrings and we aren't using it to > localize Geode anyway. Let's get rid of it! -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5686) Remove LocalizedStrings
Bruce Schuchardt created GEODE-5686: --- Summary: Remove LocalizedStrings Key: GEODE-5686 URL: https://issues.apache.org/jira/browse/GEODE-5686 Project: Geode Issue Type: Improvement Components: logging Reporter: Bruce Schuchardt People have largely stopped using LocalizedStrings and we aren't using it to localize Geode anyway. Let's get rid of it! -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5687) Clean up pipeline deployment to better handle forks
Sean Goller created GEODE-5687: -- Summary: Clean up pipeline deployment to better handle forks Key: GEODE-5687 URL: https://issues.apache.org/jira/browse/GEODE-5687 Project: Geode Issue Type: Improvement Components: ci Reporter: Sean Goller The pipeline has a lot of extra stuff in it when deployed against a non-apache fork. If we are deploying a pipeline that does not track the apache geode repository, remove unnecessary jobs. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5688) Improve behavior surrounding generated sources and the IDE
Robert Houghton created GEODE-5688: -- Summary: Improve behavior surrounding generated sources and the IDE Key: GEODE-5688 URL: https://issues.apache.org/jira/browse/GEODE-5688 Project: Geode Issue Type: Improvement Components: build Reporter: Robert Houghton Fix For: 1.8.0 A fresh checkout of Geode cannot be build from the IDE without first generating the protobuf and ANTLR sources from command-line. Please: * Fix the gradle files to allow from-scratch building in the IDE * Make a short-hand task to generate these sources (but not waste time on others) so that the IDE is functional -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (GEODE-5688) Improve behavior surrounding generated sources and the IDE
[ https://issues.apache.org/jira/browse/GEODE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated GEODE-5688: -- Labels: pull-request-available (was: ) > Improve behavior surrounding generated sources and the IDE > -- > > Key: GEODE-5688 > URL: https://issues.apache.org/jira/browse/GEODE-5688 > Project: Geode > Issue Type: Improvement > Components: build >Reporter: Robert Houghton >Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > > A fresh checkout of Geode cannot be build from the IDE without first > generating the protobuf and ANTLR sources from command-line. Please: > * Fix the gradle files to allow from-scratch building in the IDE > * Make a short-hand task to generate these sources (but not waste time on > others) so that the IDE is functional -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (GEODE-5687) Clean up pipeline deployment to better handle forks
[ https://issues.apache.org/jira/browse/GEODE-5687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated GEODE-5687: -- Labels: pull-request-available (was: ) > Clean up pipeline deployment to better handle forks > --- > > Key: GEODE-5687 > URL: https://issues.apache.org/jira/browse/GEODE-5687 > Project: Geode > Issue Type: Improvement > Components: ci >Reporter: Sean Goller >Priority: Major > Labels: pull-request-available > > The pipeline has a lot of extra stuff in it when deployed against a > non-apache fork. If we are deploying a pipeline that does not track the > apache geode repository, remove unnecessary jobs. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (GEODE-5689) AnalyzeSerializablesJUnitTest > testSerializables fails in IntelliJ
Helena Bales created GEODE-5689: --- Summary: AnalyzeSerializablesJUnitTest > testSerializables fails in IntelliJ Key: GEODE-5689 URL: https://issues.apache.org/jira/browse/GEODE-5689 Project: Geode Issue Type: Bug Reporter: Helena Bales AnalyzeSerializablesJUnitTest > testSerializables fails when run through IntelliJ. It seems like some classes are found through IntelliJ that are missed through gradle. {code:java} java.lang.AssertionError: New or moved classes org/apache/geode/internal/ra/GFConnectionFactoryImpl,false,cm:javax/resource/spi/ConnectionManager,mcf:javax/resource/spi/ManagedConnectionFactory,ref:javax/naming/Reference org/apache/geode/internal/ra/GFConnectionImpl,false,mc:org/apache/geode/internal/ra/spi/JCAManagedConnection,ref:javax/naming/Reference org/apache/geode/internal/ra/spi/JCAManagedConnectionFactory,false,logger:java/io/PrintWriter,productName:java/lang/String,user:java/lang/String,version:java/lang/String If the class is not persisted or sent over the wire add it to the file /Users/hbales/workspace/geode/geode-core/out/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt Otherwise if this doesn't break backward compatibility, copy the file /Users/hbales/workspace/geode/geode-core/actualSerializables.dat to /Users/hbales/workspace/geode/geode-core/out/production/resources/org/apache/geode/internal/sanctioned-geode-core-serializables.txt. at org.apache.geode.codeAnalysis.AnalyzeSerializablesJUnitTestBase.testSerializables(AnalyzeSerializablesJUnitTestBase.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5204) Add 'get/set cluster-config' gfsh command
[ https://issues.apache.org/jira/browse/GEODE-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603694#comment-16603694 ] ASF subversion and git services commented on GEODE-5204: Commit acd3f3def41c48dd58305872578f73322d3d3e99 in geode's branch refs/heads/feature/GEODE-5338 from Karen Miller [ https://gitbox.apache.org/repos/asf?p=geode.git;h=acd3f3d ] GEODE-5204 Document new options for gfsh import and export (#2413) * GEODE-5204 Document new options for gfsh import and export - new options are --action, --group, and --xml-file * Update export.html.md.erb * GEODE-5204 Document new gfsh import/export options - add that APPLY is the default action > Add 'get/set cluster-config' gfsh command > - > > Key: GEODE-5204 > URL: https://issues.apache.org/jira/browse/GEODE-5204 > Project: Geode > Issue Type: Improvement > Components: docs, gfsh >Reporter: Jens Deppe >Assignee: Karen Smoler Miller >Priority: Major > Labels: pull-request-available > Fix For: 1.7.0 > > Time Spent: 2h 40m > Remaining Estimate: 0h > > Add a new gfsh command to update an existing cluster config xml. > The command should only update the cluster configuration and not affect the > config of running servers (this will be added later). > The set command should take options {{\-\-group}}, {{\-\-xml}} and > {{\-\-properties}}. The default group should be {{"cluster"}}. > The command should only need to be run on a single locator and have changes > propagated to all other locators. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-3200) ServerConnection.authzRequest is no longer used
[ https://issues.apache.org/jira/browse/GEODE-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603688#comment-16603688 ] ASF subversion and git services commented on GEODE-3200: Commit fad877e3d77cd34d3607e9d482260fd7ecff5f37 in geode's branch refs/heads/feature/GEODE-5338 from M. Oleske [ https://gitbox.apache.org/repos/asf?p=geode.git;h=fad877e ] GEODE-3200 Remove unused authzrequest (#2311) > ServerConnection.authzRequest is no longer used > --- > > Key: GEODE-3200 > URL: https://issues.apache.org/jira/browse/GEODE-3200 > Project: Geode > Issue Type: Improvement > Components: client/server, security >Reporter: Galen O'Sullivan >Assignee: Michael Oleske >Priority: Major > Labels: pull-request-available, starter++ > Time Spent: 1h 20m > Remaining Estimate: 0h > > ServerConnection has a private member called authzRequest that is no longer > used. > ServerConnection.getAuthzRequest() is used in a few places, but may not be > relevant anymore. > authzRequest should be removed or used to cache the value if it can be > cached, and we should probably have a look at getAuthzRequest to make sure > it's still used. > This class is expected to undergo significant refactoring due to GEODE-3074, > you might want to have a chat with whoever is working on that to avoid merge > conflicts. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5204) Add 'get/set cluster-config' gfsh command
[ https://issues.apache.org/jira/browse/GEODE-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603693#comment-16603693 ] ASF subversion and git services commented on GEODE-5204: Commit acd3f3def41c48dd58305872578f73322d3d3e99 in geode's branch refs/heads/feature/GEODE-5338 from Karen Miller [ https://gitbox.apache.org/repos/asf?p=geode.git;h=acd3f3d ] GEODE-5204 Document new options for gfsh import and export (#2413) * GEODE-5204 Document new options for gfsh import and export - new options are --action, --group, and --xml-file * Update export.html.md.erb * GEODE-5204 Document new gfsh import/export options - add that APPLY is the default action > Add 'get/set cluster-config' gfsh command > - > > Key: GEODE-5204 > URL: https://issues.apache.org/jira/browse/GEODE-5204 > Project: Geode > Issue Type: Improvement > Components: docs, gfsh >Reporter: Jens Deppe >Assignee: Karen Smoler Miller >Priority: Major > Labels: pull-request-available > Fix For: 1.7.0 > > Time Spent: 2h 40m > Remaining Estimate: 0h > > Add a new gfsh command to update an existing cluster config xml. > The command should only update the cluster configuration and not affect the > config of running servers (this will be added later). > The set command should take options {{\-\-group}}, {{\-\-xml}} and > {{\-\-properties}}. The default group should be {{"cluster"}}. > The command should only need to be run on a single locator and have changes > propagated to all other locators. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5591) GatewayReceiverImpl.start() retry logic is dependent on JDK's underlying C runtime
[ https://issues.apache.org/jira/browse/GEODE-5591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603689#comment-16603689 ] ASF subversion and git services commented on GEODE-5591: Commit b6eb8faa855fdb44c3b30bad2ad47b3d3371413b in geode's branch refs/heads/feature/GEODE-5338 from [~smgoller] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=b6eb8fa ] [GEODE-5591] If there is a BindException we should always throw. (#2351) * Replace start() logic with something more deterministic and fix test. * Iterate over possible ports instead of picking random ones. * Check for an exception of the appropriate type and replace old assertion logic. * Refactor testing an exception was thrown * Fix expected message to match exception. Co-Authored-By: Patrick Rhomberg Co-Authored-By: Sean Goller > GatewayReceiverImpl.start() retry logic is dependent on JDK's underlying C > runtime > -- > > Key: GEODE-5591 > URL: https://issues.apache.org/jira/browse/GEODE-5591 > Project: Geode > Issue Type: Bug > Components: wan >Reporter: Sean Goller >Priority: Major > Labels: pull-request-available > Time Spent: 1h 40m > Remaining Estimate: 0h > > {{org/apache/geode/internal/cache/wan/GatewayReceiverImpl.java:66}} denotes a > string comparison that relies on the specific C runtime that the JDK is run > on top of. This code will misbehave on Alpine Linux (A popular linux > distribution for containers) because it is based on the musl libc, not the > GNU libc. The intent of the code is to throw an exception if the receiver > cannot bind to the requested address. This will not occur if the JDK is > compiled against musl libc. As an aside, the entire retry logic seems > suspicious as it only retries in situations that are static and should not > change, so the reason for the code should be re-evaluated and made more > robust and not dependent on native os information. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5481) SUPERFLAKY test ClientAuthenticationDUnitTest > testCredentialsForNotifications
[ https://issues.apache.org/jira/browse/GEODE-5481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603691#comment-16603691 ] ASF subversion and git services commented on GEODE-5481: Commit b9fdce814fb02d46b876a44d6a321ed3d6599a16 in geode's branch refs/heads/feature/GEODE-5338 from Dan Smith [ https://gitbox.apache.org/repos/asf?p=geode.git;h=b9fdce8 ] GEODE-5481: Extended wait duration in security tests CLientAUthorizationDUnitTest was only waiting 7 seconds for an event to occur. Switching to Awaitility and waiting for 5 minutes. Co-authored-by: Dale Emery > SUPERFLAKY test ClientAuthenticationDUnitTest > > testCredentialsForNotifications > --- > > Key: GEODE-5481 > URL: https://issues.apache.org/jira/browse/GEODE-5481 > Project: Geode > Issue Type: Bug > Components: tests >Affects Versions: 1.8.0 >Reporter: Jacob S. Barrett >Assignee: Dan Smith >Priority: Major > Labels: flaky, pull-request-available, swat > Time Spent: 0.5h > Remaining Estimate: 0h > > org.apache.geode.security.ClientAuthenticationDUnitTest > > testCredentialsForNotifications[1] FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.security.ClientAuthenticationTestCase$$Lambda$76/541487140.run > in VM 3 running on Host a41992eb774d with 4 VMs with version 100 > at org.apache.geode.test.dunit.VM.invoke(VM.java:443) > at org.apache.geode.test.dunit.VM.invoke(VM.java:412) > at org.apache.geode.test.dunit.VM.invoke(VM.java:355) > at > org.apache.geode.security.ClientAuthenticationTestCase.doTestCredentialsForNotifications(ClientAuthenticationTestCase.java:647) > at > org.apache.geode.security.ClientAuthenticationDUnitTest.testCredentialsForNotifications(ClientAuthenticationDUnitTest.java:99) > Caused by: > java.lang.AssertionError: Event never occurred after 7000 ms: null > See failed: > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/152#L5b59cf6d:8141 > See passed: > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/151#L5b4cf768:9211 -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5204) Add 'get/set cluster-config' gfsh command
[ https://issues.apache.org/jira/browse/GEODE-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603692#comment-16603692 ] ASF subversion and git services commented on GEODE-5204: Commit acd3f3def41c48dd58305872578f73322d3d3e99 in geode's branch refs/heads/feature/GEODE-5338 from Karen Miller [ https://gitbox.apache.org/repos/asf?p=geode.git;h=acd3f3d ] GEODE-5204 Document new options for gfsh import and export (#2413) * GEODE-5204 Document new options for gfsh import and export - new options are --action, --group, and --xml-file * Update export.html.md.erb * GEODE-5204 Document new gfsh import/export options - add that APPLY is the default action > Add 'get/set cluster-config' gfsh command > - > > Key: GEODE-5204 > URL: https://issues.apache.org/jira/browse/GEODE-5204 > Project: Geode > Issue Type: Improvement > Components: docs, gfsh >Reporter: Jens Deppe >Assignee: Karen Smoler Miller >Priority: Major > Labels: pull-request-available > Fix For: 1.7.0 > > Time Spent: 2h 40m > Remaining Estimate: 0h > > Add a new gfsh command to update an existing cluster config xml. > The command should only update the cluster configuration and not affect the > config of running servers (this will be added later). > The set command should take options {{\-\-group}}, {{\-\-xml}} and > {{\-\-properties}}. The default group should be {{"cluster"}}. > The command should only need to be run on a single locator and have changes > propagated to all other locators. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5622) SUPERFLAKY: AlterRuntimeCommandDUnitTest is flaky due to port conflicts
[ https://issues.apache.org/jira/browse/GEODE-5622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603690#comment-16603690 ] ASF subversion and git services commented on GEODE-5622: Commit dcac15dcb3450983a619e5e7dd52711332812e84 in geode's branch refs/heads/feature/GEODE-5338 from Dan Smith [ https://gitbox.apache.org/repos/asf?p=geode.git;h=dcac15d ] GEODE-5622: Add unique port supplier that remembers supplied ports (#2410) Adding a utility to hand out unique ports that don't conflict with each other, and using that in the MemberStarterRule. This should fix port conflicts in AlterRuntimeCommandDUnitTest and others. Co-authored-by: Dale Emery > SUPERFLAKY: AlterRuntimeCommandDUnitTest is flaky due to port conflicts > --- > > Key: GEODE-5622 > URL: https://issues.apache.org/jira/browse/GEODE-5622 > Project: Geode > Issue Type: Bug > Components: tests >Reporter: Dan Smith >Assignee: Dan Smith >Priority: Major > Labels: pull-request-available, swat > Time Spent: 50m > Remaining Estimate: 0h > > All of the methods of this test are failing in CI with port conflicts: > {noformat} > org.apache.geode.management.internal.cli.commands.AlterRuntimeCommandDUnitTest: > 5 failures (98.333% success rate) > | .alterLogFileSizeLimitNegative_errorCanNotSet(true): 2 failures (99.333% > success rate) > | | Failed build 215 at > https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds/215 > | | Failed build 79 at > https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds/79 > | .testAlterUpdatesSharedConfig(false): 1 failures (99.667% success rate) > | | Failed build 232 at > https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds/232 > | .alterMemberWithoutOptions_needsRelevantParameter(true): 1 failures > (99.667% success rate) > | | Failed build 110 at > https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds/110 > | .alterArchiveFileSizeLimitWithGroup_updatesSelectedServerConfigs(false): > 1 failures (99.667% success rate) > | | Failed build 124 at > https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds/124 > {noformat} > {noformat} > org.apache.geode.management.internal.cli.commands.AlterRuntimeCommandDUnitTest > > alterLogFileSizeLimitNegative_errorCanNotSet(true) [0] 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 43[error 2018/08/17 09:26:45.259 UTC Connection(1)-172.17.0.14> tid=32] Jmx manager could not be started because > java.rmi.server.ExportException: Port already in use: 20961; nested exception > is: java.net.BindException: Failed to create server socket on > null[20,961]org.apache.geode.management.ManagementException: > java.rmi.server.ExportException: Port already in use: 20961; nested exception > is: java.net.BindException: Failed to create server socket on > null[20,961] > at > org.apache.geode.management.internal.ManagementAgent.startAgent(ManagementAgent.java:161) > at > org.apache.geode.management.internal.SystemManagementService.startManager(SystemManagementService.java:435) > at > org.apache.geode.management.internal.beans.ManagementAdapter.handleCacheCreation(ManagementAdapter.java:173) > at > org.apache.geode.management.internal.beans.ManagementListener.handleEvent(ManagementListener.java:118) > at > org.apache.geode.distributed.internal.InternalDistributedSystem.notifyResourceEventListeners(InternalDistributedSystem.java:2201) > at > org.apache.geode.distributed.internal.InternalDistributedSystem.handleResourceEvent(InternalDistributedSystem.java:591) > at > org.apache.geode.internal.cache.GemFireCacheImpl.initialize(GemFireCacheImpl.java:1218) > at > org.apache.geode.internal.cache.GemFireCacheImpl.basicCreate(GemFireCacheImpl.java:793) > at > org.apache.geode.internal.cache.GemFireCacheImpl.create(GemFireCacheImpl.java:779) > at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:177) > at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:224) > at > org.apache.geode.distributed.internal.InternalLocator.startCache(InternalLocator.java:662) > at > org.apache.geode.distributed.internal.InternalLocator.star
[jira] [Commented] (GEODE-5338) Geode client to support Trust and Keystore rotation
[ https://issues.apache.org/jira/browse/GEODE-5338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603696#comment-16603696 ] ASF subversion and git services commented on GEODE-5338: Commit 990adc78e47f51b331169f45b785bc1eee3cafc6 in geode's branch refs/heads/feature/GEODE-5338 from Sai Boorlagadda [ https://gitbox.apache.org/repos/asf?p=geode.git;h=990adc7 ] Merge branch 'develop' into feature/GEODE-5338 > Geode client to support Trust and Keystore rotation > --- > > Key: GEODE-5338 > URL: https://issues.apache.org/jira/browse/GEODE-5338 > Project: Geode > Issue Type: Improvement > Components: docs, security >Reporter: Pulkit Chandra >Assignee: Sai Boorlagadda >Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > Time Spent: 2h 40m > Remaining Estimate: 0h > > WHY: Cloud Foundry provides ability to rotate certs pretty frequently. By > default the certs are rotated every day and change be changed to rotate every > hour. Which creates a issue with Java applications. This rotation is > essential to provide a strong security stance on client applications. > WHAT: Today Geode client applications, when establishing a TLS connection to > the servers requires a path to the certificate, since these files would be > changing we need a mechanism in Geode which will watch for these changes and > use the new certs without causing service disruption. > > Solution options: > Some options to consider > # Cloud Foundry has a lib which watches for changes to these certs (which > are in pem format)and converts them and creates inmemory objects of > TrustStore and KeyStore. If we have a mechanism in Geode to pass these > objects instead of path to them, we might have a solution. Also, these > objects gets updates after rotation so the geode code needs to consider that > as well. > # Geode can develop its own capability to watch for change on the files and > convert them to right format using OpenSSL and create files and pass them in. > Update these file everytime someone updates the certs > # Geode starts accepting pem files and watches them directly for changes. > > Key Outcomes to watch for: > 1. Provide ability to rotate cert easily without downtime. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5649) getAll() does not trigger client metadata refresh when primary bucket not known
[ https://issues.apache.org/jira/browse/GEODE-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603695#comment-16603695 ] ASF subversion and git services commented on GEODE-5649: Commit 72d393e649ecf0dfa73993187843bc135a47c516 in geode's branch refs/heads/feature/GEODE-5338 from [~bschuchardt] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=72d393e ] GEODE-5649 getAll() does not trigger client metadata refresh when primary bucket not known If the primary for a bucket was not known when creating one-hop tasks we were not scheduling a metadata refresh. These changes initiate a refresh but allow the current operation to continue as a non-single-hop operation. This closes #2402 > getAll() does not trigger client metadata refresh when primary bucket not > known > --- > > Key: GEODE-5649 > URL: https://issues.apache.org/jira/browse/GEODE-5649 > Project: Geode > Issue Type: Bug > Components: client/server >Reporter: Bruce Schuchardt >Assignee: Bruce Schuchardt >Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > Time Spent: 1h 10m > Remaining Estimate: 0h > > We observed in a test system that getAll() would suddenly become slow in one > client cache while remaining fast in others. Adding some debug logging > showed that the client stopped doing single-hop operations and never > recovered the ability to do them again. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (GEODE-5682) CI Failure: org.apache.geode.internal.statistics.StatisticsDistributedTest > testPubAndSubCustomStats
[ https://issues.apache.org/jira/browse/GEODE-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helena Bales reassigned GEODE-5682: --- Assignee: Helena Bales > CI Failure: org.apache.geode.internal.statistics.StatisticsDistributedTest > > testPubAndSubCustomStats > - > > Key: GEODE-5682 > URL: https://issues.apache.org/jira/browse/GEODE-5682 > Project: Geode > Issue Type: Bug >Reporter: Helena Bales >Assignee: Helena Bales >Priority: Major > Labels: swat > > org.apache.geode.internal.statistics.StatisticsDistributedTest > > testPubAndSubCustomStats > Failed 53% of the time in StressNewTest job for PR with no change to the test > code. > 3 of the failures were: > {code:java} > java.lang.AssertionError: expected:<2000> but was:<6000> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:631) > at > org.apache.geode.internal.statistics.StatisticsDistributedTest.testPubAndSubCustomStats(StatisticsDistributedTest.java:398) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) > at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.GeneratedMethodAccessor410.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at sun.reflect.GeneratedMethodAccessor409.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke
[jira] [Commented] (GEODE-4052) Expand GfshExitCodeStatusCommandTest into multiple classes for more meaningful failure reporting
[ https://issues.apache.org/jira/browse/GEODE-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603701#comment-16603701 ] Mark Hanson commented on GEODE-4052: Additional issus seen in build https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/331 and https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/334 > Expand GfshExitCodeStatusCommandTest into multiple classes for more > meaningful failure reporting > > > Key: GEODE-4052 > URL: https://issues.apache.org/jira/browse/GEODE-4052 > Project: Geode > Issue Type: Test > Components: gfsh, tests >Reporter: Patrick Rhomberg >Assignee: Patrick Rhomberg >Priority: Major > > Occasionally, the majority of this class's tests will fail due to being > unable to start the cluster. Such a failure is beyond the scope of the test > and should be reported quickly. > This class should be divided into two classes, one containing those tests > that require the cluster's server to be running and one that does not. The > cluster start-up in both cases should be delegated to a {{@BeforeClass}} > method so that failure occurs as the class level and is quickly recognizable. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (GEODE-5212) Many distributedTest and integrationTest failures on windows
[ https://issues.apache.org/jira/browse/GEODE-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603713#comment-16603713 ] ASF subversion and git services commented on GEODE-5212: Commit 92eb597e252c9116d7486c46a2cf90dc5239c6a3 in geode's branch refs/heads/develop from [~sai.boorlaga...@gmail.com] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=92eb597 ] GEODE-5212: new windows group on develop pipeline. (#2409) Until builds are stable on Windows lets hide the jobs on the main pipeline and move them to a new group 'windows' > Many distributedTest and integrationTest failures on windows > > > Key: GEODE-5212 > URL: https://issues.apache.org/jira/browse/GEODE-5212 > Project: Geode > Issue Type: Task > Components: general, gfsh >Reporter: Patrick Rhomberg >Priority: Major > Labels: pull-request-available, windows > Time Spent: 6h 50m > Remaining Estimate: 0h > > Windows regressions currently fail spectacularly. The primary culprits > appear to be based around filesystem I/O and passing the current working > directory to members started by our testing framework. > > The scope of this ticket will be defined by "refactors" as children tickets. -- This message was sent by Atlassian JIRA (v7.6.3#76005)