Seth Nickell
Seth Nickell
`bundle exec kitchen converge` and `bundle exec kitchen verify` now work for `cdo-ruby`
Getting a unit test failure on `bundle exec spring testunit ./test/lib/services/lti/auth_id_generator_test.rb` and a zillion other tests the same failure (anything that uses Honeybadger.notify()): ``` test_when_aud_is_an_Array_with_more_than_one_client_id_call_should_raise_an_error#Services::Lti::AuthIdGeneratorTest (1310.16s) -- 677 | [ArgumentError]...
Some new ugly warnings about Ruby 3.4 deprecating lots of "default included in the past" gems: ``` /Users/seth/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/spring-3.1.1/lib/spring/watcher/abstract.rb:3: warning: mutex_m was loaded from the standard library, but will no longer...
Local test fails, still waiting to see if they fail in drone too: `bundle exec spring testunit ./test/lib/image_lib_test.rb` fails consistently in local dev: ``` FAIL["test_overlay_image", "ImageLibTest", 215.22972600068897] test_overlay_image#ImageLibTest (215.23s) Overlaid...
Getting new (?) warning: `lib/cdo/markdown/handler.rb:10: warning: undefining the allocator of T_DATA class Redcarpet::Markdown`. Matches https://www.redmine.org/issues/38118, which says this is fixed in RedCarpet 3.6. Updating redcarpet version to match.
# Broken Unit Tests ### `honeybadger_test.rb` breaks when full test suite runs This is a Ruby 3.3.4 upgrade branch. This is the last unit test that won't pass. It fails...
UPDATE: we'll need to upgrade chef (which is HARD) to keep using the docker driver with Ruby 3.3, but we could potentially decide its ok to break it. See section...
Running `bundle exec kitchen create` in cdo-python to test dokken with Ruby 3.3.4 gave this error: ``` bundler: failed to load command: kitchen (/Users/seth/.rbenv/versions/3.3.4/bin/kitchen) /Users/seth/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/excon-0.93.1/lib/excon/connection.rb:93:in `initialize': The `:host` parameter should...
Cookbooks: `bundle exec berks package` fails with: ``` An error occurred while reading the Berksfile: undefined method `[]' for nil ``` Did: `bundle update berkshelf`, which updated a LOT of...
Running `rake adhoc:start` was producing this error: ``` code-dot-org git:(seth/ruby-3.3) bundle exec rake adhoc:start RAILS_ENV=adhoc Finished adhoc:environment (less than a minute) RAILS_ENV=adhoc RACK_ENV=adhoc bundle exec ./update_certs adhoc-seth-ruby-3-3.cdn-code.org adhoc-seth-ruby-3-3-studio.cdn-code.org origin-adhoc-seth-ruby-3-3.cdn-code.org bundle...