Donal Evans created GEODE-9995:
----------------------------------
Summary: GeodeRedisServerStartupUsingGfshAcceptanceTest is flaky
Key: GEODE-9995
URL: https://issues.apache.org/jira/browse/GEODE-9995
Project: Geode
Issue Type: Bug
Components: redis
Affects Versions: 1.16.0
Reporter: Donal Evans
Seen in a PR pre-checkin run of acceptance tests:
{code:java}
GeodeRedisServerStartupUsingGfshAcceptanceTest >
gfshStartsRedisServer_whenRedisEnabled FAILED
11:17:56 org.opentest4j.AssertionFailedError: [Exit value from process
started by [9f25fbcaa567203a: gfsh -e start server
--J=-Dgemfire.geode-for-redis-enabled=true]]
11:17:56 expected: 0
11:17:56 but was: 1
11:17:56 at
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11:17:56 at
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11:17:56 at
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11:17:56 at
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:103)
11:17:56 at
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:143)
11:17:56 at
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:152)
11:17:56 at
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:118)
11:17:56 at
org.apache.geode.redis.internal.commands.executor.GeodeRedisServerStartupUsingGfshAcceptanceTest.gfshStartsRedisServer_whenRedisEnabled(GeodeRedisServerStartupUsingGfshAcceptanceTest.java:113)
11:17:59
11:17:59GeodeRedisServerStartupUsingGfshAcceptanceTest >
gfshStartsRedisServer_whenCustomPort FAILED
11:17:59 org.opentest4j.AssertionFailedError: [Exit value from process
started by [3159039b25fb45f2: gfsh -e start server
--J=-Dgemfire.geode-for-redis-enabled=true
--J=-Dgemfire.geode-for-redis-port=20001]]
11:17:59 expected: 0
11:17:59 but was: 1
11:17:59 at
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11:17:59 at
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11:17:59 at
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11:17:59 at
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:103)
11:17:59 at
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:143)
11:17:59 at
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:152)
11:17:59 at
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:118)
11:17:59 at
org.apache.geode.redis.internal.commands.executor.GeodeRedisServerStartupUsingGfshAcceptanceTest.gfshStartsRedisServer_whenCustomPort(GeodeRedisServerStartupUsingGfshAcceptanceTest.java:127)
{code}
{code:java}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11:26:56http://files.apachegeode-ci.info/builds/apache-develop-pr/geode-pr-7315/test-results/acceptanceTest/1643311601/
11:26:56=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11:26:56
11:26:56Test report artifacts from this job are available at:
11:26:56
11:26:56http://files.apachegeode-ci.info/builds/apache-develop-pr/geode-pr-7315/test-artifacts/1643311601/acceptancetestfiles-geode-pr-7315.tgz
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)