Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new argument to the MultiNodeTestRunner to filter specs #1737

Merged

Conversation

marcpiechura
Copy link
Contributor

While I was testing the RemoteGatePiercingSpec I found it annoying that I need to run all specs in the assembly and therefore I have created another argument -Dmultinode.spec which takes a string and only executes specs that contain the given name.
It checks the method name that is marked with the MultiNodeFact attribute.

For example:

...Runner.exe "Akka.Remote.Tests.MultiNode.dll" -Dmultinode.spec=RemoteGatePiercing

@Aaronontheweb
Copy link
Member

I know @GraemeBradbury would like this :)

Aaronontheweb added a commit that referenced this pull request Mar 1, 2016
Added a new argument to the MultiNodeTestRunner to filter specs
@Aaronontheweb Aaronontheweb merged commit edea091 into akkadotnet:dev Mar 1, 2016
@marcpiechura marcpiechura deleted the filter_multinode_tests_to_run branch April 21, 2016 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants