Skip to content
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

Run codespell on codebase #1900

Merged
merged 1 commit into from
Feb 9, 2023
Merged

Run codespell on codebase #1900

merged 1 commit into from
Feb 9, 2023

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Feb 9, 2023

Signed-off-by: Daniel J Walsh [email protected]

Signed-off-by: Daniel J Walsh <[email protected]>
Copy link
Contributor

@mtrmac mtrmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@edsantiago
Copy link
Member

Interesting. Today's flake looks like the unexpected-EOF one, but is 500 instead:

time="2023-02-09T12:19:25-06:00" level=fatal msg="copying system image from manifest list:
      writing manifest: uploading manifest unsigned to localhost:5006/myns/mirroring-primary: received
     unexpected HTTP status: 500 Internal Server Error"

@mtrmac
Copy link
Contributor

mtrmac commented Feb 9, 2023

That’s unrelated, that is a Skopeo-CI-specific problem. localhost:5006 is the OpenShift integrated registry from a very old version of OpenShift we run (all as binaries within a single container).

The registry sometimes fails this way, and I never got around to trying to debug it.

(The whole idea of running an old version of OpenShift only to test the very-deprecated atomic: transport could be questioned.)

@rhatdan
Copy link
Member Author

rhatdan commented Feb 9, 2023

Can we just drop the atomic transport?

@mtrmac
Copy link
Contributor

mtrmac commented Feb 9, 2023

Can we just drop the atomic transport?

I’m not at all a fan of breaking c/image API.

Either way, that would just break CI without removing the relevant tests. Dropping that part of the integration tests is a bit more attractive (IIRC it might fairly notably speed them up), and we could do that without actually removing the code.

@mtrmac
Copy link
Contributor

mtrmac commented Feb 9, 2023

Now we get happened during read: unexpected EOF. Time to actually update c/image here…

@mtrmac
Copy link
Contributor

mtrmac commented Feb 9, 2023

Time to actually update c/image here…

#1901 for the record.

@mtrmac mtrmac merged commit e9f30e5 into containers:main Feb 9, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants