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

lntest/timeout: split into darwin and non-darwin timeouts #2846

Merged
merged 2 commits into from
Mar 28, 2019

Conversation

cfromknecht
Copy link
Contributor

Splits out the lntest timeout constants into darwin and non-darwin variants. This is required for the async_payment_benchmark to pass reliably, as it suffers from a regression starting with go1.12+darwin after correcting the standard library's usage of fsync. See golang/go#26650 and golang/go#27415.

@cfromknecht cfromknecht changed the title lntest/constant: split into darwin and non-darwin timeouts lntest/timeout: split into darwin and non-darwin timeouts Mar 27, 2019
@cfromknecht cfromknecht added golang/build system Related to the go language and compiler testing Improvements/modifications to the test suite itests Issues related to integration tests. labels Mar 27, 2019
Copy link
Member

@Roasbeef Roasbeef left a comment

Choose a reason for hiding this comment

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

LGTM 🦖

@Roasbeef Roasbeef merged commit 341f5e4 into lightningnetwork:master Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
golang/build system Related to the go language and compiler itests Issues related to integration tests. testing Improvements/modifications to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants