Skip to content

Conversation

@codesmith25103
Copy link
Contributor

@codesmith25103 codesmith25103 commented Jan 11, 2026

test(e2e): add retry logic for image pulling

Currently, end-to-end tests fail intermittently during the setup phase
due to image pulling failures (e.g., registry timeouts or network
issues).

This commit adds a retry mechanism with exponential backoff to the
image pulling logic in the test setup. It attempts to pull the required
images up to 5 times before failing the test.

Fixes: #376

@netlify
Copy link

netlify bot commented Jan 11, 2026

👷 Deploy Preview for urunc processing.

Name Link
🔨 Latest commit 8f9c983
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6963a5c52b1004000802b351

@netlify
Copy link

netlify bot commented Jan 11, 2026

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit 30a4a30
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/696525237db6bd0008ae6faf

Currently, end-to-end tests fail intermittently during the setup phase
due to image pulling failures (e.g., registry timeouts or network
issues).

This commit adds a retry mechanism with exponential backoff to the
image pulling logic in the test setup. It attempts to pull the required
images up to 5 times before failing the test.

Signed-off-by: Sankalp <sankalp25103@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retry to pull images that could be pulled during the setup of end-to-end testing

2 participants