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 <nadbpwa...@gmail.com> 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 <mr.wei...@gmail.com > <mailto:mr.wei...@gmail.com>> wrote: > Also, -DskipTests flag can be used to avoid running tests while building > Apache Ignite. > >> On 8 Sep 2020, at 12:19, Ilya Kasnacheev <ilya.kasnach...@gmail.com >> <mailto:ilya.kasnach...@gmail.com>> 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 <nadbpwa...@gmail.com >> <mailto:nadbpwa...@gmail.com>>: >> 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. >