[Bug 1952036] Re: ubuntu_lxc hang on Impish 5.13 with api_test.py test

2021-12-07 Thread Po-Hsu Lin
** Also affects: python3-lxc (Ubuntu Impish) Importance: Undecided Status: New -- 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

[Bug 1952036] Re: ubuntu_lxc hang on Impish 5.13 with api_test.py test

2021-12-06 Thread Po-Hsu Lin
Fix applied upstream, it’s not making this test to pass but it will resolve the hang issue. We might need to SRU it to the python3-lxc package if it's not going to be released by the maintainer. https://github.com/lxc/python3-lxc/commit/37ac09d7a4b58d96e1a89a2304abcc8972712da7 -- You received

[Bug 1952036] Re: ubuntu_lxc hang on Impish 5.13 with api_test.py test

2021-11-29 Thread Francis Ginther
Restoring the state for python3-lxc as we're using the test from this project. ** Changed in: python3-lxc (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952036

[Bug 1952036] Re: ubuntu_lxc hang on Impish 5.13 with api_test.py test

2021-11-25 Thread Po-Hsu Lin
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

[Bug 1952036] Re: ubuntu_lxc hang on Impish 5.13 with api_test.py test

2021-11-24 Thread Francis Ginther
This is expected due to the change in impish to cgroups2. This is really a test issue, not an issue with lxc. ** Changed in: python3-lxc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1952036] Re: ubuntu_lxc hang on Impish 5.13 with api_test.py test

2021-11-24 Thread Po-Hsu Lin
** Summary changed: - ubuntu_lxc hang on Impish 5.13 (api_test.py) + ubuntu_lxc hang on Impish 5.13 with api_test.py test -- 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