[
https://issues.apache.org/jira/browse/IGNITE-25901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18005506#comment-18005506
]
Ignite TC Bot commented on IGNITE-25901:
----------------------------------------
{panel:title=Branch: [pull/12187/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12187/head] Base: [master] : New Tests
(5)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Cache 13{color} [[tests
5|https://ci2.ignite.apache.org/viewLog.html?buildId=8519084]]
* {color:#013220}IgniteCacheTestSuite13:
SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=org.apache.ignite.internal.processors.platform.cache.expiry.PlatformExpiryPolicyFactory@7889b4b9,
actual=PlatformExpiryPolicyFactory [create=2, update=4, access=8,
expiryPlc=PlatformExpiryPolicy [create=2 MILLISECONDS, update=4 MILLISECONDS,
access=8 MILLISECONDS]]] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite13:
SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=javax.cache.configuration.FactoryBuilder$SingletonFactory@697a0948,
actual=SingletonFactory [expiryPlc=EternalExpiryPolicy [create=ETERNAL]]] -
PASSED{color}
* {color:#013220}IgniteCacheTestSuite13:
SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=org.apache.ignite.internal.processors.platform.cache.expiry.PlatformExpiryPolicyFactory@76a7fcbd,
actual=PlatformExpiryPolicyFactory [create=0, update=1, access=-1,
expiryPlc=PlatformExpiryPolicy [create=ZERO, update=1 MILLISECONDS,
access=ETERNAL]]] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite13:
SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=org.apache.ignite.internal.processors.platform.cache.expiry.PlatformExpiryPolicyFactory@12952aff,
actual=PlatformExpiryPolicyFactory [create=-1, update=0, access=-1,
expiryPlc=PlatformExpiryPolicy [create=ETERNAL, update=ZERO, access=ETERNAL]]]
- PASSED{color}
* {color:#013220}IgniteCacheTestSuite13:
SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=org.apache.ignite.internal.processors.platform.cache.expiry.PlatformExpiryPolicyFactory@1e545821,
actual=PlatformExpiryPolicyFactory [create=1, update=-2, access=-1,
expiryPlc=PlatformExpiryPolicy [create=1 MILLISECONDS, access=ETERNAL]]] -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8519190&buildTypeId=IgniteTests24Java8_RunAll]
> External modules should not depend on ignite-codegen2
> -----------------------------------------------------
>
> Key: IGNITE-25901
> URL: https://issues.apache.org/jira/browse/IGNITE-25901
> Project: Ignite
> Issue Type: Bug
> Reporter: Maksim Timonin
> Assignee: Maksim Timonin
> Priority: Major
> Labels: IEP-132, ise
> Fix For: 2.18
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> ignite-codegen2 module is compileOnly, but Maven doesn't support such scope.
> The module currently is in compile scope, but it leads that all apps are
> dependent on ignite-core now depends on ignite-codegen2. But we don't even
> publish the module.
> The reason for compile was to provide better UX for Ignite developers with
> Intellij IDEA. Developers usually fetch git branch and just run tests. But
> IDEA doesn't automatically compile "provided" dependencies. And developer
> should build the project with maven first.
> Unfortunately, there is no way to enforce IDEA automatically compile the
> module and in the same time skip it in a pom file.
> Let's make the dependency provided then.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)