Saikat Maitra created IGNITE-2144: ------------------------------------- Summary: [Test] IgniteSemaphore's failover related tests are failing to compile Key: IGNITE-2144 URL: https://issues.apache.org/jira/browse/IGNITE-2144 Project: Ignite Issue Type: Bug Components: general Reporter: Saikat Maitra Priority: Minor
GridCacheAbstractDataStructuresFailoverSelfTest are failing to compile. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project ignite-core: Compilation failure: Compilation failure: [ERROR] /Users/saikat/git/ignite/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java:[458,25] constructor ConstantTopologyChangeWorker in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAbstractDataStructuresFailoverSelfTest.ConstantTopologyChangeWorker cannot be applied to given types; [ERROR] required: int [ERROR] found: no arguments [ERROR] reason: actual and formal argument lists differ in length [ERROR] /Users/saikat/git/ignite/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java:[465,25] constructor ConstantTopologyChangeWorker in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAbstractDataStructuresFailoverSelfTest.ConstantTopologyChangeWorker cannot be applied to given types; [ERROR] required: int [ERROR] found: no arguments [ERROR] reason: actual and formal argument lists differ in length [ERROR] /Users/saikat/git/ignite/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java:[472,25] method multipleTopologyChangeWorker in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAbstractDataStructuresFailoverSelfTest cannot be applied to given types; [ERROR] required: int [ERROR] found: no arguments [ERROR] reason: actual and formal argument lists differ in length [ERROR] /Users/saikat/git/ignite/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java:[479,25] method multipleTopologyChangeWorker in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAbstractDataStructuresFailoverSelfTest cannot be applied to given types; [ERROR] required: int [ERROR] found: no arguments [ERROR] reason: actual and formal argument lists differ in length -- This message was sent by Atlassian JIRA (v6.3.4#6332)