[
https://issues.apache.org/jira/browse/IGNITE-28299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18067929#comment-18067929
]
Ignite TC Bot commented on IGNITE-28299:
----------------------------------------
{panel:title=Branch: [pull/12915/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache 7{color} [[tests 0 TIMEOUT , Exit Code
|https://ci2.ignite.apache.org/viewLog.html?buildId=8951705]]
{panel}
{panel:title=Branch: [pull/12915/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8942360&buildTypeId=IgniteTests24Java8_RunAll]
> Fix local runs with VPN on MacOS
> --------------------------------
>
> Key: IGNITE-28299
> URL: https://issues.apache.org/jira/browse/IGNITE-28299
> Project: Ignite
> Issue Type: Bug
> Reporter: Alex Abashev
> Assignee: Alex Abashev
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> A test TcpDiscoverySelfTest#testMulticastIpFinder is failing with local runs
> if you have VPN interface on your machine. It is happening because a test try
> to start multicast service at first interface without checking multicast
> availability
>
> [2026-03-19T12:53:07,103][ERROR][main][] Test failed
> [test=TcpDiscoverySelfTest#testMulticastIpFinder, duration=8748]
>
> java.lang.AssertionError: expected:<2> but was:<1>
> 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.ignite.testframework.junits.JUnitAssertAware.assertEquals(JUnitAssertAware.java:95)
> at
> org.apache.ignite.spi.discovery.tcp.TcpDiscoverySelfTest.testMulticastIpFinder(TcpDiscoverySelfTest.java:1046)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 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.apache.ignite.testframework.junits.GridAbstractTest$6.run(GridAbstractTest.java:2486)
> at java.base/java.lang.Thread.run(Thread.java:829)
> [
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)