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

Created smoketest verifying the bot starts #38

Merged
merged 1 commit into from
May 10, 2016
Merged

Created smoketest verifying the bot starts #38

merged 1 commit into from
May 10, 2016

Conversation

phillipj
Copy link
Member

@phillipj phillipj commented May 9, 2016

As a means of being more confident deploying the bot automatically to production upon merge to master, this ensures the bot at least starts as planned and responds on a trivial GET request.

Did some refactoring to make the bot more testable, most noticeably extracted the server.listen() part into it's own file so the app could be tested in isolation with explicit control over the server/listening part for testing purposes. Plus not always starting the SSE relay client (which we don't need while testing).

Refs nodejs/build#404.

@Fishrock123
Copy link
Contributor

lgtm

@phillipj phillipj merged commit a9fac8a into master May 10, 2016
@phillipj phillipj deleted the smoketest branch May 10, 2016 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants