emscripten-core / emscripten-core/emscripten
Flaky test_fetch_redirect depends on 3rd-party server
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
test_fetch_redirect has been flaking quite a bit lately, and the only reason seems to be because it depends on a 3rd-party server (httpbin.org) to return a redirect header.
It should be pretty straightforward to replace that with a tiny local HTTP server instead, e.g. via [http.server](https://docs.python.org/3/library/http.server.html).
Contributor guide
Assessment
This issue has not been assessed yet.