-
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
[META] problems surfacing due switching docker base image #13572
Comments
since 94d04f8 this should now be surfacing with 7.x SNAPSHOT builds as well |
the interrupt issue is related to the rufus-scheduler update after all, the initialization of a work-around of avoiding execution of such code in a separate thread will be in place: begin
# TODO: CI work-around - will most likely be moved to the scheduler mixin
require 'et-orbi.rb' # a dependency of rufus-scheduler since 3.4
::EtOrbi::EoTime.now # might take a long time to initialize - loading time zone
# data (from tz-info) and thus gets un-predictable on CI, since the scheduler worker
# thread might be stuck starting while we attempt to shutdown in a given time frame
rescue LoadError
end |
Logstash is (recently) switched it's base Docker image from CentOS 7 to Ubuntu 20.04
This issue is meant to track (mostly plugin testing) related issues caused by the switch.
The text was updated successfully, but these errors were encountered: