[
https://issues.apache.org/jira/browse/IGNITE-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323782#comment-16323782
]
ASF GitHub Bot commented on IGNITE-5725:
----------------------------------------
GitHub user oignatenko opened a pull request:
https://github.com/apache/ignite/pull/3363
IGNITE-5725 Adapt TracerTest for TC builds.
- implemented adaptive testing approach
-- verified with diffs overview, clean rebuild and execution of unit tests
in both desktop and headless environments
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-5725-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3363.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 #3363
----
commit 57ac99736f0748eab79bc408111dfb9e2d077e2e
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-01-12T10:02:20Z
IGNITE-5725 Adapt TracerTest for TC builds.
- implemented adaptive testing approach
-- verified with diffs overview, clean rebuild and execution of unit tests
in both desktop and headless environments
----
> Adapt TracerTest for TC builds.
> -------------------------------
>
> Key: IGNITE-5725
> URL: https://issues.apache.org/jira/browse/IGNITE-5725
> Project: Ignite
> Issue Type: Bug
> Components: build, ml
> Reporter: Yury Babak
> Labels: continuous_integration, ml, technical_debt
> Attachments: TracerTest.java
>
>
> Currently
> [TracerTest|https://github.com/apache/ignite/blob/master/modules/ml/src/test/java/org/apache/ignite/ml/math/TracerTest.java]
> runs browser when it invokes {{Tracer.showHtml}} but we don`t have even X11
> on TeamCity. So we need to decide - run add possibility to run browser on TC,
> change tests and abstain of calling
> [Desktop.getDesktop().browse|https://docs.oracle.com/javase/7/docs/api/java/awt/Desktop.html#browse(java.net.URI)]
> during TC build or just ignore this test for TC build.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)