You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Peter Ivanov (JIRA)" <ji...@apache.org> on 2018/01/25 16:13:00 UTC

[jira] [Created] (IGNITE-7538) Introduce new test project for Ignite 2.0+ with Java 8 / Java 9 compatibility

Peter Ivanov created IGNITE-7538:
------------------------------------

             Summary: Introduce new test project for Ignite 2.0+ with Java 8 / Java 9 compatibility
                 Key: IGNITE-7538
                 URL: https://issues.apache.org/jira/browse/IGNITE-7538
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Peter Ivanov
            Assignee: Peter Ivanov


After IGNITE-7203 and IGNITE-6730 there are two separate test project at CI which meet the problem of test configuration synchronization. It is necessary to devise a solution for overcoming this issue.

Possible approaches:
# Single project for tests with run with different parameters.
Problems:
#* Test History will show history for all builds with any parameters combination.
#* Mute test will mute test for all parameters configuration.
# Several project (differentiated by parameter) with build configuration synchronisation automation.
Problems:
#* Maintainability — how to seamlessly support build configuration synchronisation.

Research for both approaches must be held.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)