test: add missed use of for range over integers#4950
test: add missed use of for range over integers#4950AkihiroSuda merged 1 commit intoopencontainers:mainfrom
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 <otilibil@eurecom.fr>
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. |
kolyshkin
left a comment
There was a problem hiding this comment.
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 otilibil@eurecom.fr