-
-
Notifications
You must be signed in to change notification settings - Fork 427
Forward output from server pipes ASAP #739
base: master
Are you sure you want to change the base?
Conversation
If the webkit server fails to start an error is raised before the output forwarding is set up. Without output forwarding we don't get to see the error from the server making it harder to debug.
Ran tests locally in vagrant, success except for the selenium compatibility spec which failed for me on master too
|
You need to bump to the latest version of Selenium Webdriver. This is most likely due to using a newer version of Firefox.
|
Success after a bundle update
|
@ryansouza Looks like it's broken on jruby, but only the new specs. If this new change doesn't affect jruby, you can add |
Not sure why this is failing on JRuby; I'd expect it to work. There have been other weird issues with pipes under JRuby in the past, requiring workarounds -- so perhaps that's related. However, it'd be useful for this feature to work under JRuby as well. Perhaps only the test is failing, and it works under normal circumstances? |
Could you please rebase this on master ? |
If the webkit server fails to start an error is raised before the output
forwarding is set up. Without output forwarding we don't get to see the
error from the server making it harder to debug.