Skip to content

Intermittently Failing Tests

dcrosby42 edited this page Oct 8, 2014 · 11 revisions
1) Managing featured promotions filtering multiple markets filters by market
  Failure/Error: expect(Dom::Admin::FeaturedPromotionRow.all.count).to eql(1)
   
    expected: 1
         got: 3
   
    (compared using eql?)
  # ./spec/features/market_manager/managing_promotions_spec.rb:224:in `block (4 levels) in <top (required)>'

(on the cloud VM, Oct 1: )

Failures:

  1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
       Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
              expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
                   # ./spec/features/selling/add_product_spec.rb:486:in `block (3 levels) in <top (required)>'

                   Finished in 34 minutes 2 seconds (files took 8.58 seconds to load)
                   2164 examples, 1 failure, 3 pending

                   Failed examples:

                   rspec ./spec/features/selling/add_product_spec.rb:477 # Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error

                   Randomized with seed 13331

https://circleci.com/gh/LocalOrbit/localorbit/201

  1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
    Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
      expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
    # ./spec/features/selling/add_product_spec.rb:486:in `block (3 levels) in <top (required)>'

Finished in 7 minutes 33 seconds (files took 5.07 seconds to load)
436 examples, 1 failure

https://circleci.com/gh/LocalOrbit/localorbit/195

Failures:

  1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
    Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
      expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
    # ./spec/features/selling/add_product_spec.rb:486:in `block (3 levels) in <top (required)>'

Finished in 5 minutes 5 seconds (files took 5.05 seconds to load)
302 examples, 1 failure

https://circleci.com/gh/LocalOrbit/localorbit/191

  1) Plan Limits as a market manager on the startup plan from product price page with existing prices is not allowed to add new advanced prices
    Failure/Error: sign_in_as(user)
    Capybara::Poltergeist::DeadClient:
      PhantomJS client died while processing {"name":"visit","args":["http://market141.localtest.me:43853/users/sign_in"]}
    # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/server.rb:33:in `send'
    # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/browser.rb:270:in `command'
    # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/browser.rb:29:in `visit'
    # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/driver.rb:89:in `visit'
    # ./vendor/bundle/ruby/2.1.0/gems/capybara-2.4.1/lib/capybara/session.rb:226:in `visit'
    # ./vendor/bundle/ruby/2.1.0/gems/capybara-2.4.1/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
    # ./spec/support/authentication_helpers.rb:9:in `sign_in_as'
    # ./spec/features/market_manager/plan_limits_spec.rb:13:in `block (2 levels) in <top (required)>'

Finished in 4 minutes 53.6 seconds (files took 5.66 seconds to load)
275 examples, 1 failure, 1 pending

https://circleci.com/gh/LocalOrbit/localorbit/190


Failures:

  1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
    Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
      expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
    # ./spec/features/selling/add_product_spec.rb:486:in `block (3 levels) in <top (required)>'

Finished in 4 minutes 49.3 seconds (files took 5.11 seconds to load)
405 examples, 1 failure

https://circleci.com/gh/LocalOrbit/localorbit/99


Failures:

  1) Checking Out payment method availability disabled at market enabled at organization should not show credit card payment option on the checkout page
    Failure/Error: sign_in_as(user)
    Capybara::Poltergeist::DeadClient:
      PhantomJS client died while processing {"name":"visit","args":["http://market75.localtest.me:55450/users/sign_in"]}
    # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/server.rb:33:in `send'
    # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/browser.rb:270:in `command'
    # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/browser.rb:29:in `visit'
    # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/driver.rb:89:in `visit'
    # ./vendor/bundle/ruby/2.1.0/gems/capybara-2.4.1/lib/capybara/session.rb:226:in `visit'
    # ./vendor/bundle/ruby/2.1.0/gems/capybara-2.4.1/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
    # ./spec/support/authentication_helpers.rb:9:in `sign_in_as'
    # ./spec/features/buying/checking_out_spec.rb:71:in `block (2 levels) in <top (required)>'

Finished in 4 minutes 51.8 seconds (files took 5.18 seconds to load)
319 examples, 1 failure, 2 pending

1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
    Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
      expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
    # ./spec/features/selling/add_product_spec.rb:486:in `block (3 levels) in <top (required)>'

Finished in 4 minutes 48 seconds (files took 5.42 seconds to load)
410 examples, 1 failure, 1 pending

https://circleci.com/gh/LocalOrbit/localorbit/186

Failures:

  1) Adding a product as a seller belonging to one organization when all input is valid saves the product stub
    Failure/Error: expect(page).to have_content("Added Red Grapes")
      expected to find text "Added Red Grapes" in "Market 175 Welcome user129@example.com Dashboard Cart 0 Help Sign Out Shop Sellers Market Info Connecting Farm to Market Financials Orders & Delivery Products Reports Account < Return to Products List  Update Red Grapes Product Info Inventory Pricing Your product will not appear in the Shop until you add inventory, and add pricing Add Inventory You don't have any inventory yet! Get started by adding your first lot. Date Added Lot # Good From Expires On Quantity 09/29/2014 Cancel When all inventory is added Continue to Pricing Jill Smith, Market Manager Phone 616-222-2222 Powered by Local Orbit © 2014"
    # ./spec/features/selling/add_product_spec.rb:292:in `block (4 levels) in <top (required)>'

Finished in 8 minutes 48 seconds (files took 5.14 seconds to load)
321 examples, 1 failure

1) Editing advanced pricing deleting a price allows the user to delete multiple prices
 Failure/Error: sign_in_as(user)
 Capybara::Poltergeist::TimeoutError:
   Timed out waiting for response to {"name":"visit","args":["http://market64.localtest.me:57445/users/sign_in"]}. It's possible that this happened because something took a very long time (for example a page load was slow). If so, setting the Poltergeist :timeout option to a higher value will help (see the docs for details). If increasing the timeout does not help, this is probably a bug in Poltergeist - please report it to the issue tracker.
 # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/web_socket_server.rb:87:in `rescue in send'
 # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/web_socket_server.rb:83:in `send'
 # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/server.rb:33:in `send'
 # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/browser.rb:270:in `command'
 # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/browser.rb:29:in `visit'
 # ./vendor/bundle/ruby/2.1.0/gems/poltergeist-1.5.1/lib/capybara/poltergeist/driver.rb:89:in `visit'
 # ./vendor/bundle/ruby/2.1.0/gems/capybara-2.4.1/lib/capybara/session.rb:226:in `visit'
 # ./vendor/bundle/ruby/2.1.0/gems/capybara-2.4.1/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
 # ./spec/support/authentication_helpers.rb:9:in `sign_in_as'
 # ./spec/features/selling/edit_pricing_spec.rb:13:in `block (2 levels) in <top (required)>'

https://circleci.com/gh/LocalOrbit/localorbit/262

1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
    Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
      expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
    # ./spec/features/selling/add_product_spec.rb:508:in `block (3 levels) in <top (required)>'

Finished in 7 minutes 27 seconds (files took 4.82 seconds to load)
274 examples, 1 failure

  1) Editing a product delivery schedules single market membership allows all delivery schedules to be unselected
    Failure/Error: sign_in_as(user)
    Capybara::Poltergeist::TimeoutError:
      Timed out waiting for response to {"name":"visit","args":["http://market107.localtest.me:52083/users/sign_in"]}. It's possible that this happened because something took a very long time (for example a page load was slow). If so, setting the Poltergeist :timeout option to a higher value will help (see the docs for details). If increasing the timeout does not help, this is probably a bug in Poltergeist - please report it to the issue tracker.
https://circleci.com/gh/LocalOrbit/localorbit/260

1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
    Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
      expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
    # ./spec/features/selling/add_product_spec.rb:508:in `block (3 levels) in <top (required)>'

Finished in 7 minutes 31 seconds (files took 5.07 seconds to load)
286 examples, 1 failure

(on the cloud VM, Oct 1: )

Failures:

  1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
       Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
              expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
                   # ./spec/features/selling/add_product_spec.rb:486:in `block (3 levels) in <top (required)>'

                   Finished in 34 minutes 2 seconds (files took 8.58 seconds to load)
                   2164 examples, 1 failure, 3 pending

                   Failed examples:

                   rspec ./spec/features/selling/add_product_spec.rb:477 # Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error

                   Randomized with seed 13331

https://circleci.com/gh/LocalOrbit/localorbit/311

  1) Adding a product a seller belonging to multiple organizations maintains delivery schedule changes on error
    Failure/Error: expect(page).to have_unchecked_field("Make product available on all market delivery dates")
      expected to find field "Make product available on all market delivery dates" that is not checked but there were no matches. Also found "", which matched the selector but not all filters.
    # ./spec/features/selling/add_product_spec.rb:508:in `block (3 levels) in <top (required)>'

Finished in 7 minutes 7 seconds (files took 5.43 seconds to load)
503 examples, 1 failure
Clone this wiki locally