buildkite / test-collector-ruby

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

Log standard error raised during upload #195

Closed nprizal closed 1 year ago

nprizal commented 1 year ago

We rescue a standard error during upload to prevent builds from failing. However, there is no way to know what the real errors are. We want to log the error while silently rescuing it so we know what went wrong.

This fixes issue https://github.com/buildkite/test-collector-ruby/issues/194

I also updated the documentation for an extra step when using VCR in a test suites, as raised by that same issue.