[
https://issues.apache.org/jira/browse/IGNITE-18314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov updated IGNITE-18314:
-----------------------------------
Description:
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 build configuration, test are run
as expected:
{code:java}
mvn clean 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=]
was:
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=]
> 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
> Priority: Major
> 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 build configuration, test are run
> as expected:
> {code:java}
> mvn clean 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=]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)