[
https://issues.apache.org/jira/browse/GEODE-6070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695253#comment-16695253
]
Patrick Rhomberg commented on GEODE-6070:
-----------------------------------------
While separate test classes should be properly containerized, it is worth
noting that the following tests were running at the time the suspect string is
timestamped:
{noformat}
org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest
connectWithClusterAndJmxSSL
org.apache.geode.management.internal.cli.commands.ExportLogsOverHttpDistributedTest
testExportWithNoFilters
org.apache.geode.management.internal.cli.commands.AlterRuntimeCommandDUnitTest
alterStatisticSampleRateRangeIsEnforced(true) [0]
org.apache.geode.management.internal.cli.commands.RegionMembershipMBeanOverHttpDUnitTest
testAddRmNewMemberWithReplicatedRegionsAndSubregions
org.apache.geode.management.internal.cli.commands.QueryCommandOverHttpDUnitTest
testQueryEvictedDataDeserializable
org.apache.geode.management.internal.security.LogNoPasswordDistributedTest
testPasswordInLogs
org.apache.geode.management.internal.cli.commands.ConnectCommandWithSSLTest
connectWithClusterAndJmxSSL
org.apache.geode.management.internal.cli.commands.ShutdownCommandOverHttpDUnitTest
testShutdownServers
{noformat}
Tighter checking for suspect strings has been opened in GEODE-6079. Hopefully
that will narrow down where the actual flakiness is.
> CI Failure: ShutdownCommandOverHttpDUnitTest > testShutdownAll
> --------------------------------------------------------------
>
> Key: GEODE-6070
> URL: https://issues.apache.org/jira/browse/GEODE-6070
> Project: Geode
> Issue Type: Bug
> Reporter: Helena Bales
> Assignee: Patrick Rhomberg
> Priority: Major
>
> Failed with stacktrace:
> {noformat}
> org.apache.geode.management.internal.cli.commands.ShutdownCommandOverHttpDUnitTest
> > testShutdownAll 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 302
> org.apache.geode.distributed.DistributedSystemDisconnectedException:
> Distribution manager on 172.17.0.3(server-1:496)<v1>:41002 started at Thu Nov
> 15 19:47:58 UTC 2018: Message distribution has terminated
> {noformat}
> Test results can be found here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.158/test-results/distributedTest/1542315851/classes/org.apache.geode.management.internal.cli.commands.ShutdownCommandOverHttpDUnitTest.html#testShutdownAll
>
> Test Artifacts can be found here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.158/test-artifacts/1542315851/distributedtestfiles-OpenJDK8-1.9.0-build.158.tgz
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)