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 bug causing integration tests to fail locally sometimes #90

Merged
merged 1 commit into from
Mar 13, 2018

Conversation

edaniszewski
Copy link
Contributor

Review Deadline: --

Summary

the mock app used in integration tests was attempting to register plugins out of the default plugin directory, as expected if sockets exist there. the sockets that were there on my machine were placed there from local plugin testing/dev.

This change the default plugin dir to a temporary directory for testing so it shouldn't mess with anything local.

Related Issues

Copy link
Contributor

@MatthewHink MatthewHink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have logs showing where we are trying to load plugins from? We may. Can't remember right now, but we need that.

@edaniszewski
Copy link
Contributor Author

yup we should have the location and mode (unix/tcp) of each plugin logged out on plugin registration

@edaniszewski edaniszewski merged commit 924fdbe into v2.0-dev Mar 13, 2018
@edaniszewski edaniszewski deleted the integration-test-local-fix branch March 13, 2018 15:00
@MatthewHink
Copy link
Contributor

Thanks

edaniszewski pushed a commit that referenced this pull request Apr 5, 2018
Increasing the graphql timeout to 5m
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.

2 participants