You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Petr Ivanov (Jira)" <ji...@apache.org> on 2022/12/02 14:09:00 UTC

[jira] [Resolved] (IGNITE-18314) Fix AOP build config

     [ https://issues.apache.org/jira/browse/IGNITE-18314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petr Ivanov resolved IGNITE-18314.
----------------------------------
    Resolution: Fixed

https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Aop/6941701

> Fix AOP build config
> --------------------
>
>                 Key: IGNITE-18314
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18314
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: extensions
>            Reporter: Ilya Shishkov
>            Assignee: Petr Ivanov
>            Priority: Minor
>              Labels: DevOps, ise
>         Attachments: _TESTS_AOP_261.log
>
>
> Currently, AOP build configuration has no test runs [1] and message, as below, is present in build logs:
> {quote}
> [16:10:05] :	 [Step 4/4] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-cli) @ ignite-aop-ext ---
> [16:10:05] :	 [Step 4/4] [INFO] *_{color:#DE350B}No tests to run.{color}_*
> {quote}
> Log of #261 run: [^_TESTS_AOP_261.log] (build on TC1: [2])
> As I see, AOP build configuration [3] differs from other ones [4, 5]: it uses goal {{surefire:test}} and explicit test parameter {{{}-Dtest=IgniteAopSelfTestSuite{}}}.
> I have tested it locally with the below command, and obtained the same result with _No tests to run_:
> {code:java}
> mvn surefire:test -pl modules/aop-ext/ -Dtest=IgniteAopSelfTestSuite
> {code}
> And with a command, which conforms standard build configuration, test are ran as expected:
> {code:java}
> mvn test -pl modules/aop-ext/
> {code}
> So, we should restore default maven configuration for AOP build configuration.
>  
> Links:
>  # [https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Aop?branch=%3Cdefault%3E&mode=builds#all-projects]
>  # [https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Aop/6939822?hideProblemsFromDependencies=false&hideTestsFromDependencies=false]
>  # [https://ci.ignite.apache.org/admin/editRunType.html?id=buildType:IgniteExtensions_Tests_Aop&runnerId=RUNNER_141&cameFromUrl=%2Fadmin%2FeditBuildRunners.html%3Fid%3DbuildType%253AIgniteExtensions_Tests_Aop%26init%3D1&cameFromTitle=]
>  # [https://ci.ignite.apache.org/admin/editRunType.html?id=buildType:IgniteExtensions_Tests_Hibernate&runnerId=RUNNER_141&cameFromUrl=%2Fadmin%2FeditBuildRunners.html%3Fid%3DbuildType%253AIgniteExtensions_Tests_Hibernate%26init%3D1&cameFromTitle=]
>  # [https://ci.ignite.apache.org/admin/editRunType.html?id=buildType:IgniteExtensions_Tests_SpringData&runnerId=RUNNER_141&cameFromUrl=%2Fadmin%2FeditBuildRunners.html%3Fid%3DbuildType%253AIgniteExtensions_Tests_SpringData%26init%3D1&cameFromTitle=]



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