buildkite / test-collector-ruby

Buildkite Test Analytics collector for Ruby test frameworks
http://buildkite.com/test-analytics
MIT License
15 stars 26 forks source link

PIE-1986 ensure all traces are added to the trace list #206

Closed nprizal closed 11 months ago

nprizal commented 1 year ago

Description

We found that some failed tests are in Rspec not being reported to test analytics, due to another around hook throws an exception after running the test. This PR ensure all test traces are added to the list, so it can be reported to Test Analytics.