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

Tests in /fetch/api/cors/ and /fetch/api/redirect/ intermittently time out #13441

Open
jdm opened this issue Sep 26, 2016 · 1 comment
Open

Tests in /fetch/api/cors/ and /fetch/api/redirect/ intermittently time out #13441

jdm opened this issue Sep 26, 2016 · 1 comment
Labels

Comments

@jdm
Copy link
Member

@jdm jdm commented Sep 26, 2016

This is tracking the work to investigate why, fix the problem, and re-enable the test directories.

@jdm jdm added the A-network label Sep 26, 2016
bors-servo added a commit that referenced this issue Nov 4, 2016
Enable cors and redirect fetch tests.

There have been a bunch of changes to the fetch code since #13441 was filed, and the results seem more stable now.

---
- [X] These changes fix #13441.
bors-servo added a commit that referenced this issue Nov 4, 2016
Enable cors and redirect fetch tests.

There have been a bunch of changes to the fetch code since #13441 was filed, and the results seem more stable now.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14070)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Nov 5, 2016
Enable cors and redirect fetch tests.

There have been a bunch of changes to the fetch code since #13441 was filed, and the results seem more stable now.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14070)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Nov 5, 2016
Enable cors and redirect fetch tests.

There have been a bunch of changes to the fetch code since #13441 was filed, and the results seem more stable now.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14070)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Nov 6, 2016
Enable cors and redirect fetch tests.

There have been a bunch of changes to the fetch code since #13441 was filed, and the results seem more stable now.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14070)
<!-- Reviewable:end -->
@jdm
Copy link
Member Author

@jdm jdm commented Mar 23, 2017

This looks like another instance of tests that spawn a lot of threads timing out under heavy load - cors-redirect.js tests five different response codes, performs four tests per code, and each test performs two fetches. That's forty fetches, and each one creates at least one thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.