Code Monkey home page Code Monkey logo

Comments (6)

jarib avatar jarib commented on August 16, 2024

You're probably hitting this. Make sure to call Browser#close and all should be good. Please close this issue if that is the case.

from celerity.

wincent avatar wincent commented on August 16, 2024

Yeah, looks like it.

I'm driving Celerity through Capybara (via Culerity), so Capybara is already doing this:

@_browser = ::Culerity::RemoteBrowserProxy.new self.class.server, {:browser => :firefox, :log_level => :off}
at_exit do
  @_browser.exit
end

If I add a @_browser.close in there prior to the @_browser.exit then the hanging disappears.

There are no comments on that HtmlUnit ticket that you linked. Do you think it's a bug in HtmlUnit (ie. this will be a temporary workaround)? Or something that all consumers of HtmlUnit/Celerity will need to end up doing?

Cheers,
Wincent

from celerity.

wincent avatar wincent commented on August 16, 2024

Opened a ticket over in Capybara tracker to include Jonas in the discussion:

http://github.com/jnicklas/capybara/issues/issue/99

from celerity.

jarib avatar jarib commented on August 16, 2024

Yes - definitely an HtmlUnit bug IMO. I can't see any rationale for having non-daemon Java threads hanging around.

They usually write to me before doing new releases, I'll make sure to bring it up then.

(Btw, there's no Celerity::Browser#exit, so I'm not sure what Culerity's doing there. I'm guessing that's where the close() call should go, i.e. not in Capybara).

from celerity.

wincent avatar wincent commented on August 16, 2024

Here is where Culerity's exit method is defined:

http://github.com/langalex/culerity/blob/master/lib/culerity/remote_object_proxy.rb

At a glance, can't say I really know what it does.

from celerity.

jarib avatar jarib commented on August 16, 2024

Closing this since the problem is not in Celerity.

from celerity.

Related Issues (20)

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.