[
https://issues.apache.org/jira/browse/IGNITE-23158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17879828#comment-17879828
]
Pavel Tupitsyn commented on IGNITE-23158:
-----------------------------------------
Merged to main:
https://github.com/apache/ignite-3/commit/52a565fbc7c7176dc55307ceeeca742dddaccf88
> TableManagerRecoveryTest.workDir hides a field from superclass
> --------------------------------------------------------------
>
> Key: IGNITE-23158
> URL: https://issues.apache.org/jira/browse/IGNITE-23158
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> TableManagerRecoveryTest.workDir hides a field from superclass, which
> prevents junit version update:
> {code}
> org.apache.ignite.internal.table.distributed.TableManagerRecoveryTest
>
> org.apache.ignite.internal.table.distributed.TableManagerRecoveryTest.initializationError
> java.lang.IllegalStateException: Test class must have a single field of
> type 'java.nio.file.Path' annotated with '@WorkDirectory', but 2 fields have
> been found
> java.lang.IllegalStateException: Test class must have a single field of
> type 'java.nio.file.Path' annotated with '@WorkDirectory', but 2 fields have
> been found
> at
> org.apache.ignite.internal.testframework.WorkDirectoryExtension.getWorkDirField(WorkDirectoryExtension.java:331)
> at
> org.apache.ignite.internal.testframework.WorkDirectoryExtension.beforeAll(WorkDirectoryExtension.java:110)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
> Suppressed: java.lang.NullPointerException
> at
> org.apache.ignite.internal.configuration.testframework.ConfigurationExtension.afterAll(ConfigurationExtension.java:133)
> {code}
> https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/8455628?expandBuildDeploymentsSection=false&hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandCode+Inspection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true
--
This message was sent by Atlassian Jira
(v8.20.10#820010)