crc-org / crc

CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
https://crc.dev
Apache License 2.0
1.26k stars 242 forks source link

[QE] Okd e2e test randomly failing due to some rate limit pulling images from quay #4378

Closed albfan closed 1 month ago

albfan commented 1 month ago

General information

okd test fails sometimes with errors like:

happened during read: unexpected EOF (after reconnecting, server did not process a Range: header, status 200)

Probably caused by exceeding rate limits pulling images.

As bundles don't change that often, analyze options to cache images to avoid fails at that step and speed up test execution

albfan commented 1 month ago

cache on github actions:

https://github.com/actions/cache

albfan commented 1 month ago

Not able to reproduce. We can reopen later