Skip to content

Delegate create_proposed_shipments to Spree::OrderShipping #675

Delegate create_proposed_shipments to Spree::OrderShipping

Delegate create_proposed_shipments to Spree::OrderShipping #675

Triggered via pull request June 30, 2026 20:49
Status Cancelled
Total duration 4m 20s
Artifacts

test.yml

on: pull_request
solidus_backend JS
1m 47s
solidus_backend JS
Matrix: solidus_admin / RSpec
Matrix: solidus_api / RSpec
Matrix: solidus_backend / RSpec
Matrix: solidus_core / RSpec
Matrix: solidus_legacy_promotions / RSpec
Matrix: solidus_promotions / RSpec
Matrix: solidus_sample / RSpec
Fit to window
Zoom out
Zoom in

Annotations

144 errors and 5 warnings
solidus_sample / Rails 8.1, Ruby 4.0, postgres, activestorage
Process completed with exit code 1.
solidus_sample / Rails 8.1, Ruby 4.0, postgres, activestorage: sample/spec/lib/load_sample_spec.rb#L6
Load samples doesn't raise any error Failure/Error: require path ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_sample / Rails 7.2, Ruby 3.3, postgres, activestorage
Process completed with exit code 1.
solidus_sample / Rails 7.2, Ruby 3.3, postgres, activestorage: sample/spec/lib/load_sample_spec.rb#L6
Load samples doesn't raise any error Failure/Error: require path ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_sample / Rails 8.0, Ruby 3.4, sqlite, activestorage
Process completed with exit code 1.
solidus_sample / Rails 8.0, Ruby 3.4, sqlite, activestorage: sample/spec/lib/load_sample_spec.rb#L6
Load samples doesn't raise any error Failure/Error: require path ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/requests/spree/api/orders_spec.rb#L793
Orders working with an order with a line item when in delivery returns available shipments for an order Failure/Error: order.next! ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/requests/spree/api/orders_spec.rb#L786
Orders working with an order with a line item when in delivery includes the ship_total in the response Failure/Error: order.next! ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/features/checkout_spec.rb#L125
Api Feature Specs is able to checkout with the create request Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/features/checkout_spec.rb#L151
Api Feature Specs is able to checkout with the update request Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/features/checkout_spec.rb#L107
Api Feature Specs is able to checkout with individualized requests Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/requests/spree/api/checkouts_spec.rb#L125
Checkouts PUT 'update' transitioning to delivery does not contain duplicate variant data in delivery return Failure/Error: if @order.completed? || @order.next! ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/requests/spree/api/checkouts_spec.rb#L113
Checkouts PUT 'update' transitioning to delivery can update addresses but not transition to delivery w/o shipping setup Failure/Error: if @order.completed? || @order.next! ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/requests/spree/api/checkouts_spec.rb#L87
Checkouts PUT 'update' transitioning to delivery can update addresses and transition from address to delivery Failure/Error: if @order.completed? || @order.next! ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/requests/spree/api/checkouts_spec.rb#L392
Checkouts PUT 'next' cannot transition if order email is blank Failure/Error: @order.next! ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_api / Rails 8.1, Ruby 4.0, postgres, activestorage: api/spec/requests/spree/api/checkouts_spec.rb#L461
Checkouts PUT 'advance' returns the order Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_sample / Rails 7.2, Ruby 3.2, mysql, activestorage
Process completed with exit code 1.
solidus_sample / Rails 7.2, Ruby 3.2, mysql, activestorage: sample/spec/lib/load_sample_spec.rb#L6
Load samples doesn't raise any error Failure/Error: require path ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage
Process completed with exit code 1.
solidus_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage: promotions/spec/models/solidus_promotions/promotion_code_spec.rb#L348
SolidusPromotions::PromotionCode completing multiple orders with the same code adjusts the promo_total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage: promotions/spec/models/solidus_promotions/promotion_code_spec.rb#L360
SolidusPromotions::PromotionCode completing multiple orders with the same code resets the state of the order Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage: promotions/spec/models/solidus_promotions/promotion_code_spec.rb#L342
SolidusPromotions::PromotionCode completing multiple orders with the same code makes the adjustment disappear Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage: promotions/spec/models/solidus_promotions/promotion_code_spec.rb#L354
SolidusPromotions::PromotionCode completing multiple orders with the same code increases the total to remove the promo Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage: promotions/spec/requests/solidus_promotions/api/checkout_spec.rb#L163
Api Feature Specs is able to checkout with the update request Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage: promotions/spec/requests/solidus_promotions/api/checkout_spec.rb#L117
Api Feature Specs is able to checkout with individualized requests Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage: promotions/spec/requests/solidus_promotions/api/checkout_spec.rb#L136
Api Feature Specs is able to checkout with the create request Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage
Process completed with exit code 1.
solidus_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: promotions/spec/models/solidus_promotions/promotion_code_spec.rb#L354
SolidusPromotions::PromotionCode completing multiple orders with the same code increases the total to remove the promo Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: promotions/spec/models/solidus_promotions/promotion_code_spec.rb#L360
SolidusPromotions::PromotionCode completing multiple orders with the same code resets the state of the order Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: promotions/spec/models/solidus_promotions/promotion_code_spec.rb#L348
SolidusPromotions::PromotionCode completing multiple orders with the same code adjusts the promo_total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: promotions/spec/models/solidus_promotions/promotion_code_spec.rb#L342
SolidusPromotions::PromotionCode completing multiple orders with the same code makes the adjustment disappear Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: promotions/spec/requests/solidus_promotions/api/checkout_spec.rb#L163
Api Feature Specs is able to checkout with the update request Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: promotions/spec/requests/solidus_promotions/api/checkout_spec.rb#L136
Api Feature Specs is able to checkout with the create request Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: promotions/spec/requests/solidus_promotions/api/checkout_spec.rb#L117
Api Feature Specs is able to checkout with individualized requests Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/features/api/checkout_spec.rb#L137
Api Feature Specs is able to checkout with the create request Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L230
Legacy promotion system completing multiple orders with the same code makes the promotion ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L294
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes but does not persist the promo_total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L287
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes but does not persist the promotion as ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L298
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes the total but does not persist the promo amount Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L283
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates doesn't manipulate the database Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L331
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates with an item adjustment adjusts the adjustment total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L313
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates adjusts the promo_total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L317
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates increases the total to remove the promo Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.1, Ruby 4.0, postgres, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L306
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates makes the promotion ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/features/api/checkout_spec.rb#L137
Api Feature Specs is able to checkout with the create request Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L230
Legacy promotion system completing multiple orders with the same code makes the promotion ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L283
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates doesn't manipulate the database Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L298
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes the total but does not persist the promo amount Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L287
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes but does not persist the promotion as ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L294
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes but does not persist the promo_total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L331
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates with an item adjustment adjusts the adjustment total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L313
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates adjusts the promo_total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L317
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates increases the total to remove the promo Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L306
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates makes the promotion ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 7.2, Ruby 3.3, postgres, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_api / Rails 7.2, Ruby 3.2, mysql, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_api / Rails 7.2, Ruby 3.2, mysql, activestorage
A task was canceled.
solidus_core / Rails 7.2, Ruby 3.2, mysql, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_core / Rails 7.2, Ruby 3.2, mysql, activestorage
The operation was canceled.
solidus_api / Rails 7.2, Ruby 3.3, postgres, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_api / Rails 7.2, Ruby 3.3, postgres, activestorage
The operation was canceled.
solidus_backend / Rails 8.0, Ruby 3.4, sqlite, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_api / Rails 8.0, Ruby 3.4, sqlite, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_api / Rails 8.0, Ruby 3.4, sqlite, activestorage
The operation was canceled.
solidus_admin / Rails 8.0, Ruby 3.4, sqlite, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_admin / Rails 8.0, Ruby 3.4, sqlite, activestorage
The operation was canceled.
solidus_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage
The operation was canceled.
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L208
Taxation system integration tests selling from germany to germany an order with a sweater and a shipment has a shipping rate that correctly reflects the shipment Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L242
Taxation system integration tests selling from germany to germany an order with a download and a shipment has a shipping rate that correctly reflects the shipment Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L234
Taxation system integration tests selling from germany to germany an order with a download and a shipment has a shipment for 4.00 dollars Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L238
Taxation system integration tests selling from germany to germany an order with a download and a shipment has a shipment with 0.64 included tax Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/order/checkout_spec.rb#L279
Spree::Order with default state machine to delivery cannot transition to delivery if there are no shipping rates for any shipment is expected to raise StateMachines::InvalidTransition with message matching /We are unable to calculate shipping rates for the selected items./ Failure/Error: expect { transition.call }.to raise_error(StateMachines::InvalidTransition, /#{I18n.t("spree.items_cannot_be_shipped")}/) expected StateMachines::InvalidTransition with message matching /We are unable to calculate shipping rates for the selected items./, got #<ArgumentError: wrong number of arguments (given 1, expected 0)> with backtrace: # ./app/models/spree/order_shipping.rb:17:in 'create_proposed_shipments' # ./app/models/spree/order.rb:167:in 'Spree::Order#create_proposed_shipments' # ./spec/models/spree/order/checkout_spec.rb:280:in 'block (7 levels) in <top (required)>' # ./spec/models/spree/order/checkout_spec.rb:281:in 'block (7 levels) in <top (required)>' # ./spec/models/spree/order/checkout_spec.rb:281:in 'block (6 levels) in <top (required)>'
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/order/checkout_spec.rb#L192
Spree::Order with default state machine from address recalculates tax and updates totals Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/order/checkout_spec.rb#L231
Spree::Order with default state machine from address does not call persist_order_address on the order's user for a temporary address Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/order/checkout_spec.rb#L221
Spree::Order with default state machine from address calls persist_order_address on the order's user Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/order/checkout_spec.rb#L204
Spree::Order with default state machine from address transitions to delivery Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end Minitest::UnexpectedError: ArgumentError: wrong number of arguments (given 1, expected 0) app/models/spree/order_shipping.rb:17:in 'create_proposed_shipments' app/models/spree/order.rb:167:in 'Spree::Order#create_proposed_shipments' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/eval_helpers.rb:58:in 'StateMachines::EvalHelpers#evaluate_method' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/callback.rb:193:in 'block in StateMachines::Callback#run_methods' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/callback.rb:192:in 'Array#each' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/callback.rb:192:in 'StateMachines::Callback#run_methods' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/callback.rb:159:in 'StateMachines::Callback#call' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition.rb:366:in 'StateMachines::Transition#before' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition.rb:190:in 'block in StateMachines::Transition#run_callbacks' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition.rb:293:in 'block in StateMachines::Transition#pausable' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition.rb:293:in 'Kernel#catch' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition.rb:293:in 'StateMachines::Transition#pausable' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition.rb:190:in 'StateMachines::Transition#run_callbacks' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition_collection.rb:128:in 'StateMachines::TransitionCollection#run_callbacks' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition_collection.rb:214:in 'StateMachines::AttributeTransitionCollection#run_callbacks' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition_collection.rb:62:in 'block (2 levels) in StateMachines::TransitionCollection#perform' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition_collection.rb:62:in 'Kernel#catch' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition_collection.rb:62:in 'block in StateMachines::TransitionCollection#perform' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition_collection.rb:187:in 'StateMachines::TransitionCollection#within_transaction' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-0.6.0/lib/state_machines/transition_collection.rb:61:in 'StateMachines::TransitionCollection#perform' /home/runner/work/solidus/solidus/vendor/bundle/ruby/3.4.0/gems/state_machines-a
solidus_core / Rails 8.0, Ruby 3.4, sqlite, activestorage: core/spec/models/spree/order/checkout_spec.rb#L212
Spree::Order with default state machine from address does not call persist_order_address if there is no address on the order Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 7.2, Ruby 3.3, postgres, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_core / Rails 7.2, Ruby 3.3, postgres, activestorage
The operation was canceled.
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/features/api/checkout_spec.rb#L164
Api Feature Specs is able to checkout with the update request Failure/Error: put "/api/checkouts/#{@order.number}/advance" ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L230
Legacy promotion system completing multiple orders with the same code makes the promotion ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L331
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates with an item adjustment adjusts the adjustment total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L313
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates adjusts the promo_total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L317
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates increases the total to remove the promo Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L306
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when persisting updates makes the promotion ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L294
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes but does not persist the promo_total Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L287
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes but does not persist the promotion as ineligible Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L298
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates changes the total but does not persist the promo amount Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_legacy_promotions / Rails 8.0, Ruby 3.4, sqlite, activestorage: legacy_promotions/spec/models/spree/promotion_integration_spec.rb#L283
Legacy promotion system checking whether a promotion code is still eligible after one use with the in-memory order updater when not persisting updates doesn't manipulate the database Failure/Error: order.next! until order.can_complete? ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_promotions / Rails 7.2, Ruby 3.2, mysql, activestorage
The operation was canceled.
solidus_admin / Rails 7.2, Ruby 3.2, mysql, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_admin / Rails 7.2, Ruby 3.2, mysql, activestorage
The operation was canceled.
solidus_admin / Rails 8.1, Ruby 4.0, postgres, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_admin / Rails 8.1, Ruby 4.0, postgres, activestorage
The operation was canceled.
solidus_admin / Rails 7.2, Ruby 3.3, postgres, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_admin / Rails 7.2, Ruby 3.3, postgres, activestorage
The operation was canceled.
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage
The operation was canceled.
solidus_backend / Rails 7.2, Ruby 3.2, mysql, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/orders/payments_spec.rb#L323
Payments when required quantity is more than available displays an error Failure/Error: while @order.next; end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 7.2, Ruby 3.2, mysql, activestorage
The operation was canceled.
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/orders/payments_spec.rb#L297
Payments with an differently named payment method is able to create a new payment Failure/Error: while @order.next; end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 7.2, Ruby 3.2, mysql, activestorage: backend/spec/features/admin/orders/line_items_spec.rb#L21
Order Line Items can edit a line item's quantity Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/orders/payments_spec.rb#L216
Payments with no prior payments with a credit card payment method is able to create a new credit card payment with valid information Failure/Error: while @order.next; end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/orders/payments_spec.rb#L245
Payments with no prior payments user existing card is able to reuse customer payment source Failure/Error: while @order.next; end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/orders/line_items_spec.rb#L21
Order Line Items can edit a line item's quantity Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/orders/customer_details_spec.rb#L63
Customer Details brand new order when required quantity is more than available displays an error Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 7.2, Ruby 3.2, mysql, activestorage: backend/spec/features/admin/orders/customer_details_spec.rb#L63
Customer Details brand new order when required quantity is more than available displays an error Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/orders/customer_details_spec.rb#L53
Customer Details brand new order does not reset guest checkout to true when returning to customer tab Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 7.2, Ruby 3.2, mysql, activestorage: backend/spec/features/admin/orders/customer_details_spec.rb#L38
Customer Details brand new order associates a user when not using guest checkout Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/orders/customer_details_spec.rb#L38
Customer Details brand new order associates a user when not using guest checkout Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 7.2, Ruby 3.2, mysql, activestorage: backend/spec/features/admin/orders/customer_details_spec.rb#L53
Customer Details brand new order does not reset guest checkout to true when returning to customer tab Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L242
Taxation system integration tests selling from germany to germany an order with a download and a shipment has a shipping rate that correctly reflects the shipment Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L380
Taxation system integration tests selling from germany to romania an order with a download and a shipment has a shipping rate that correctly reflects the shipment Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L376
Taxation system integration tests selling from germany to romania an order with a download and a shipment has a shipment with 0.40 included tax Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L372
Taxation system integration tests selling from germany to romania an order with a download and a shipment it has a shipment with worth 2.00 Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L296
Taxation system integration tests selling from germany to romania an order with a book and a shipment has a shipment for 8.00 dollars Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L300
Taxation system integration tests selling from germany to romania an order with a book and a shipment has a shipment with 0.52 included tax Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L304
Taxation system integration tests selling from germany to romania an order with a book and a shipment has a shipping rate that correctly reflects the shipment Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L334
Taxation system integration tests selling from germany to romania an order with a sweater and a shipment has a shipment for 16.00 dollars Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L342
Taxation system integration tests selling from germany to romania an order with a sweater and a shipment has a shipping rate that correctly reflects the shipment Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_core / Rails 8.1, Ruby 4.0, postgres, activestorage: core/spec/models/spree/tax/taxation_integration_spec.rb#L338
Taxation system integration tests selling from germany to romania an order with a sweater and a shipment has a shipment with 2.55 included tax Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage
The operation was canceled.
Test
Canceling since a higher priority waiting request for test-6509/merge exists
Test
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage: backend/spec/features/admin/orders/new_order_spec.rb#L148
New Order start by customer address completes order fine Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
Test
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage: backend/spec/features/admin/orders/new_order_spec.rb#L231
New Order customer with default credit card transitions to confirm not to complete Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
Test
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage: backend/spec/features/admin/orders/new_order_spec.rb#L98
New Order adding new item to the order inventory items show up just fine and are also registered as shipments Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
Test
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage: backend/spec/features/admin/orders/new_order_spec.rb#L35
New Order completes new order succesfully without using the cart Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
Test
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage: backend/spec/features/admin/orders/new_order_spec.rb#L72
New Order can create split payments Failure/Error: @order.contents.advance ArgumentError: wrong number of arguments (given 1, expected 0)
Test
Canceling since a higher priority waiting request for test-6509/merge exists
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage: backend/spec/features/admin/orders/line_items_spec.rb#L21
Order Line Items can edit a line item's quantity Failure/Error: def create_proposed_shipments if @order.completed? raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_order_completed")) elsif @order.shipments.any? { |shipment| !shipment.pending? } raise Spree::Order::CannotRebuildShipments.new(I18n.t("spree.cannot_rebuild_shipments_shipments_not_pending")) else @order.shipments.destroy_all @order.shipments.push(*Spree::Config.stock.coordinator_class.new(@order).shipments) end ArgumentError: wrong number of arguments (given 1, expected 0)
solidus_admin / Rails 8.1, Ruby 4.0, postgres, activestorage: admin/spec/features/product_spec.rb#L105
Product option types clicking on Edit leads to option type edit page Skipped: Temporarily skipped with xit
solidus_admin / Rails 7.2, Ruby 3.3, postgres, activestorage: admin/spec/features/product_spec.rb#L105
Product option types clicking on Edit leads to option type edit page Skipped: Temporarily skipped with xit
solidus_backend / Rails 8.1, Ruby 4.0, postgres, activestorage: backend/spec/features/admin/products/edit/taxons_spec.rb#L51
Product Display Order managing display order with an XSS attempt displays the escaped HTML without executing it Skipped: No reason given
solidus_backend / Rails 7.2, Ruby 3.2, mysql, activestorage: backend/spec/features/admin/products/edit/taxons_spec.rb#L51
Product Display Order managing display order with an XSS attempt displays the escaped HTML without executing it Skipped: No reason given
solidus_backend / Rails 7.2, Ruby 3.3, postgres, activestorage: backend/spec/features/admin/products/edit/taxons_spec.rb#L51
Product Display Order managing display order with an XSS attempt displays the escaped HTML without executing it Skipped: No reason given