Also, -DskipTests flag can be used to avoid running tests while building Apache Ignite.
> On 8 Sep 2020, at 12:19, Ilya Kasnacheev <[email protected]> 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 > > <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/ <https://mtcga.gridgain.com/> > > Obviously, you need to create account in Apache Ignite CI. > > Regards, > -- > Ilya Kasnacheev > > > чт, 27 авг. 2020 г. в 16:33, Cong Guo <[email protected] > <mailto:[email protected]>>: > 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.
