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(request-manager): Flaky network messsage should be info, not warning #4621

Merged
merged 1 commit into from
Oct 4, 2017

Conversation

BYK
Copy link
Member

@BYK BYK commented Oct 3, 2017

Summary

Sometimes Yarn saturates the network and sometimes the network itself
has issues, especially on CI and Yarn reports this as a warning. This
should be a simple info message unless it actually completely fails.

This also fixes a flaky integration test with react-scripts.

Test plan

react-scripts integration test should not be flaky anymore.

**Summary**

Sometimes Yarn saturates the network and sometimes the network itself
has issues, especially on CI and Yarn reports this as a warning. This
should be a simple info message unless it actually completely fails.

This also fixes a flaky integration test with react-scripts.

**Test plan**

`react-scripts` integration test should not be flaky anymore.
@BYK BYK requested a review from arcanis October 3, 2017 22:10
@buildsize
Copy link

buildsize bot commented Oct 3, 2017

This change will decrease the build size from 9.9 MB to 9.9 MB, a decrease of 347 bytes (0%)

File name Previous Size New Size Change
yarn-[version].noarch.rpm 856.56 KB 856.48 KB -73 bytes (0%)
yarn-[version].js 3.77 MB 3.77 MB -14 bytes (0%)
yarn-legacy-[version].js 3.82 MB 3.82 MB -14 bytes (0%)
yarn-v[version].tar.gz 862.45 KB 862.41 KB -42 bytes (0%)
yarn_[version]all.deb 652.03 KB 651.83 KB -204 bytes (0%)

Copy link
Member

@arcanis arcanis left a comment

Choose a reason for hiding this comment

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

Sounds good 👍

@BYK BYK merged commit 0115ece into master Oct 4, 2017
@BYK BYK deleted the whiny branch October 4, 2017 10:30
joaolucasl pushed a commit to joaolucasl/yarn that referenced this pull request Oct 27, 2017
…ing (yarnpkg#4621)

**Summary**

Sometimes Yarn saturates the network and sometimes the network itself
has issues, especially on CI and Yarn reports this as a warning. This
should be a simple info message unless it actually completely fails.

This also fixes a flaky integration test with react-scripts.

**Test plan**

`react-scripts` integration test should not be flaky anymore.
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.

None yet

2 participants