-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed test when the path in cgroups informations have ":" #81977
Comments
Files identified in the description: If these files are incorrect, please update the |
To give more context, here's the error we got:
When trying to debug the
We're running the Normally, for
Source: https://man7.org/linux/man-pages/man7/cgroups.7.html We confirm by the way that we're dealing with |
@dvaumoron @samuel-phan Thank you for the very thorough bug report. I've opened #82040 to resolve this issue. |
Summary
Get
ValueError: too many values to unpack (expected 3)
in linecid, subsystem, path = value.split(':')
with ansible testat
ansible/test/lib/ansible_test/_internal/cgroup.py
Line 47 in 5812cab
data come from
ansible/test/lib/ansible_test/_internal/docker_util.py
Line 303 in 5812cab
Is it possible to change the line to have something like :
(edited after a better analysis of the problem)
Issue Type
Bug Report
Component Name
cgroup.py
Ansible Version
Configuration
problem and solution already in Summary
OS / Environment
cluster K8S/CRI-O with Screwdriver
Steps to Reproduce
problem and solution already in Summary
Expected Results
problem and solution already in Summary
Actual Results
problem and solution already in Summary
Code of Conduct
The text was updated successfully, but these errors were encountered: