Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
test_port_ruby
on build nodes with outdated system java (elasti…
…c#14358) When running certain integration tests, a test against a given port is performed to ensure that certain dependent services are up. Currently, these are tests are done either via `nc` or `ruby` if no `nc` is provisioned on the build nodes. The current `ruby` implenentation attempts to use a system ruby before using the ruby script shipped with Logstash. This commit removes the use of the system jruby - certain build boxes are still using java8 as their system java, which causes builds to fail, as java 11 is expected
- Loading branch information