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)

Reply via email to