Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Support parallel/portfolio testing in .NET Core builds #345

Open
pdeligia opened this issue Aug 24, 2018 · 1 comment
Open

Support parallel/portfolio testing in .NET Core builds #345

pdeligia opened this issue Aug 24, 2018 · 1 comment
Labels
controlled-testing Feature related to controlled testing tools Request or feature related to the tools

Comments

@pdeligia
Copy link
Contributor

Using .NET Core, PSharpTester currently works only in sequential mode (no portfolio or parallel testing). The reason is that WCF (which we are currently using to spawn and control multiple testing processes in parallel) is not fully supported in .NET Core (and it will not be).

We will investigate using ASP.NET Core instead to achieve the same functionality.

@pdeligia pdeligia added tools Request or feature related to the tools controlled-testing Feature related to controlled testing labels Aug 24, 2018
@alexreinking
Copy link

What WCF-specific functionality does P# rely on? Can it be replaced with System.IO.Pipelines in .NET Core? There's also an official WCF client under development in .NET Core. So maybe the tester could be easily ported to be entirely .NET Core?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
controlled-testing Feature related to controlled testing tools Request or feature related to the tools
Projects
None yet
Development

No branches or pull requests

2 participants