-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update fstream
dependency (1.0.11
→ 1.0.12
).
#53932
Conversation
@@ -37,7 +37,7 @@ describe('kibana cli', function() { | |||
urls: [], | |||
workingPath: testWorkingPath, | |||
tempArchiveFile: tempArchiveFilePath, | |||
timeout: 0, | |||
timeout: 2000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elastic/kibana-operations I did patch version bump (from 2.2.1
to 2.2.4
) for https-proxy-agent
and should use https_proxy for secure URLs
test started to fail with Jest timeout, so I had to switch to a finite timeout.
Does either current or previous behavior raise a red flag for you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@azasypkin I did not spot any reason that would cause that to fail. The only place where that timeout is used is at https://github.com/elastic/kibana/blob/46e7af9c35a1945d1cd0e4cf93b4b37bfb30a176/src/cli_plugin/install/downloaders/http.js#L53 and is passed to @hapi/wreck
The only issue I found on https-proxy-agent
mentioning a problem with jest timeouts was that one TooTallNate/proxy-agents#75 but it does not look related.
46e7af9
to
9d65706
Compare
Removed |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
fstream
and geckodriver
dependencies.fstream
dependency (1.0.11
→ 1.0.12
).
7.x/7.6.0: 2f87d85 |
Summary
Upgrades minimum version of
fstream
we rely on from1.0.11
to1.0.12
:Release notes - N/A, diff v1.0.11...v1.0.12