You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2021/02/10 10:08:00 UTC

[jira] [Created] (IGNITE-14152) JCache TCK suite runs some Ignite tests.

Maksim Timonin created IGNITE-14152:
---------------------------------------

             Summary: JCache TCK suite runs some Ignite tests.
                 Key: IGNITE-14152
                 URL: https://issues.apache.org/jira/browse/IGNITE-14152
             Project: Ignite
          Issue Type: Bug
            Reporter: Maksim Timonin
            Assignee: Maksim Timonin


There is a wrong configuration of the "jcache-tck" profile. It excludes only "*Test.java" classes, but by default maven runs also "*Tests.java" classes. [1]

So, collection IgniteDataIntegrity*Tests* [2] runs for every start of this TC suite.

Also after IGNITE-130512 the default collection of test expanded, then there are more tests started to run within the suite and it started to fail by timeout. 

[1] https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html

[2] https://ci.ignite.apache.org/viewLog.html?buildId=5857723&buildTypeId=IgniteTests24Java8_JCacheTck11&tab=testsInfo



--
This message was sent by Atlassian Jira
(v8.3.4#803005)