Open
Conversation
98821a6 to
05000ed
Compare
05000ed to
3ea7c36
Compare
3ea7c36 to
b0911a8
Compare
Member
Author
|
Unfortunately we need quite a setup in CI to run tests requiring a mutter context which I don't have the knowledge to do right now. However we can still run the tests locally so ig for now that might be better than nothing? I introduced a new "mutter" suite (any better name suggestion?) for the tests that need the mutter context to be set up (any tests that want a clutter actor) and exclude it from CI. The main blockers I found for CI:
If someone has ideas how to get that up and running I'd be happy to hear them :) |
Member
Author
|
Note: To run the tests locally you have to be a user (no sudo) and there can't be a mutter instance already running on the same dubs. So you can either run it from the tty or via |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We need this for any tests that need a clutter.actor because to construct one it needs a context setup.