Description
TableManagerRecoveryTest.workDir hides a field from superclass, which prevents junit version update:
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)
Attachments
Issue Links
- links to