Skip to content

GH-47692: [CI][Python] Do not fallback to return 404 if wheel is found on emscripten jobs#49007

Merged
raulcd merged 1 commit intoapache:mainfrom
raulcd:GH-47692
Jan 27, 2026
Merged

GH-47692: [CI][Python] Do not fallback to return 404 if wheel is found on emscripten jobs#49007
raulcd merged 1 commit intoapache:mainfrom
raulcd:GH-47692

Conversation

@raulcd
Copy link
Copy Markdown
Member

@raulcd raulcd commented Jan 27, 2026

Rationale for this change

When looking for the wheel the script was falling back to returning a 404 even when the wheel was found:

 + python scripts/run_emscripten_tests.py dist/pyarrow-24.0.0.dev31-cp312-cp312-pyodide_2024_0_wasm32.whl --dist-dir=/pyodide --runtime=chrome
127.0.0.1 - - [27/Jan/2026 01:14:50] code 404, message File not found

Timing out the job and failing.

What changes are included in this PR?

Correct logic and only return 404 if the file requested wasn't found.

Are these changes tested?

Yes via archery

Are there any user-facing changes?

No

Loading
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.

3 participants