[
https://issues.apache.org/jira/browse/IGNITE-9211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16712851#comment-16712851
]
ASF GitHub Bot commented on IGNITE-9211:
----------------------------------------
GitHub user alamar opened a pull request:
https://github.com/apache/ignite/pull/5603
IGNITE-9211 Remove Java 8 examples suite since we always run on Java 8+.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9211
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5603.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5603
----
commit c449d19acb9d022a32d1d6da384134d5c24138be
Author: Ilya Kasnacheev <ilya.kasnacheev@...>
Date: 2018-12-07T13:21:40Z
IGNITE-9211 Remove Java 8 examples suite since we always run on Java 8+.
----
> Uncomment 19 test classes in IgniteExamplesJ8SelfTestSuite
> ----------------------------------------------------------
>
> Key: IGNITE-9211
> URL: https://issues.apache.org/jira/browse/IGNITE-9211
> Project: Ignite
> Issue Type: Sub-task
> Components: examples
> Reporter: Ilya Kasnacheev
> Priority: Major
>
> {code}
> // suite.addTest(new TestSuite(ContinuationExamplesSelfTest.class));
> // suite.addTest(new
> TestSuite(ContinuousMapperExamplesSelfTest.class));
> // suite.addTest(new TestSuite(DeploymentExamplesSelfTest.class));
> // suite.addTest(new TestSuite(LifecycleExamplesSelfTest.class));
> // suite.addTest(new TestSuite(MemcacheRestExamplesSelfTest.class));
> // suite.addTest(new TestSuite(MonteCarloExamplesSelfTest.class));
> // suite.addTest(new TestSuite(TaskExamplesSelfTest.class));
> // suite.addTest(new TestSuite(SpringBeanExamplesSelfTest.class));
> // suite.addTest(new TestSuite(IgfsExamplesSelfTest.class));
> // suite.addTest(new TestSuite(CheckpointExamplesSelfTest.class));
> // suite.addTest(new TestSuite(HibernateL2CacheExampleSelfTest.class));
> // suite.addTest(new TestSuite(ClusterGroupExampleSelfTest.class));
> // suite.addTest(new
> TestSuite(ContinuationExamplesMultiNodeSelfTest.class));
> // suite.addTest(new
> TestSuite(ContinuousMapperExamplesMultiNodeSelfTest.class));
> // suite.addTest(new
> TestSuite(DeploymentExamplesMultiNodeSelfTest.class));
> // suite.addTest(new TestSuite(TaskExamplesMultiNodeSelfTest.class));
> // suite.addTest(new
> TestSuite(MemcacheRestExamplesMultiNodeSelfTest.class));
> // suite.addTest(new
> TestSuite(MonteCarloExamplesMultiNodeSelfTest.class));
> // suite.addTest(new
> TestSuite(HibernateL2CacheExampleMultiNodeSelfTest.class));
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)