Cas Donoghue
Cas Donoghue
Moving back to draft form. Need to track down a gem loading issue. Somehow removal of psych is breaking at least the plugin manager. Need to trace where the GEM_HOME/GEM_PATH...
After further investigation it seems that removing stdlib gems is going to be more trouble than its worth. Digging in to the example failures we see a case where logstash...
Exhaustive tests: https://buildkite.com/elastic/logstash-exhaustive-tests-pipeline/builds/2797
Thanks for looking. I see the benefit. I will see if we can dynamically compute in rubyUtils.gradle the paths to exclude like i've done in the artifacts.rake. probably maintaining a...
@jsvd how would you feel about moving the deduplication logic to the `installDefaultGems` task (which calls in to the `plugin:install-default` rake task). The reason I would like to do it...
/run exhaustive tests
run exhaustive tests
I think that the failing fips unit tests are due to the container running installDefault gems but then that not being an explicit depednecy on running the unit tests. This...
The tests are revealing some real issues. I would have thought that this commit https://github.com/elastic/logstash/pull/18340/commits/527b84fd93b1eb47d4f39e9405f0ee394e12cf08 would fix the genInstaller tests. I assumed that using a separate `gem_home` there was the...
Nice find! That is very interesting. Glad its been addressed already upstream... >The downside is that we default to using all that comes with JRuby, so typically older gems. I'm...