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

Anilkumar Gingade edited comment on GEODE-7017 at 4/9/20, 10:34 PM:
--------------------------------------------------------------------

Appeared in CI run AcceptanceTestOpenJDK11 #37

{noformat}
org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest > 
startupReportsOnlineOnlyAfterRedundancyRestored FAILED
    org.junit.ComparisonFailure: [Exit value from process started by 
[aa8c65a6d5d24e27: gfsh -e connect --locator=localhost[20959] -e start server 
--name=server1 --dir=/tmp/junit2201834701304410433/server1secondfolder 
--locators=localhost[20959]]] expected:<[0]> but was:<[1]>
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
        at 
org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest.startupReportsOnlineOnlyAfterRedundancyRestored(ServerStartupValueRecoveryNotificationTest.java:146)

    org.junit.ComparisonFailure: [Exit value from process started by 
[1b1fb99e92f45216: gfsh -e stop server 
--dir=/tmp/junit2201834701304410433/server1secondfolder -e stop locator 
--dir=/tmp/junit2201834701304410433/locator]] expected:<[0]> but was:<[1]>
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
        at 
org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest.stopAllMembers(ServerStartupValueRecoveryNotificationTest.java:132)

org.apache.geode.launchers.ServerStartupRedundancyRecoveryNotificationTest > 
startupReportsOnlineOnlyAfterRedundancyRestored FAILED
    org.junit.ComparisonFailure: [Exit value from process started by 
[d1e30146b61fe924: gfsh -e start locator --name=locator 
--dir=/tmp/junit13171347057076094348/locator --port=21375 
--locators=localhost[21375] -e start server --name=server1 
--dir=/tmp/junit13171347057076094348/server1 --locators=localhost[21375] 
--disable-default-server -e start server --name=server2 
--dir=/tmp/junit13171347057076094348/server2 --locators=localhost[21375] 
--disable-default-server -e create region --name=myRegion 
--type=PARTITION_REDUNDANT --redundant-copies=1 -e create region 
--name=mySecondRegion --type=PARTITION_REDUNDANT --redundant-copies=1 -e put 
--region=myRegion --key=James --value=Bond -e put --region=mySecondRegion 
--key=Derrick --value=Flint]] expected:<[0]> but was:<[1]>
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
        at 
org.apache.geode.launchers.ServerStartupRedundancyRecoveryNotificationTest.redundantRegionThatRequiresRedundancyRecovery(ServerStartupRedundancyRecoveryNotificationTest.java:116)
{noformat}

One thing to notice here is error message has "Exit value from process started 
by" not sure if its due any resource issue.


was (Author: agingade):
Appeared in CI run AcceptanceTestOpenJDK11 #37

{noformat}
org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest > 
startupReportsOnlineOnlyAfterRedundancyRestored FAILED
    org.junit.ComparisonFailure: [Exit value from process started by 
[aa8c65a6d5d24e27: gfsh -e connect --locator=localhost[20959] -e start server 
--name=server1 --dir=/tmp/junit2201834701304410433/server1secondfolder 
--locators=localhost[20959]]] expected:<[0]> but was:<[1]>
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
        at 
org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest.startupReportsOnlineOnlyAfterRedundancyRestored(ServerStartupValueRecoveryNotificationTest.java:146)

    org.junit.ComparisonFailure: [Exit value from process started by 
[1b1fb99e92f45216: gfsh -e stop server 
--dir=/tmp/junit2201834701304410433/server1secondfolder -e stop locator 
--dir=/tmp/junit2201834701304410433/locator]] expected:<[0]> but was:<[1]>
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
        at 
org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest.stopAllMembers(ServerStartupValueRecoveryNotificationTest.java:132)

org.apache.geode.launchers.ServerStartupRedundancyRecoveryNotificationTest > 
startupReportsOnlineOnlyAfterRedundancyRestored FAILED
    org.junit.ComparisonFailure: [Exit value from process started by 
[d1e30146b61fe924: gfsh -e start locator --name=locator 
--dir=/tmp/junit13171347057076094348/locator --port=21375 
--locators=localhost[21375] -e start server --name=server1 
--dir=/tmp/junit13171347057076094348/server1 --locators=localhost[21375] 
--disable-default-server -e start server --name=server2 
--dir=/tmp/junit13171347057076094348/server2 --locators=localhost[21375] 
--disable-default-server -e create region --name=myRegion 
--type=PARTITION_REDUNDANT --redundant-copies=1 -e create region 
--name=mySecondRegion --type=PARTITION_REDUNDANT --redundant-copies=1 -e put 
--region=myRegion --key=James --value=Bond -e put --region=mySecondRegion 
--key=Derrick --value=Flint]] expected:<[0]> but was:<[1]>
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
        at 
org.apache.geode.launchers.ServerStartupRedundancyRecoveryNotificationTest.redundantRegionThatRequiresRedundancyRecovery(ServerStartupRedundancyRecoveryNotificationTest.java:116)
{noformat}

> CI failure: 
> org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest > 
> startupReportsOnlineOnlyAfterRedundancyRestored
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7017
>                 URL: https://issues.apache.org/jira/browse/GEODE-7017
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>    Affects Versions: 1.10.0
>            Reporter: Anilkumar Gingade
>            Assignee: Mark Hanson
>            Priority: Major
>
> {noformat}
> org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest > 
> startupReportsOnlineOnlyAfterRedundancyRestored FAILED
>     org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
>         at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at 
> org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:125)
>         at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:125)
>         at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:112)
>         at 
> org.apache.geode.launchers.ServerStartupValueRecoveryNotificationTest.persistentRegionThatRequiresValueRecovery(ServerStartupValueRecoveryNotificationTest.java:120)
> {noformat}
> https://concourse.gemfire-ci.info/teams/main/pipelines/gemfire-develop-main/jobs/AcceptanceTestOpenJDK8/builds/797
> Test report artifacts from this job are available at:
> gs://gemfire-test-artifacts/builds/gemfire-develop-main/9.9.0-build.0258/test-artifacts/1564078711/acceptancetestfiles-OpenJDK8-9.9.0-build.0258.tgz



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to