You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this test fail today when building Log::Any 1.717 with Mojolicious 7 (which caused confusion when "well, it worked on my machine" with an up-to-date Mojo).
# Failed test 'default log with Mojo::Exception message - message stringifies correctly'
# at t/proxy-with-stack-trace.t line 358.
# 'Help!'
# doesn't match '(?^:^Help! at t/proxy-with-stack-trace\.t line \d+\.)'
# Failed test 'proxy log with Mojo::Exception message - message stringifies correctly'
# at t/proxy-with-stack-trace.t line 358.
# 'Help!'
# doesn't match '(?^:^Help! at t/proxy-with-stack-trace\.t line \d+\.)'
# Failed test 'proxy log show args with Mojo::Exception message - message stringifies correctly'
# at t/proxy-with-stack-trace.t line 358.
# 'Help!'
# doesn't match '(?^:^Help! at t/proxy-with-stack-trace\.t line \d+\.)'
# Looks like you failed 3 tests of 241.
Temporary solution will be to pin the Log::Any version until Mojo Is upgraded Another of our dependancies pulls in the latest version of Log::Any, foiling the pin in our cpanfile. Installing sooner in the build pipeline.
Raising the issue for awareness.
The text was updated successfully, but these errors were encountered:
Found this test fail today when building Log::Any 1.717 with Mojolicious 7 (which caused confusion when "well, it worked on my machine" with an up-to-date Mojo).
Mojolicious fixed this in 8.22
Temporary solution will be to pin the Log::Any version until Mojo Is upgradedAnother of our dependancies pulls in the latest version of Log::Any, foiling the pin in our cpanfile. Installing sooner in the build pipeline.Raising the issue for awareness.
The text was updated successfully, but these errors were encountered: