Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
To run Group Communication test on Yarn, we could run Yarn test cases on Yarn env. However, that requires all the VS dlls and unit test tools installed on the cluster. More research is needed to figure out the VS dependency on Yarn env.
Another way is to create a sample client and to run the client exe directly on Yarn. This would eliminate all the VS and Test framework dependency.
To share the test driver/tasks between test and the client, we would need to refactor the code to move Group Communication drivers and tasks into Network.examples so that to avoid duplicated code.