JinwooHwang commented on PR #7930: URL: https://github.com/apache/geode/pull/7930#issuecomment-3316011245
I’ve been working through errors from acceptance test, integration test and assembly distributed test core for the past few days and haven’t yet found a clear path forward. If anyone has experience with this or ideas on how to approach it, I’d truly appreciate your input. Sometimes a fresh set of eyes makes all the difference. Here's one of them: 2025-09-21T12:23:01.0015939Z SeveralGatewayReceiversWithSamePortAndHostnameForSendersTest > testPingsToReceiversWithSamePortAndHostnameForSendersReachTheRightReceivers FAILED 2025-09-21T12:23:01.0021611Z java.lang.AssertionError: Suspicious strings were written to the log during this run. 2025-09-21T12:23:01.0026030Z Fix the strings or use IgnoredException.addIgnoredException to ignore. 2025-09-21T12:23:01.0031763Z ----------------------------------------------------------------------- 2025-09-21T12:23:01.0034032Z Found suspect string in 'dunit_suspect-vm1.log' at line 506 2025-09-21T12:23:01.0035952Z 2025-09-21T12:23:01.0038078Z [fatal 2025/09/21 12:17:59.214 UTC <Event Processor for GatewaySender_ln_0> tid=65] GatewaySender ln could not get remote locator information for remote site 2. 2025-09-21T12:23:01.0040563Z 2025-09-21T12:23:01.0042179Z ----------------------------------------------------------------------- 2025-09-21T12:23:01.0044318Z Found suspect string in 'dunit_suspect-vm1.log' at line 759 2025-09-21T12:23:01.0046230Z 2025-09-21T12:23:01.0048607Z [fatal 2025/09/21 12:18:00.779 UTC <Event Processor for GatewaySender_ln_0> tid=65] GatewaySender ln could not get remote locator information for remote site 2. 2025-09-21T12:23:01.0068580Z 2025-09-21T12:23:01.0071716Z ----------------------------------------------------------------------- 2025-09-21T12:23:01.0075732Z Found suspect string in 'dunit_suspect-vm1.log' at line 1298 2025-09-21T12:23:01.0076460Z 2025-09-21T12:23:01.0077443Z [fatal 2025/09/21 12:18:06.254 UTC <Event Processor for GatewaySender_ln_0> tid=65] GatewaySender ln could not get remote locator information for remote site 2. 2025-09-21T12:23:01.0079798Z 2025-09-21T12:23:01.0080044Z ----------------------------------------------------------------------- 2025-09-21T12:23:01.0080680Z Found suspect string in 'dunit_suspect-vm1.log' at line 6672 2025-09-21T12:23:01.0081084Z 2025-09-21T12:23:01.0081811Z [fatal 2025/09/21 12:19:00.857 UTC <Event Processor for GatewaySender_ln_2> tid=69] GatewaySender ln could not get remote locator information for remote site 2. 2025-09-21T12:23:01.0082722Z 2025-09-21T12:23:01.0082729Z 2025-09-21T12:23:01.0082735Z 2025-09-21T12:23:01.0082915Z Hit occurrence limit of 5 for this string. 2025-09-21T12:23:01.0083519Z Further reporting of this type of error will be suppressed. 2025-09-21T12:23:01.0084414Z at org.junit.Assert.fail(Assert.java:89) 2025-09-21T12:23:01.0085353Z at org.apache.geode.test.dunit.internal.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:422) 2025-09-21T12:23:01.0086622Z at org.apache.geode.test.dunit.internal.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:438) 2025-09-21T12:23:01.0087765Z at org.apache.geode.test.dunit.rules.DistributedRule$TearDown.doTearDown(DistributedRule.java:230) 2025-09-21T12:23:01.0089042Z at org.apache.geode.test.dunit.rules.DistributedRule.after(DistributedRule.java:151) 2025-09-21T12:23:01.0090314Z at org.apache.geode.test.dunit.rules.AbstractDistributedRule.afterDistributedTest(AbstractDistributedRule.java:81) 2025-09-21T12:23:01.0091776Z at org.apache.geode.test.dunit.rules.AbstractDistributedRule$1.evaluate(AbstractDistributedRule.java:61) 2025-09-21T12:23:01.0092850Z at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 2025-09-21T12:23:01.0094067Z at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 2025-09-21T12:23:01.0095002Z at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 2025-09-21T12:23:01.0095887Z at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 2025-09-21T12:23:01.0096979Z at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 2025-09-21T12:23:01.0097881Z at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 2025-09-21T12:23:01.0139005Z at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 2025-09-21T12:23:01.0139796Z at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 2025-09-21T12:23:01.0140572Z at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 2025-09-21T12:23:01.0141294Z at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 2025-09-21T12:23:01.0142143Z at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 2025-09-21T12:23:01.0143288Z at org.apache.geode.rules.DockerComposeRule$1.evaluate(DockerComposeRule.java:105) 2025-09-21T12:23:01.0144153Z at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 2025-09-21T12:23:01.0144834Z at org.junit.rules.RunRules.evaluate(RunRules.java:20) 2025-09-21T12:23:01.0145455Z at org.junit.rules.RunRules.evaluate(RunRules.java:20) 2025-09-21T12:23:01.0146140Z at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 2025-09-21T12:23:01.0146869Z at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 2025-09-21T12:23:01.0147517Z at org.junit.runner.JUnitCore.run(JUnitCore.java:137) 2025-09-21T12:23:01.0148425Z at org.junit.runner.JUnitCore.run(JUnitCore.java:115) 2025-09-21T12:23:01.0149313Z at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) 2025-09-21T12:23:01.0150480Z at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) 2025-09-21T12:23:01.0151626Z at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) 2025-09-21T12:23:01.0152873Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) 2025-09-21T12:23:01.0154354Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 2025-09-21T12:23:01.0155887Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 2025-09-21T12:23:01.0157529Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 2025-09-21T12:23:01.0159331Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 2025-09-21T12:23:01.0160836Z at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) 2025-09-21T12:23:01.0161899Z at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) 2025-09-21T12:23:01.0163732Z at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99) 2025-09-21T12:23:01.0166200Z at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79) 2025-09-21T12:23:01.0198608Z at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75) 2025-09-21T12:23:01.0200282Z at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61) 2025-09-21T12:23:01.0201754Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2025-09-21T12:23:01.0202881Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 2025-09-21T12:23:01.0204200Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2025-09-21T12:23:01.0205264Z at java.base/java.lang.reflect.Method.invoke(Method.java:569) 2025-09-21T12:23:01.0206154Z at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) 2025-09-21T12:23:01.0207222Z at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) 2025-09-21T12:23:01.0208644Z at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) 2025-09-21T12:23:01.0210132Z at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) 2025-09-21T12:23:01.0211250Z at jdk.proxy1/jdk.proxy1.$Proxy2.stop(Unknown Source) 2025-09-21T12:23:01.0212051Z at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193) 2025-09-21T12:23:01.0213287Z at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) 2025-09-21T12:23:01.0214567Z at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) 2025-09-21T12:23:01.0215643Z at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) 2025-09-21T12:23:01.0216879Z at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) 2025-09-21T12:23:01.0218670Z at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133) 2025-09-21T12:23:01.0220470Z at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71) 2025-09-21T12:23:01.0221973Z at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) 2025-09-21T12:23:01.0223118Z at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) [acceptanceTest.txt](https://github.com/user-attachments/files/22452008/acceptanceTest.txt) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
