/srv/irclogs.ubuntu.com/2024/02/27/#cloud-init.txt

minimalI just build a package of github main and 1 test is failing: test_get_status_systemd_failure00:00
minimaltests/unittests/cmd/test_status.py:144: AssertionError00:00
minimal>       assert details.running_status == status.RunningStatus.DONE00:01
minimalE       AssertionError: assert <RunningStatus.RUNNING: 'running'> == <RunningSta00:01
minimaltus.DONE: 'done'>00:01
minimalit obviously relates to #486400:13
catredRunning 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
falcojrYeah, 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
minimalok02:20
falcojrminimal: pastebin of a pip freeze could help 02:20
minimalpip freeze?02:20
falcojrIf it's related to a specific version 02:20
falcojrNm if using OS packages. If using virtualenv with python, "pip freeze" lists the versions of your dependencies 02:21
minimalthis is on Alpine so I'm using OS-supplied packages rather than via pip02:21
falcojrGotcha, nevermind then 02:22
minimalthe 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.102:23
minimals/old/only/02:23
minimal~falcojr: thanks for the fix. The issue makes sense as Alpine doesn't have systemd17:01
falcojrnp, glad to get it fixed!17:02

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!