[ 
https://issues.apache.org/jira/browse/IGNITE-23158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Tupitsyn updated IGNITE-23158:
------------------------------------
    Description: 
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}

> 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
>
>
> 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}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to