minimal | I just build a package of github main and 1 test is failing: test_get_status_systemd_failure | 00:00 |
---|---|---|
minimal | tests/unittests/cmd/test_status.py:144: AssertionError | 00:00 |
minimal | > assert details.running_status == status.RunningStatus.DONE | 00:01 |
minimal | E AssertionError: assert <RunningStatus.RUNNING: 'running'> == <RunningSta | 00:01 |
minimal | tus.DONE: 'done'> | 00:01 |
minimal | it obviously relates to #4864 | 00:13 |
catred | Running tox on tip of main I see all unit tests passing right now for me; I wonder if there's a race condition in the test? | 01:57 |
minimal | @falcojr: ^^^ | 02:17 |
falcojr | Yeah, I saw that on a daily build failure but couldn't repro locally. Haven't had the time to dig deeper unfortunately. I should be able to get it fixed tomorrow | 02:19 |
minimal | ok | 02:20 |
falcojr | minimal: pastebin of a pip freeze could help | 02:20 |
minimal | pip freeze? | 02:20 |
falcojr | If it's related to a specific version | 02:20 |
falcojr | Nm if using OS packages. If using virtualenv with python, "pip freeze" lists the versions of your dependencies | 02:21 |
minimal | this is on Alpine so I'm using OS-supplied packages rather than via pip | 02:21 |
falcojr | Gotcha, nevermind then | 02:22 |
minimal | the last build I did was 6 days ago and the old things changed are (a) recent changes to cloud-init main and (b) OS updating pytest from 8.0.0 to 8.0.1 | 02:23 |
minimal | s/old/only/ | 02:23 |
minimal | ~falcojr: thanks for the fix. The issue makes sense as Alpine doesn't have systemd | 17:01 |
falcojr | np, glad to get it fixed! | 17:02 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!