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

Upgrade water dependency #3406

Merged
merged 1 commit into from
Nov 19, 2019

Conversation

lukedirtwalker
Copy link
Collaborator

@lukedirtwalker lukedirtwalker commented Nov 19, 2019

Recently we saw SIG acceptance tests fail more often that usual.
Since the Go1.13 change (#3362) we saw in some SIGs problems with the TUN device.
Investigating further we came across golang/go#30624.
From there we saw that water library is very old and still uses os.OpenFile,
which was replaced in other similar libs to mitigate afformentioned Go issue.


This change is Reviewable

Recently we saw SIG acceptance tests fail more often that usual.
Since the Go1.13 change (scionproto#3362) we saw in some SIGs problems with the TUN device.
Investigating further we came across golang/go#30624.
From there we saw that water library is very old and still uses os.OpenFile,
which was replaced in other similar libs to mitigate afformentioned Go issue.
Copy link
Contributor

@kormat kormat left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@lukedirtwalker lukedirtwalker merged commit 06998ae into scionproto:master Nov 19, 2019
@lukedirtwalker lukedirtwalker deleted the pubUpgrageWater branch November 19, 2019 17:04
lukedirtwalker added a commit to lukedirtwalker/scion that referenced this pull request Nov 27, 2019
This was already done by scionproto#3406 but then got reverted by the go.mod change (scionproto#3419)
lukedirtwalker added a commit that referenced this pull request Nov 27, 2019
This was already done by #3406 but then got reverted by the go.mod change (#3419)
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