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

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

Ilya Shishkov created IGNITE-18314:
--------------------------------------

             Summary: Fix AOP build config
                 Key: IGNITE-18314
                 URL: https://issues.apache.org/jira/browse/IGNITE-18314
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Ilya Shishkov
         Attachments: _TESTS_AOP_261.log

Currently, AOP build configuration has no test runs [1] and message, as below, is present in build logs:
{code:java}
[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] No tests to run.
{code}
Log of #261 run: [^_TESTS_AOP_261.log] (build on TC1: [2])

As I see, build configuration differs from other ones [3]: 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:
{code:java}
mvn clean surefire:test -pl modules/aop-ext/ -Dtest=IgniteAopSelfTestSuite
{code}
And with a command, which conforms standard configuration test are run as expected:
{code:java}
mvn clean test -pl modules/aop-ext/
{code}
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=]



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