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

Skip unit test TestFirstListenerSetupGetsPort8080WhenPassedPortZero #73

Merged
merged 4 commits into from
Jun 21, 2019

Conversation

tsachiherman
Copy link
Contributor

Summary

Modify the unit test TestFirstListenerSetupGetsPort8080WhenPassedPortZero so that it won't fail when running on a developer machine that already has the algod process running.

Test Plan

Local execution passed with port 8080 preoccupied. Travis run pass as expected.

@tsachiherman tsachiherman requested a review from Karmastic June 21, 2019 15:02
// (ex if a dev has a node running on port 8080 and runs the test, it will fail)
defaultAddr := "127.0.0.1:0"
expectedAddr := "127.0.0.1:8080"
// (execpt if a dev has a node running on port 8080 and runs the test; in that case, we can't run this test.)
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: except

@zeldovich zeldovich merged commit f41aa9b into algorand:master Jun 21, 2019
@tsachiherman tsachiherman deleted the tsachi/skip8080test branch June 21, 2019 17:15
pzbitskiy pushed a commit to pzbitskiy/go-algorand that referenced this pull request May 11, 2020
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.

3 participants