-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Integration tests broken reporting ChildProcess::LaunchError:
Bad file descriptor -
#15757
Labels
Comments
dliappis
added a commit
to dliappis/logstash
that referenced
this issue
Jan 8, 2024
dliappis
added a commit
that referenced
this issue
Jan 8, 2024
This commit pins the `childprocess` gem to version `4` since version `5.0.0` of enkessler/childprocess#175 seems to have broken JRuby support for spawning. Closes #15757 Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: João Duarte <[email protected]>
github-actions bot
pushed a commit
that referenced
this issue
Jan 8, 2024
This commit pins the `childprocess` gem to version `4` since version `5.0.0` of enkessler/childprocess#175 seems to have broken JRuby support for spawning. Closes #15757 Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: João Duarte <[email protected]> (cherry picked from commit 9f1d55c)
github-actions bot
pushed a commit
that referenced
this issue
Jan 8, 2024
This commit pins the `childprocess` gem to version `4` since version `5.0.0` of enkessler/childprocess#175 seems to have broken JRuby support for spawning. Closes #15757 Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: João Duarte <[email protected]> (cherry picked from commit 9f1d55c)
This was referenced Jan 8, 2024
github-actions bot
pushed a commit
that referenced
this issue
Jan 8, 2024
This commit pins the `childprocess` gem to version `4` since version `5.0.0` of enkessler/childprocess#175 seems to have broken JRuby support for spawning. Closes #15757 Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: João Duarte <[email protected]> (cherry picked from commit 9f1d55c)
dliappis
added a commit
that referenced
this issue
Jan 8, 2024
This commit pins the `childprocess` gem to version `4` since version `5.0.0` of enkessler/childprocess#175 seems to have broken JRuby support for spawning. Closes #15757 Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: João Duarte <[email protected]> (cherry picked from commit 9f1d55c) Co-authored-by: Dimitrios Liappis <[email protected]>
dliappis
added a commit
that referenced
this issue
Jan 8, 2024
This commit pins the `childprocess` gem to version `4` since version `5.0.0` of enkessler/childprocess#175 seems to have broken JRuby support for spawning. Closes #15757 Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: João Duarte <[email protected]> (cherry picked from commit 9f1d55c) Co-authored-by: Dimitrios Liappis <[email protected]>
dliappis
added a commit
that referenced
this issue
Jan 8, 2024
This commit pins the `childprocess` gem to version `4` since version `5.0.0` of enkessler/childprocess#175 seems to have broken JRuby support for spawning. Closes #15757 Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: João Duarte <[email protected]> (cherry picked from commit 9f1d55c) Co-authored-by: Dimitrios Liappis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Jan 8 2024 all integration tests for pull requests are failing for
main
,8.12
,8.11
branches (and possibly7.17
but untested yet).Example on Buildkite: https://buildkite.com/elastic/logstash-pull-request-pipeline/builds/640#018ce885-ad4c-4f0e-82f6-3b7f2072a524
Example on Jenkins: https://logstash-ci.elastic.co/job/elastic+logstash+main+multijob-integration-1/
Error output
Reproduction
On a fresh Ubuntu 22.04 VM, or via Docker using the instructions in https://docs.elastic.dev/ingest-dev-docs/logstash/logstash-pull-request-buildkite-ci#reproducing-failures:
Checkout to branch
8.12
of Logstash (ormain
, or8.11
):Run:
ci/integration_tests.sh specs/beats_input_spec.rb
The suspicion falls on childprocess since yesterday (January 7 2024) brought the new release
5.0.0
after several years which changed backends for simplicity and portability (changelog).The text was updated successfully, but these errors were encountered: