Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try setting DBUS_SESSION_BUS_ADDRESS when running tests in Chromedriver #5626

Merged
merged 2 commits into from
Apr 21, 2017

Commits on Apr 21, 2017

  1. Ensure dbus is running when stability check runs in Chrome.

    Due to a bug in glibc Chrome may hang when dbus isn't
    started (c.f. https://crbug.com/713947). This is not usually the case
    on machines being used interactively but is the case on Travis and
    other CI environments. As a workaround try starting dbus, and error
    out if that fails.
    jgraham committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    5e89d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f7921 View commit details
    Browse the repository at this point in the history