-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
fix the hanging test in Jenkins. fix #6899 #8365
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
Conversation
CI=true check is insufficient. It doesnt work for Jenkins, Teamcity, TaskCluster. Where Jenkins and Teamcity are big ones.
|
Hi iamstarkov! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
build fails in some environments due to some unrelated tests failing I dont understand why that can be failing, if someone will explain why, I'll fix it |
|
I figured it out, master is unhealthy and fails in the same environments with similar errors. Therefore my PR didnt break anything more than current master did |
|
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
|
@Stale please chill. its stale, only because nobody reviewed it yet |
|
Wouldn't adding the environment variable to your pipeline suffice? That's what most other folks are doing in environments that don't set |
|
it does suffice, but the bug itself is a regression (judging from my experience and by the open issues), so my intention was to fix the regression problem |
|
we migrated away from Jenkins |
CI=true check is insufficient.
It doesnt work for Jenkins, Teamcity, TaskCluster. Where Jenkins and Teamcity are big ones.
If you dont want to bring
is-ciandci-infoin, I understand, but let me adjust the PR with this snippet fromci-info:https://github.com/watson/ci-info/blob/master/index.js#L52-L59
Verification: I tried modified fork on a local jenkins and it react-scripts test dont hang up anymore