GithubHelp home page GithubHelp logo

cuprite-mutex-error-poc's Introduction

POC for rubycdp/cuprite#76

run:

bundle
env CUPRITE_TIMEOUT=5 bundle exec rspec spec/features/test_spec.rb

CUPRITE_TIMEOUT value doesn't actually matter.

you should get the following:

Failures:

  1) test test
     Failure/Error: visit root_path

     ThreadError:
       Attempt to unlock a mutex which is locked by another thread
     # ./spec/features/test_spec.rb:5:in `block (2 levels) in <top (required)>'
     # ------------------
     # --- Caused by: ---
     # Capybara::Cuprite::JavaScriptError:
     #   Error: foo error
     #       at HTMLDocument.<anonymous> (http://127.0.0.1:62215/:11:15)
     #   ./spec/features/test_spec.rb:5:in `block (2 levels) in <top (required)>'

Error is caused by having an intial page load that takes longer than the timeout configured in cuprite and having with js_errors: true and having an error raised on the page during the page load.

relevant files:

  • app/controllers/application_controller.rb
  • app/views/application/root.html
  • spec/rails_helper.rb

verified with cuprite version 8bde777fa687d56f7b901bcc06bca7c0c79a597a

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.