-
Notifications
You must be signed in to change notification settings - Fork 133
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
Fixing Faraday::RackBuilder::StackLocked #1371
Conversation
/test |
jenkins test please |
🌐 Coverage report
|
@ericproulx I ran the tests and the failures are not related to these changes. I'll need to take a closer look and possibly merge this PR in anyway so it's not sitting too long until I fix the test failures. Thanks for your patience. |
Just FYI, the test failures are due to the merge of this PR, reported in this issue. |
@ericproulx can you rebase? I resolved the test failures in main. |
960793c
to
939e06e
Compare
Done |
Thanks again @ericproulx ! |
Hi folks! We also encountered this issue and would like to know when you guys are planning to make a release including this fix? Thanks! |
* elastic/main: (30 commits) docs: remove kibana endpoint (elastic#1381) Update status badge (elastic#1379) Create single status check that can be set as required (elastic#1378) Remove jenkins related precommit hooks (elastic#1380) Migrate Jenkinsfile 2 GH Actions Workflow (elastic#1366) Migrate update specs to updatecli (elastic#1375) v4.6.2 Fixing Faraday::RackBuilder::StackLocked (elastic#1371) Fix jruby docker images (elastic#1367) Update reference to sinatra main (elastic#1373) Update release:update_branch task to reference branch 4.x Add missing docs reference v4.6.1 Add security options to docker containers (elastic#1356) Make sure http status code is set when Faraday Middleware is used (elastic#1368) Use composite action for updatecli workflow (elastic#1365) Fix sha source in updatecli update-specs.yml (elastic#1363) Add update-specs updatecli workflow (elastic#1359) use jruby user to run docker containers (elastic#1355) Close the read pipe at the right moment (elastic#1351) ...
This PR is intended to fix #1370.
What does this pull request do?
This PR removes Faraday's tracing middleware and replaces it by a begin/rescue of Faraday's ClientError and ServerError.
Why is it important?
It fixes a bug in 4.6.1. release
Checklist
.rubocop.yml
)[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have made corresponding changes to the documentation[ ] I have updated supported-technologies.asciidoc[ ] Added an API method or config option? Document in which version this will be introducedRelated issues