Created
March 16, 2016 12:07
-
-
Save Epigene/a4153a15002ea9c065ba to your computer and use it in GitHub Desktop.
Test failures on master, before rails update an Transaction -> Payment change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Finished in -23759279.72749 seconds (files took 5.46 seconds to load) | |
590 examples, 65 failures, 39 pending | |
Failed examples: | |
rspec ./spec/models/order_spec.rb:26 # Order Spec should get a user with phone number by default | |
rspec ./spec/models/order_spec.rb:341 # Order current_pipeline_payment_system order without pipline returns nil | |
rspec ./spec/models/order_spec.rb:356 # Order paid order has one paid order | |
rspec ./spec/models/order_spec.rb:195 # Order statuses #paid? should return true if status is paid | |
rspec ./spec/models/order_spec.rb:218 # Order statuses ecommercable? method should return true if order paid but transaction provider is swedbank_lv | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:76 # OrderMailigenExt should return correct value for mailigen_name | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:82 # OrderMailigenExt should return correct value for mailigen_unpaid_orders | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:90 # OrderMailigenExt should return correct value for mailigen_paid_orders | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:96 # OrderMailigenExt should return correct value for mailigen_origin_date | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:100 # OrderMailigenExt should return correct value for mailigen_country | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:104 # OrderMailigenExt should return correct value for mailigen_language | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:108 # OrderMailigenExt should return correct value for mailigen_origin_website | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:112 # OrderMailigenExt should return correct value for mailigen_height | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:116 # OrderMailigenExt should return correct value for mailigen_weight | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:120 # OrderMailigenExt should return correct value for mailigen_overweight | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:124 # OrderMailigenExt should return correct value for original_weight | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:128 # OrderMailigenExt should return correct value for mailigen_age | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:132 # OrderMailigenExt should return correct value for mailigen_gender | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:136 # OrderMailigenExt should return correct value for mailigen_phone | |
rspec ./spec/lib/order/order_mailigen_ext_spec.rb:140 # OrderMailigenExt should return correct value for mailigen_test_group | |
rspec ./spec/lib/order/order_mailigen_logging_ext_spec.rb:69 # OrderMailigenLoggingExt.mailigen_origin should return the first order of swiss group | |
rspec ./spec/lib/order/order_user_ext_spec.rb:46 # OrderUserExt paid order with mail returns user with same data as last paid order | |
rspec ./spec/controllers/pay/coupon_controller_spec.rb:23 # Pay::CouponController process_coupon properly ok with correct coupon code | |
rspec ./spec/controllers/pay/payu_controller_spec.rb:56 # Pay::PayuController pay error should process transaction and initiate ecommerce | |
rspec ./spec/controllers/pay_controller_spec.rb:159 # PayController 2_process locates transaction by current_order transaction if both transaction_id and origin_transaction_id missing | |
rspec ./spec/controllers/pay_controller_spec.rb:119 # PayController 2_process locates transaction by origin_transaction_id | |
rspec ./spec/controllers/pay_controller_spec.rb:132 # PayController 2_process locates transaction by origin_transaction_id if also transaction_id passed | |
rspec ./spec/controllers/pay_controller_spec.rb:106 # PayController 2_process locates transaction by transaction_id | |
rspec ./spec/controllers/pay_controller_spec.rb:146 # PayController 2_process locates transaction by transaction_id if origin_transaction_id is passed as nil | |
rspec ./spec/controllers/pay_controller_spec.rb:93 # PayController 2_process locates transaction without transaction_id and origin_transaction_id BUT order transaction is present | |
rspec ./spec/controllers/pay_controller_spec.rb:195 # PayController 2_process should be NOK with params status Failed and success false | |
rspec ./spec/models/payment_system_spec.rb:97 # PaymentSystem#average_cr returns conversion rate percentage, 50% for this test | |
rspec ./spec/models/payment_system_spec.rb:40 # PaymentSystem#build_pipeline_payment_system_stat_array returns an array | |
rspec ./spec/models/payment_system_spec.rb:43 # PaymentSystem#build_pipeline_payment_system_stat_array returns correct data structure for one day query | |
rspec ./spec/models/payment_system_spec.rb:47 # PaymentSystem#build_pipeline_payment_system_stat_array returns correct data structure for three day query | |
rspec ./spec/models/payment_system_spec.rb:122 # PaymentSystem#completed_retries_percent returns percent how many retry see-ers actually purchase chance | |
rspec ./spec/models/payment_system_spec.rb:117 # PaymentSystem#completed_retries_sum returns sum of all .payment_systems_averages_statistics completed_retries fields | |
rspec ./spec/models/payment_system_spec.rb:87 # PaymentSystem#paid_sum returns sum of all .payment_systems_averages_statistics paid fields | |
rspec ./spec/models/payment_system_spec.rb:112 # PaymentSystem#retried_sum returns sum of all .payment_systems_averages_statistics retried fields | |
rspec ./spec/models/payment_system_spec.rb:107 # PaymentSystem#retry_seen_percent returns percent how many failed purchases see retry | |
rspec ./spec/models/payment_system_spec.rb:102 # PaymentSystem#retry_seen_sum returns sum of all .payment_systems_averages_statistics retry_seen fields | |
rspec ./spec/models/payment_system_spec.rb:82 # PaymentSystem#started_sum returns sum of all .payment_systems_averages_statistics started fields | |
rspec ./spec/models/payment_system_spec.rb:92 # PaymentSystem#unpaid_sum returns the difference of all .payment_systems_averages_statistics started - paid fields | |
rspec ./spec/models/pipeline_spec.rb:157 # Pipeline generating new serial for new pipeline returns serial 1 | |
rspec ./spec/models/pipeline_spec.rb:153 # Pipeline generating new serial increments it by one | |
rspec ./spec/models/pipeline_spec.rb:98 # Pipeline order ordered payment systems should return correct values base | |
rspec ./spec/models/pipeline_spec.rb:104 # Pipeline order ordered payment systems should return correct values last-chance | |
rspec ./spec/models/pipeline_spec.rb:163 # Pipeline payment systems has as twice pipeline system objects as there are payment systems added (both base and last-chance) | |
rspec ./spec/models/pipeline_payment_system_spec.rb:20 # PipelinePaymentSystem get_by_provider order is nil should return nil | |
rspec ./spec/models/pipeline_payment_system_spec.rb:25 # PipelinePaymentSystem get_by_provider should return order payment system if order is base | |
rspec ./spec/models/pipeline_payment_system_spec.rb:29 # PipelinePaymentSystem get_by_provider should return order payment system if order is last_chance | |
rspec ./spec/models/pipeline_payment_system_spec.rb:36 # PipelinePaymentSystem get_price_in_euro should return base price for last_chance sys | |
rspec ./spec/models/pipeline_payment_system_spec.rb:39 # PipelinePaymentSystem get_price_in_euro should return last chance price for last_chance sys | |
rspec ./spec/models/pipeline_payment_system_spec.rb:45 # PipelinePaymentSystem paypal_amount should return pipeline payment system amount if currency is allowed for paypal | |
rspec ./spec/models/pipeline_payment_system_spec.rb:48 # PipelinePaymentSystem paypal_amount should return pipeline payment system amount if currency is allowed for paypal | |
rspec ./spec/models/section_spec.rb:319 # Section behaviour texts in english returns correct texts for user with multiple unique tags | |
rspec ./spec/models/section_spec.rb:293 # Section behaviour texts in english returns correct texts for user with no tags | |
rspec ./spec/models/section_spec.rb:303 # Section behaviour texts in english returns correct texts for user with one tag | |
rspec ./spec/models/section_spec.rb:356 # Section behaviour texts in latvian returns correct texts for user with multiple tags | |
rspec ./spec/models/section_spec.rb:340 # Section behaviour texts in latvian returns correct texts for user with no tags | |
rspec ./spec/models/section_spec.rb:348 # Section behaviour texts in latvian returns correct texts for user with one tag | |
rspec ./spec/models/section_spec.rb:233 # Section behaviour user have correct parameters | |
rspec ./spec/models/subscription_offer_spec.rb:25 # SubscriptionOffer get currency | |
rspec ./spec/models/user_spec.rb:72 # User Scopes .paid(group) should return users who have paid orders of 'default' group | |
rspec ./spec/models/user_spec.rb:58 # User Scopes .unpaid(group) should return users who have unpaid orders of 'default' group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment