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

Fix meck related unit test problems #367

Merged
merged 1 commit into from Sep 4, 2013
Merged

Conversation

engelsanchez
Copy link
Contributor

Meck now needs a couple of flags in meck:new for some of our tests:

  • non_strict so we can create a fresh non-existent module
  • no_link so it doesn't link to the processes created with a meck
  • module. Bad when we kill things on purpose.

Meck now needs a couple of flags in meck:new for some of our tests:
* non_strict so we can create a fresh non-existent module
* no_link so it doesn't link to the processes created with a meck
* module. Bad when we kill things on purpose.

Trying non_strict meck flag in riak_core_stat_cache.
The build failed with an undefined_module error setting up this text. I
can not get that to happen locally, but this flag has fixed similar
problems in other tests.
@rzezeski
Copy link
Contributor

rzezeski commented Sep 4, 2013

Tests fail before. Tests pass after.

+1 to merge.

engelsanchez added a commit that referenced this pull request Sep 4, 2013
Fix meck related unit test problems
@engelsanchez engelsanchez merged commit 9a6074a into develop Sep 4, 2013
@engelsanchez engelsanchez deleted the eas-fix-meck-funkiness branch September 4, 2013 22:41
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