You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2016/08/24 00:34:21 UTC

[jira] [Updated] (REEF-1541) Allow to run .NET tests on Yarn

     [ https://issues.apache.org/jira/browse/REEF-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mariia Mykhailova updated REEF-1541:
------------------------------------
    Description: 
Multiple tests in O.A.R.Tests are supposed to be executed on Yarn are permanently disabled. We need to enable them and make sure it is possible to run them on Yarn cluster before we can start running them as part of CI. This includes:

1. Removing {{Skip}} setting and replacing it with {{Trait("Environment", "Yarn")}}.
xUnit doesn't execute skipped tests even if instructed to run specific test explicitly. We should use trait of environment instead and run local tests with {{-notrait "Environment=Yarn"}} option to exclude these tests from command line local runs. These tests can be excluded from Visual Studio runs by using {{-Trait:Environment}} in Test Explorer.
2. Make sure none of Yarn tests relies on reading local logs (like {{CanRunClrBridgeExampleOnYarn}} currently does).
3. Figure out how to verify results of Yarn tests instead of reading local logs.

  was:
Multiple tests in O.A.R.Tests are supposed to be executed on Yarn are permanently disabled. We need to enable them and make sure it is possible to run them on Yarn cluster before we can start running them as part of CI. This includes:

1. Removing {{Skip}} setting and replacing it with {{Trait("Environment", "Yarn")}}.
xUnit doesn't execute skipped tests even if instructed to run specific test explicitly. We should use trait of environment instead and run local tests with {{-notrait "Environment=Yarn"}} option to exclude these tests from command line local runs. TODO: figure out how to exclude these tests from Visual Studio runs.
2. Make sure none of Yarn tests relies on reading local logs (like {{CanRunClrBridgeExampleOnYarn}} currently does).
3. Figure out how to verify results of Yarn tests instead of reading local logs.


> Allow to run .NET tests on Yarn
> -------------------------------
>
>                 Key: REEF-1541
>                 URL: https://issues.apache.org/jira/browse/REEF-1541
>             Project: REEF
>          Issue Type: Test
>          Components: REEF.NET
>            Reporter: Mariia Mykhailova
>
> Multiple tests in O.A.R.Tests are supposed to be executed on Yarn are permanently disabled. We need to enable them and make sure it is possible to run them on Yarn cluster before we can start running them as part of CI. This includes:
> 1. Removing {{Skip}} setting and replacing it with {{Trait("Environment", "Yarn")}}.
> xUnit doesn't execute skipped tests even if instructed to run specific test explicitly. We should use trait of environment instead and run local tests with {{-notrait "Environment=Yarn"}} option to exclude these tests from command line local runs. These tests can be excluded from Visual Studio runs by using {{-Trait:Environment}} in Test Explorer.
> 2. Make sure none of Yarn tests relies on reading local logs (like {{CanRunClrBridgeExampleOnYarn}} currently does).
> 3. Figure out how to verify results of Yarn tests instead of reading local logs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)