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

Interactions are not cleared from standalone mock servers #28

Open
bethesque opened this issue Jun 3, 2014 · 3 comments
Open

Interactions are not cleared from standalone mock servers #28

bethesque opened this issue Jun 3, 2014 · 3 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@bethesque
Copy link
Member

Pact::Consumer::AppManager.instance.ports_of_mock_services probably only returns instances it has itself started up.

@bethesque bethesque added the bug label Jun 3, 2014
@fdnhkj
Copy link

fdnhkj commented Feb 3, 2016

Any update regarding this bug ?

@bethesque
Copy link
Member Author

This is only when you have specified standalone true in the mock server config when running the tests in rspec. In this case, standalone means, started manually. It's an unusual use case, you'd only do it if you were debugging your tests. It shouldn't be a problem really, I was just being pedantic when I raised this. Just restart the server.

@fdnhkj
Copy link

fdnhkj commented Feb 5, 2016

Thank you for the quick answer !

I found out that my "issue" was more related to the following discussions :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants