You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Pochatkin (Jira)" <ji...@apache.org> on 2023/01/31 13:08:00 UTC

[jira] [Created] (IGNITE-18680) Fix ClientArchTest source provider

Mikhail Pochatkin created IGNITE-18680:
------------------------------------------

             Summary: Fix ClientArchTest source provider
                 Key: IGNITE-18680
                 URL: https://issues.apache.org/jira/browse/IGNITE-18680
             Project: Ignite
          Issue Type: Bug
            Reporter: Mikhail Pochatkin
            Assignee: Mikhail Pochatkin


org.apache.ignite.client.ClientArchTest take sources for analize from ignite-client.jar file from build/lib directory. This jar contains class files only from client module. However, in a normal build pipeline, the tests are run before the jar files are built and Gradle test task doesn't depend on jar task. As result, we have false failed test. 
So, us solution we can change location provider org.apache.ignite.client.ClientArchTest.ClassesWithLibsLocationProvider and took *.java files for analizing insted of class files.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)