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
We use rack-test in a lot of our test suites. Recently rack-test 2.0.0 was released, which caused one test in multiverse[rails] to consistently fail across all ruby and rails versions that use this version of rack-test. All other tests appear to be working as expected when using rack-test 2.0.0. For now, we are pinning rack-test < 2.0 to avoid this blocking our CI runs.
Failure:
ActionControllerLiveRumTest#test_excludes_rum_instrumentation_when_streaming_with_action_stream_true [/Users/tmcclure/projects/ruby-agent/test/multiverse/suites/rails/action_controller_live_rum_test.rb:45]:
Expected "<html><head>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"beacon\",\"errorBeacon\":\"\",\"licenseKey\":\"key\",\"applicationID\":\"\",\"transactionName\":\"IQteEUMLWV4EFk4RCwYBUQEeBkdTCAo+FxEQAVEI\",\"queueTime\":0,\"applicationTime\":18,\"agent\":\"\"}</script>\n<script type=\"text/javascript\">JS LOADER IN DA HOUSE</script></head><body>Brains!</body></html>"
to include "<html><head></head><body>Brains!</body></html>".
The text was updated successfully, but these errors were encountered:
workato-integrationbot
changed the title
CI: Investigate test failure when using rack-test 2.0.0
CI: Investigate test failure when using rack-test 2.0.0
Sep 12, 2022
Description
We use rack-test in a lot of our test suites. Recently rack-test 2.0.0 was released, which caused one test in multiverse[rails] to consistently fail across all ruby and rails versions that use this version of rack-test. All other tests appear to be working as expected when using rack-test 2.0.0. For now, we are pinning rack-test < 2.0 to avoid this blocking our CI runs.
The text was updated successfully, but these errors were encountered: