Comment 0 for bug 2077617

Revision history for this message
Pushkar Kulkarni (pushkarnk) wrote : autopkgtest failures with ruby-defaults 1:3.3~ubuntu3

The autopkgtests of ruby-attr-encrypted that are run by the gem2deb-test-runner fail (e.g: [1]) with ruby-defaults 1:3.3~ubuntu3 due to a change in the behavior of the MiniTest gem. Ruby 3.3 comes with minitest 5.20.00. Startung version 5.19.0, the MiniTest class is no longer loaded by default. Either the use of "MiniTest" needs to be replaced by "Minitest" or env var MT_COMPAT needs to be defined.

[1] https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-oracular/oracular/amd64/r/ruby-attr-encrypted/20240820_142215_b81be@/log.gz

[2] https://docs.seattlerb.org/minitest/History_rdoc.html#label-5.19.0+-2F+2023-07-26