-
Couldn't load subscription status.
- Fork 2.2k
test: add missed use of for range over integers #4950
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
test: add missed use of for range over integers #4950
Conversation
|
All the test failures are about CRIU: here, or even here (I noticed this one with a It seems related to this key retrieval in Dockerfile. |
The commit mentioned below has missed these changes. Fixes: 1757062 ("Use for range over integers") Signed-off-by: Ariel Otilibili <[email protected]>
9caf606 to
34da991
Compare
|
Thanks, if you can change the commit subject to ‘ test: add missed use of for range over integers’, it will be better. |
Thank you, @lifubang. The tests had no failure on the second run. Is that expected? |
No, I saw a service status 503 when installing the dependencies, and a flaky test for testing criu dev branch. All are not related to your PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm (for some reason modernize ignores this, I can't see why)
I have realized the commit went in with the title unchanged, @lifubang; I'll remember that for the next time. |
|
Thanks to you all. |
The commit mentioned below has missed these changes.
Fixes: 1757062 ("Use for range over integers")
Signed-off-by: Ariel Otilibili [email protected]