[
https://issues.apache.org/jira/browse/IGNITE-18680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Bessonov updated IGNITE-18680:
-----------------------------------
Ignite Flags: (was: Docs Required,Release Notes Required)
> 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
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)