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
I noticed test failures in schemas/acceptance_test.rb; the PR changes did not overlap with those tests, so these seem to be flaky failures that affect throughput. This issue is to track the fix to address this CI flakiness.
Code example
expect_with_retry"pubsub_subscribe_avro_records_with_revisions"doassert_output/Received a binary-encoded message:.*Alaska.*Received a binary-encoded message:.*California/mdosubscribe_avro_records_with_revisionssubscription_id: @subscription.nameendend
Full backtrace
Finished in 1505.708359s, 0.0345 runs/s, 0.1561 assertions/s.
1) Failure:
schemas::AVRO#test_0006_supports pubsub_subscribe_avro_records_with_revisions [acceptance/schemas_test.rb:265]:
In stdout.
Expected /Received a binary-encoded message:.*Alaska.*Received a binary-encoded message:.*California/m to match "".
52 runs, 235 assertions, 1 failures, 0 errors, 8 skips
Environment details
Steps to reproduce
schemas/acceptance_test.rb; the PR changes did not overlap with those tests, so these seem to be flaky failures that affect throughput. This issue is to track the fix to address this CI flakiness.Code example
Full backtrace