[
https://issues.apache.org/jira/browse/IGNITE-10811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16729500#comment-16729500
]
ASF GitHub Bot commented on IGNITE-10811:
-----------------------------------------
GitHub user daradurvs opened a pull request:
https://github.com/apache/ignite/pull/5759
IGNITE-10811 Add new TC build-config to test Service Grid new and old
implementations
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daradurvs/ignite ignite-10811
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5759.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 #5759
----
commit 70b30d4be62fa8c11f073ef8ec8ff00f6c41f6b3
Author: Vyacheslav Daradur <daradurvs@...>
Date: 2018-12-26T12:49:19Z
Added IgniteServiceGridTestSuite
commit f68822601f3a234017ac92d21b29a0e7cc4099a5
Author: Vyacheslav Daradur <daradurvs@...>
Date: 2018-12-27T10:05:44Z
Merge branch 'master' into ignite-10811
# Conflicts:
#
modules/core/src/test/java/org/apache/ignite/testsuites/IgniteKernalSelfTestSuite.java
commit 8f69d128b7b0b3b3383232664a23c8815e9a2479
Author: Vyacheslav Daradur <daradurvs@...>
Date: 2018-12-27T10:06:11Z
Added new tests from master
----
> Add new TC build-config to test Service Grid new and old implementations
> ------------------------------------------------------------------------
>
> Key: IGNITE-10811
> URL: https://issues.apache.org/jira/browse/IGNITE-10811
> Project: Ignite
> Issue Type: Task
> Components: managed services
> Reporter: Vyacheslav Daradur
> Assignee: Vyacheslav Daradur
> Priority: Major
> Labels: iep-17
> Fix For: 2.8
>
>
> It's necessary to add new build configuration on TeamCity (after merge
> IGNITE-9607) to have ability testing new and old implementations of the
> service processor.
> In general, new build plan should contain 2 test suites:
> 1) To place Service Grid related tests which *do not depend on* service
> processor's implementation (like classic unit tests) and *should be executed
> once*;
> 2) To place Service Grid related tests which *depend* *on* service
> processor's implementation and *should be executed twice* in the new mode and
> old mode (-DIGNITE_EVENT_DRIVEN_SERVICE_PROCESSOR_ENABLED=false)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)