[
https://issues.apache.org/jira/browse/IGNITE-26908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Steshin updated IGNITE-26908:
--------------------------------------
Ignite Flags: (was: Docs Required,Release Notes Required)
> Fix SystemViewSelfTest#testSnapshot()
> -------------------------------------
>
> Key: IGNITE-26908
> URL: https://issues.apache.org/jira/browse/IGNITE-26908
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladimir Steshin
> Priority: Minor
>
> SystemViewSelfTest#testSnapshot() fails with:
> {code:java}
> [ERROR][main][] Test failed [test=SystemViewSelfTest#testSnapshot,
> duration=1972] org.junit.ComparisonFailure:
> expected:<[testGroup,MetaStorage]> but was:<[MetaStorage,testGroup]> at
> org.junit.Assert.assertEquals(Assert.java:115) ~[junit-4.12.jar:4.12]
> at org.junit.Assert.assertEquals(Assert.java:144) ~[junit-4.12.jar:4.12]
> at
> org.apache.ignite.testframework.junits.JUnitAssertAware.assertEquals(JUnitAssertAware.java:65)
> ~[test-classes/:?] at
> org.apache.ignite.internal.metric.SystemViewSelfTest.testSnapshot(SystemViewSelfTest.java:2339)
> ~[test-classes/:?] {code}
> {code:java}
> org.junit.ComparisonFailure:
> Expected: testGroup,MetaStorage
> Actual: MetaStorage,testGroup
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)