-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Run fluxbox as window manager for jobs using Xvfb #11025
Run fluxbox as window manager for jobs using Xvfb #11025
Conversation
Codecov ReportBase: 53.18% // Head: 53.18% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## trunk #11025 +/- ##
=======================================
Coverage 53.18% 53.18%
=======================================
Files 84 84
Lines 5488 5488
Branches 272 272
=======================================
Hits 2919 2919
Misses 2297 2297
Partials 272 272 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
9591ce1
to
af3d6b9
Compare
sounds like we found the culprit! |
af3d6b9
to
e8102b2
Compare
With the latest push the failure seem to be fixed. We are in process to decide which patches exactly need to be backed out. So once done and a Nightly build shipped I would like to push one more time to this PR for verification. It's really interesting that this issue can only be seen in GitHub Actions. |
8ab647c
to
56e0647
Compare
7625700
to
131912e
Compare
972ca42
to
480c153
Compare
@titusfortner I could actually need your help here for the failure in the Ruby bindings which is related to the assumption that a window manager would set the
I wonder if we should simply set the Regarding the Java failures I would suggest we defer until Ruby is done. Thanks |
If we need a way to detect a window manager a better way should be the following:
If it's not failing to connect to the display and no window manager is installed we should expect a couple of |
No, this is great. We only guarded them that way because I want to be able to run locally on linux and remotely on travis/github and have everything "pass" for the right reasons. If everything guarded for |
480c153
to
8d115d9
Compare
There is one Java test that now works with Firefox 105. I've created a separate PR: #11046. |
8d115d9
to
d66aef9
Compare
There are quite a few failures for Java on trunk as well. Those started between September 13th and 15th: The failures look similar to me so I don't think that this PR should be blocked on them. @titusfortner if you could have a look and review this PR I would appreciate. |
d66aef9
to
2a6ab54
Compare
2a6ab54
to
1ef596e
Compare
Kudos, SonarCloud Quality Gate passed! |
PR for regression testing for mozilla/geckodriver#2042.