You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/10 13:12:07 UTC

[jira] [Updated] (IGNITE-2144) [Test] IgniteSemaphore's failover related tests are failing to compile

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

Maxim Muzafarov updated IGNITE-2144:
------------------------------------
    Fix Version/s: 2.8

> [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
>            Assignee: Saikat Maitra
>            Priority: Minor
>             Fix For: 2.8
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)