Re: Ignite test takes several days

2020-09-09 Thread Petr Ivanov
All components are tied.

Create PR with your patch and run this build [1] using your patch number as 
branch in Changes tab.



[1] 
https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_RunAll?mode=builds

> On 9 Sep 2020, at 06:51, Cong Guo  wrote:
> 
> Hi, all
> 
> Thank you for your reply. As mentioned earlier, I want to test ignite-core 
> with a new patch, so -DskipTests is not an option for me. What test suite 
> should I use if I just want to test ignite-core?
> 
> 
> 
> On Tue, Sep 8, 2020 at 5:33 AM Petr Ivanov  > wrote:
> Also, -DskipTests flag can be used to avoid running tests while building 
> Apache Ignite.
> 
>> On 8 Sep 2020, at 12:19, Ilya Kasnacheev > > wrote:
>> 
>> Hello!
>> 
>> You should never try to run all Ignite tests. They are not supposed to be 
>> run in that way. You should always build with -DskipTests.
>> 
>> If you really want to run Ignite tests, you should run this test suite 
>> against your PR: 
>> https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_RunAll#all-projects
>>  
>> 
>> This is the only meaningful way.
>> Then you can use MTCGA to check your test results: 
>> https://mtcga.gridgain.com/ 
>> 
>> Obviously, you need to create account in Apache Ignite CI.
>> 
>> Regards,
>> -- 
>> Ilya Kasnacheev
>> 
>> 
>> чт, 27 авг. 2020 г. в 16:33, Cong Guo > >:
>> Hi,
>> 
>> I try to build the ignite-core on my workstation. I use the original 
>> ignite-2.8.1 source package. The test, specifically 
>> GridCacheWriteBehindStoreLoadTest, has been running for several days. Is it 
>> normal? I run "mvn clean package" directly. Should I configure anything in 
>> advance? Thank you.  
> 



Re: Ignite test takes several days

2020-09-08 Thread Cong Guo
Hi, all

Thank you for your reply. As mentioned earlier, I want to test ignite-core
with a new patch, so -DskipTests is not an option for me. What test suite
should I use if I just want to test ignite-core?



On Tue, Sep 8, 2020 at 5:33 AM Petr Ivanov  wrote:

> Also, -DskipTests flag can be used to avoid running tests while building
> Apache Ignite.
>
> On 8 Sep 2020, at 12:19, Ilya Kasnacheev 
> wrote:
>
> Hello!
>
> You should never try to run all Ignite tests. They are not supposed to be
> run in that way. You should always build with -DskipTests.
>
> If you really want to run Ignite tests, you should run this test suite
> against your PR:
> https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_RunAll#all-projects
> This is the only meaningful way.
> Then you can use MTCGA to check your test results:
> https://mtcga.gridgain.com/
>
> Obviously, you need to create account in Apache Ignite CI.
>
> Regards,
> --
> Ilya Kasnacheev
>
>
> чт, 27 авг. 2020 г. в 16:33, Cong Guo :
>
>> Hi,
>>
>> I try to build the ignite-core on my workstation. I use the original
>> ignite-2.8.1 source package. The test, specifically
>> GridCacheWriteBehindStoreLoadTest, has been running for several days. Is it
>> normal? I run "mvn clean package" directly. Should I configure anything in
>> advance? Thank you.
>>
>
>


Re: Ignite test takes several days

2020-09-08 Thread Petr Ivanov
Also, -DskipTests flag can be used to avoid running tests while building Apache 
Ignite.

> On 8 Sep 2020, at 12:19, Ilya Kasnacheev  wrote:
> 
> Hello!
> 
> You should never try to run all Ignite tests. They are not supposed to be run 
> in that way. You should always build with -DskipTests.
> 
> If you really want to run Ignite tests, you should run this test suite 
> against your PR: 
> https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_RunAll#all-projects
>  
> 
> This is the only meaningful way.
> Then you can use MTCGA to check your test results: 
> https://mtcga.gridgain.com/ 
> 
> Obviously, you need to create account in Apache Ignite CI.
> 
> Regards,
> -- 
> Ilya Kasnacheev
> 
> 
> чт, 27 авг. 2020 г. в 16:33, Cong Guo  >:
> Hi,
> 
> I try to build the ignite-core on my workstation. I use the original 
> ignite-2.8.1 source package. The test, specifically 
> GridCacheWriteBehindStoreLoadTest, has been running for several days. Is it 
> normal? I run "mvn clean package" directly. Should I configure anything in 
> advance? Thank you.  



Re: Ignite test takes several days

2020-09-08 Thread Ilya Kasnacheev
Hello!

You should never try to run all Ignite tests. They are not supposed to be
run in that way. You should always build with -DskipTests.

If you really want to run Ignite tests, you should run this test suite
against your PR:
https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_RunAll#all-projects
This is the only meaningful way.
Then you can use MTCGA to check your test results:
https://mtcga.gridgain.com/

Obviously, you need to create account in Apache Ignite CI.

Regards,
-- 
Ilya Kasnacheev


чт, 27 авг. 2020 г. в 16:33, Cong Guo :

> Hi,
>
> I try to build the ignite-core on my workstation. I use the original
> ignite-2.8.1 source package. The test, specifically
> GridCacheWriteBehindStoreLoadTest, has been running for several days. Is it
> normal? I run "mvn clean package" directly. Should I configure anything in
> advance? Thank you.
>


Re: Ignite test takes several days

2020-09-03 Thread Evgenii Zhuravlev
As per, it's configured to run for a very long time. Anyway, it is a part
of IgnitePerformanceTestSuite which contains long-running performance tests
and I believe they shouldn't be running for each commit. So, I think you
can just disable this test suite.

Evgenii

пт, 28 авг. 2020 г. в 10:52, Cong Guo :

> Hi,
>
> I want to run all the tests. Actually I want to apply the patch for
> https://issues.apache.org/jira/browse/IGNITE-10959 to 2.8.1. I find that
> even for the original 2.8.1 source code, the test takes a long time. I
> think there must be an env or configuration issue. Do I need any special
> configuration for the ignite core test? Thank you.
>
>
> On Thu, Aug 27, 2020 at 9:53 AM Evgenii Zhuravlev <
> e.zhuravlev...@gmail.com> wrote:
>
>> Hi,
>>
>> No, it's not normal. Do you really want to run all the tests locally, or
>> you just want to build the project? If you want just to build it, I suggest
>> skipping tests by using -Dmaven.*test*.*skip*=true flag.
>>
>> Evgenii
>>
>> чт, 27 авг. 2020 г. в 06:33, Cong Guo :
>>
>>> Hi,
>>>
>>> I try to build the ignite-core on my workstation. I use the original
>>> ignite-2.8.1 source package. The test, specifically
>>> GridCacheWriteBehindStoreLoadTest, has been running for several days. Is it
>>> normal? I run "mvn clean package" directly. Should I configure anything in
>>> advance? Thank you.
>>>
>>


Re: Ignite test takes several days

2020-08-28 Thread Cong Guo
Hi,

I want to run all the tests. Actually I want to apply the patch for
https://issues.apache.org/jira/browse/IGNITE-10959 to 2.8.1. I find that
even for the original 2.8.1 source code, the test takes a long time. I
think there must be an env or configuration issue. Do I need any special
configuration for the ignite core test? Thank you.


On Thu, Aug 27, 2020 at 9:53 AM Evgenii Zhuravlev 
wrote:

> Hi,
>
> No, it's not normal. Do you really want to run all the tests locally, or
> you just want to build the project? If you want just to build it, I suggest
> skipping tests by using -Dmaven.*test*.*skip*=true flag.
>
> Evgenii
>
> чт, 27 авг. 2020 г. в 06:33, Cong Guo :
>
>> Hi,
>>
>> I try to build the ignite-core on my workstation. I use the original
>> ignite-2.8.1 source package. The test, specifically
>> GridCacheWriteBehindStoreLoadTest, has been running for several days. Is it
>> normal? I run "mvn clean package" directly. Should I configure anything in
>> advance? Thank you.
>>
>


Re: Ignite test takes several days

2020-08-27 Thread Evgenii Zhuravlev
Hi,

No, it's not normal. Do you really want to run all the tests locally, or
you just want to build the project? If you want just to build it, I suggest
skipping tests by using -Dmaven.*test*.*skip*=true flag.

Evgenii

чт, 27 авг. 2020 г. в 06:33, Cong Guo :

> Hi,
>
> I try to build the ignite-core on my workstation. I use the original
> ignite-2.8.1 source package. The test, specifically
> GridCacheWriteBehindStoreLoadTest, has been running for several days. Is it
> normal? I run "mvn clean package" directly. Should I configure anything in
> advance? Thank you.
>


Ignite test takes several days

2020-08-27 Thread Cong Guo
Hi,

I try to build the ignite-core on my workstation. I use the original
ignite-2.8.1 source package. The test, specifically
GridCacheWriteBehindStoreLoadTest, has been running for several days. Is it
normal? I run "mvn clean package" directly. Should I configure anything in
advance? Thank you.