[
https://issues.apache.org/jira/browse/IGNITE-9220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16586260#comment-16586260
]
Dmitriy Pavlov edited comment on IGNITE-9220 at 8/20/18 5:26 PM:
-----------------------------------------------------------------
Merged to master. [~ilyak], thank you for your efforts to collect and make
tests work.
I prefer to fail a test with full issue link, e.g.
https://issues.apache.org/jira/browse/IGNITE-9335
Ignite TC bot can parse such links from test failure text and show such
failures with the link to the issue.
I've changed it during commit.
was (Author: dpavlov):
Merged to master. [~ilyak], thank you for your efforts to collect and make
tests work.
I prefer to fail a test with full issue link, e.g.
https://issues.apache.org/jira/browse/IGNITE-xxxx
Ignite TC bot can parse such links from test failure text and show such
failures with the link to the issue.
I've changed it during commit.
> Uncomment 18 test classes in various internal test suites
> ---------------------------------------------------------
>
> Key: IGNITE-9220
> URL: https://issues.apache.org/jira/browse/IGNITE-9220
> Project: Ignite
> Issue Type: Sub-task
> Components: general
> Reporter: Ilya Kasnacheev
> Assignee: Ilya Kasnacheev
> Priority: Major
> Fix For: 2.7
>
>
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteUtilSelfTestSuite.java
> {code}
> //suite.addTestSuite(GridThreadTest.class);
>
> //suite.addTestSuite(GridConcurrentLinkedDequeMultiThreadedTest.class);
> //suite.addTestSuite(GridIndexFillTest.class);
> //suite.addTestSuite(GridLogThrottleTest.class);
> //suite.addTestSuite(GridRandomSelfTest.class);
> //suite.addTestSuite(GridSnapshotLockSelfTest.class);
> //suite.addTestSuite(GridTopologyHeapSizeSelfTest.class);
> //suite.addTestSuite(GridTransientTest.class);
> //suite.addTestSuite(IgniteDevOnlyLogTest.class);
> //suite.addTestSuite(IncludeSensitiveAtomicTest.class);
> //suite.addTestSuite(IncludeSensitiveTransactionalTest.class);
> {code}
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteKernalSelfTestSuite.java
> {code}
> //suite.addTestSuite(GridStartupTest.class);
> //suite.addTestSuite(GridGetOrStartSelfTest.class);
> //suite.addTestSuite(ClusterMetricsSelfTest.class);
>
> //suite.addTestSuite(GridServiceDeploymentExceptionPropagationTest.class);
>
> //suite.addTestSuite(IgniteServiceDeploymentClassLoadingOptimizedMarshallerTest.class);
>
> //suite.addTestSuite(IgniteServiceDeployment2ClassLoadersOptimizedMarshallerTest.class);
> {code}
> modules/core/src/test/java/org/apache/ignite/testsuites/IgniteLangSelfTestSuite.java
> {code}
> //suite.addTest(new
> TestSuite(IgniteOffheapReadWriteLockSelfTest.class));
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)