This hang is caused by the while loop
    while not ips or count == 10:

It can't get the ip address with container.get_ips(), thus ips is always
empty and making this loop infinite.

https://github.com/lxc/python3-lxc/blob/master/examples/api_test.py#L121

I've created a MP to fix this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1952036

Title:
  ubuntu_lxc hang on Impish 5.13 with api_test.py test

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1952036/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to