Hi, I've been able to reproduce this issue (on a loongson machine).
The test depends on timing instead of actually checking whether the previous actions were completed. https://salsa.debian.org/debian-ayatana-team/user-session-migration/-/blob/main/tests/test_migration.py?ref_type=heads#L231 ``` time.sleep(1) # ensure that the directory is touched after the first run ``` If I comment out this line, I have a reproducer. Proposal: set the delay to a higher value, perhaps 5 or 10? -> MR pending at https://salsa.debian.org/debian-ayatana-team/user-session-migration/-/merge_requests/7 With kind regards, Roland Clobus
OpenPGP_signature.asc
Description: OpenPGP digital signature

