# Premature connection close
# Failed test 'GET /adds-breadcrumb'
# at t/mojolicious-plugin-sentry-sdk.t line 92.
# Failed test '200 OK'
# at t/mojolicious-plugin-sentry-sdk.t line 92.
# got: undef
# expected: '200'
# Failed test 'exact match for selector "Hello!"'
# at t/mojolicious-plugin-sentry-sdk.t line 92.
# got: ''
# expected: undef
# Failed test 'Mojolicious::Plugin::SentrySDK registers breadcrumbs'
# at t/mojolicious-plugin-sentry-sdk.t line 95.
# got: '0'
# expected: '1'
# Failed test 'Mojolicious::Plugin::SentrySDK registers breadcrumbs' by dying:
# Modification of non-creatable array value attempted, subscript -1
# at t/mojolicious-plugin-sentry-sdk.t line 97.
# Looks like you failed 5 tests of 5.
t/mojolicious-plugin-sentry-sdk.t ..
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/5 subtests
And sometimes
# Failed test 'exact match for selector "Hello!"'
# at t/mojolicious-plugin-sentry-sdk.t line 92.
# got: ''
# expected: undef
# Looks like you failed 1 test of 9.
t/mojolicious-plugin-sentry-sdk.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests
It seems that this happens if Mojolicious is too old. 9.21 and greater seems to be OK, 9.19 and less is not (don't know about 9.20):
The test suite fails on some of my smokers:
And sometimes
It seems that this happens if Mojolicious is too old. 9.21 and greater seems to be OK, 9.19 and less is not (don't know about 9.20):