-
Notifications
You must be signed in to change notification settings - Fork 69
Improve test skipping on old systems #34
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
Conversation
|
Thank you, @keszybz for that quick response. These are the new results: Is the the failing line 212 required in the file? When I remove it I get the following error: |
c2dacca to
5d3be8c
Compare
|
Pfff. Can you give it another try? |
|
Tests are running now fine on Leap 42.2, but on 42.1 (systemd version is "210") I get one single failure: |
|
For the notes: I'm building python-systemd-233.tar.gz patched with #34 |
|
@weberhofer Hopefully it'll work now. I tested it in (rawhide) mock, and the tests pass... |
|
The build on Leap 42.2 is ok, Tumbleweed and 42.1 are failing: |
2cd7f9f to
abe2e98
Compare
|
I'm an idiot :( I'll have to work on setting up better CI. AFAIK, there's no publicly available free service that runs on CentOS/Red Hat/Fedora instead of Ubuntu unfortunately. |
OBS can: http://openbuildservice.org/2013/11/22/Source-Update-Via_Token/ |
|
@keszybz if you like I can set up a project within my OBS account and connect it to your github project. |
|
Sure, that would be nice. It would be nice to hook up systemd to obs too. So far we have ubuntu (through semaphore), centos (through some centos internal service), and ubuntu (through ubuntu's internal QA), but more variety would be helpful. |
|
Dear @keszybz did you receive the token for automatic pushes to the OBS I have sent via mail? |
This way we can skip ENOENT (which happens in containers). While at it, let's extend the tests a bit, so that we at least call all functions and check the type of the return value. Also, drop '.nspawn' from the machine name, nspawn doesn't use that suffix any more.
|
I'll merge this, since it's possible that the OBS builds are failing because of the lack of those patches. |
@weberhofer, please check if this fixes your issue.