[jira] [Created] (IGNITE-14246) Add page diagnostics in a WAL to a IgniteWalConverter

2021-02-25 Thread Kirill Tkalenko (Jira)
Kirill Tkalenko created IGNITE-14246: Summary: Add page diagnostics in a WAL to a IgniteWalConverter Key: IGNITE-14246 URL: https://issues.apache.org/jira/browse/IGNITE-14246 Project: Ignite

[jira] [Created] (IGNITE-14245) Infinite loop while trying to get affinity mapping on failed node

2021-02-25 Thread Ivan Daschinskiy (Jira)
Ivan Daschinskiy created IGNITE-14245: - Summary: Infinite loop while trying to get affinity mapping on failed node Key: IGNITE-14245 URL: https://issues.apache.org/jira/browse/IGNITE-14245

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

2021-02-25 Thread Petr Ivanov
If profile can handle this — its ok. For choosing build type — we can introduce select, that will choose between -p and -DskipTests=true (defaulting to profile). Thus [Build] will pass either way. Regards, Petr Ivanov Head of IT IT & Development Solutions | GRIDGAIN SYSTEMS +7 (911) 945-00-59

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

2021-02-25 Thread Max Timonin
Yes, it's correct that "mvn install" runs also the "mvn test" command, and this is OK as the check-test-suites profile handles all tests without running them. If the skipTests flag is triggered then this check is useless. It will take only about 2 min to run "mvn test" with this profile. Travis

[jira] [Created] (IGNITE-14244) Performance degradation of entire ignite because of indexed persisted cache

2021-02-25 Thread Vyacheslav Puzakov (Jira)
Vyacheslav Puzakov created IGNITE-14244: --- Summary: Performance degradation of entire ignite because of indexed persisted cache Key: IGNITE-14244 URL: https://issues.apache.org/jira/browse/IGNITE-14244

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

2021-02-25 Thread Petr Ivanov
I am telling that INSTALL goal for maven will trigger TEST goal for the whole project and it cannot be prevented until the flag is specified either as command line parameter, or in profile somehow to be inherited by other modules. Thats why I am suggesting this as separate suite. Regards, Petr

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

2021-02-25 Thread Petr Ivanov
Won't the absence of -DskipTests flag trigger ALL the tests for all modules? This flag was added intentionally. Instead, I'd put Non-Suited tests into some kind of sanity check, group all sanity checks in single Run All, and make tests depend on it's successful pass. Regards, Petr Ivanov Head

Re: [jira] [Created] (IGNITE-14208) .NET: Examples multi targeting

2021-02-25 Thread Pavel Tupitsyn
Raymond, You can explicitly reference ConfigurationManager to use the latest Redis version: This will give you NU1608 warning, but should work. I've filed a separate ticket https://issues.apache.org/jira/browse/IGNITE-14243, thanks for the heads up. Pavel On Fri, Feb 19, 2021 at

[jira] [Created] (IGNITE-14243) .NET: Upgrade ConfigurationManager dependency

2021-02-25 Thread Pavel Tupitsyn (Jira)
Pavel Tupitsyn created IGNITE-14243: --- Summary: .NET: Upgrade ConfigurationManager dependency Key: IGNITE-14243 URL: https://issues.apache.org/jira/browse/IGNITE-14243 Project: Ignite Issue

[jira] [Created] (IGNITE-14242) Build ducktests with minimal required classpath

2021-02-25 Thread Anton Vinogradov (Jira)
Anton Vinogradov created IGNITE-14242: - Summary: Build ducktests with minimal required classpath Key: IGNITE-14242 URL: https://issues.apache.org/jira/browse/IGNITE-14242 Project: Ignite