Skip to content

Enhance logging in with_retry_on_rate_limit for Stripe errors to incl… #2629

Enhance logging in with_retry_on_rate_limit for Stripe errors to incl…

Enhance logging in with_retry_on_rate_limit for Stripe errors to incl… #2629

Triggered via push September 11, 2025 16:58
Status Success
Total duration 16m 36s
Artifacts

tests.yml

on: push
Build base image
15s
Build base image
Build test image
5m 18s
Build test image
Matrix: test_fast
Matrix: test_slow
Unblock deployment from Buildkite
0s
Unblock deployment from Buildkite
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Test Fast 11: spec/models/purchase_spec.rb#L2306
Purchase merchant account when the creator has their own merchant account RSpec::ExampleGroups::Purchase::MerchantAccount::WhenTheCreatorHasTheirOwnMerchantAccount::WhenThePurchaseHasSalesTaxThatGumroadIsCollectingAndWillPayAsTheMerchant Failure/Error: let(:purchase) do create(:purchase, seller: user, link:, price_cents: link.price_cents, fee_cents: 30, purchase_state: "in_progress", merchant_account: nil, chargeable:, full_name: "Edgar Gumstein", street_address: "123 Gum Road", city: "London", zip_code: "94017", country: "United Kingdom", ip_country: "United Kingdom") end `let` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block).