Re: Ignite Extensions tests

2021-02-09 Thread Petr Ivanov
I've updated Extensions template to use only Linux agents. Will wait for ticket in master, thanks! > On 10 Feb 2021, at 01:05, Mikhail Petrov wrote: > > Hi, Petr. > > It seems that the problem is in an outdated version of the maven surefire > plugin that is used in ignite-extensions. > >

[MTCGA]: new failures in builds [5864246] needs to be handled

2021-02-09 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to

Re: Ignite Extensions tests

2021-02-09 Thread Mikhail Petrov
Hi, Petr. It seems that the problem is in an outdated version of the maven surefire plugin that is used in ignite-extensions. I created the corresponding ticket [1]. I also faced that current ignite-extensions build is broken on windows agents - [2]. It fails with the following error:

[jira] [Created] (IGNITE-14151) Set up commit status publisher on TC

2021-02-09 Thread Valentin Kulichenko (Jira)
Valentin Kulichenko created IGNITE-14151: Summary: Set up commit status publisher on TC Key: IGNITE-14151 URL: https://issues.apache.org/jira/browse/IGNITE-14151 Project: Ignite

[jira] [Created] (IGNITE-14150) Update version of surefire plugin in ignite-extensions

2021-02-09 Thread Mikhail Petrov (Jira)
Mikhail Petrov created IGNITE-14150: --- Summary: Update version of surefire plugin in ignite-extensions Key: IGNITE-14150 URL: https://issues.apache.org/jira/browse/IGNITE-14150 Project: Ignite

[jira] [Created] (IGNITE-14149) Implement the raft facade

2021-02-09 Thread Alexey Scherbakov (Jira)
Alexey Scherbakov created IGNITE-14149: -- Summary: Implement the raft facade Key: IGNITE-14149 URL: https://issues.apache.org/jira/browse/IGNITE-14149 Project: Ignite Issue Type: Task

Re: [DISCUSS] Missed (non-suited) tests

2021-02-09 Thread Ilya Kasnacheev
Hello again! Of course it's 20 minutes, not 20 seconds. Regards, -- Ilya Kasnacheev вт, 9 февр. 2021 г. в 16:45, Ilya Kasnacheev : > Hello! > > Java part kicks in if the target not found in pom.xml. Ideally we should > skip this build if target check-test-suites is not in pom.xml > > I have

Re: [DISCUSS] Missed (non-suited) tests

2021-02-09 Thread Ilya Kasnacheev
Hello! Java part kicks in if the target not found in pom.xml. Ideally we should skip this build if target check-test-suites is not in pom.xml I have changed its timeout to 20 second which should terminate its progression on older builds. Maybe that would be sufficient for now. Regards, -- Ilya

[jira] [Created] (IGNITE-14148) SQL. Calcite: Failed to map fragment to location. Replicated query parts are not co-located on all nodes (state=50000,code=1)

2021-02-09 Thread Fedor Malchikov (Jira)
Fedor Malchikov created IGNITE-14148: - Summary: SQL. Calcite: Failed to map fragment to location. Replicated query parts are not co-located on all nodes (state=5,code=1) Key: IGNITE-14148 URL:

[jira] [Created] (IGNITE-14147) Long execution of index validation in the presence of all modules in classpath on ducktape tests

2021-02-09 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-14147: -- Summary: Long execution of index validation in the presence of all modules in classpath on ducktape tests Key: IGNITE-14147 URL:

Re: [DISCUSS] Missed (non-suited) tests

2021-02-09 Thread Petr Ivanov
As much as I understood — we execute internal class as plugin, where all the magic is done. Seems pretty solid in Maven part. Java part, unfortunately, cannot check. Regards, Petr Ivanov Head of IT IT & Development Solutions | GRIDGAIN SYSTEMS +7 (911) 945-00-59 > On 9 Feb 2021, at 12:32,

Re: [DISCUSS] Missed (non-suited) tests

2021-02-09 Thread Petr Ivanov
Hi, Ilya. I've added Inspections to Run All. Checkstyle is currently integrated to Build and can be deleted. Where can I find the code for check-test-suites profile? Regards, Petr Ivanov Head of IT IT & Development Solutions | GRIDGAIN SYSTEMS +7 (911) 945-00-59 > On 9 Feb 2021, at 12:16,

[jira] [Created] (IGNITE-14146) Migrate Spring Cache integration to igntie-extensions

2021-02-09 Thread Mikhail Petrov (Jira)
Mikhail Petrov created IGNITE-14146: --- Summary: Migrate Spring Cache integration to igntie-extensions Key: IGNITE-14146 URL: https://issues.apache.org/jira/browse/IGNITE-14146 Project: Ignite

[jira] [Created] (IGNITE-14145) ConfigurationUtil should be moved to internal package, visitor should be refactored.

2021-02-09 Thread Ivan Bessonov (Jira)
Ivan Bessonov created IGNITE-14145: -- Summary: ConfigurationUtil should be moved to internal package, visitor should be refactored. Key: IGNITE-14145 URL: https://issues.apache.org/jira/browse/IGNITE-14145

Ignite Extensions tests

2021-02-09 Thread Petr Ivanov
Hi, Nikolay. I've created a set of tests for extensions, and part of them are failing with: JUnit4Provider.invoke:159->executeTestSet:238->executeWithRerun:273->execute:365 » NoSuchMethod java.lang.NoSuchMethodError:

Re: [DISCUSS] Missed (non-suited) tests

2021-02-09 Thread Ilya Kasnacheev
Hello Peter, Thanks for chiming in. The code is under https://github.com/apache/ignite/pull/8367 Regards, -- Ilya Kasnacheev вт, 9 февр. 2021 г. в 12:20, Petr Ivanov : > Hi, Ilya. > > > I've added Inspections to Run All. > Checkstyle is currently integrated to Build and can be deleted. > > >

Re: [DISCUSS] Missed (non-suited) tests

2021-02-09 Thread Ilya Kasnacheev
Hello! I have found one issue where it would cause tests to be run if the change is not present in the target branch. This includes e.g. 2.10 nightlies. What can we do to avoid that? Is specifying -DskipTests sufficient? Any chance that it will break the missed tests check? Regards, -- Ilya