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

fix: fix node test setup script #1422

Merged
merged 8 commits into from
Oct 19, 2021

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Oct 17, 2021

This PR fixes node/_tools/setup.ts. This PR also extracts the downloadFile utility (which was the source of the problem) to _util directory and adds a test case for it.

closes #1298
closes #1317

blocked by #1423

@kt3k
Copy link
Member Author

kt3k commented Oct 18, 2021

node/process_test.ts ([process] stdio test case probably) seems broken (stuck forever) with deno canary.

@bartlomieju
Copy link
Member

bartlomieju commented Oct 18, 2021

node/process_test.ts ([process] stdio test case probably) seems broken (stuck forever) with deno canary.

I believe I'm experiencing the same problem in #1151 concretely in [process] stdio. @piscisaureus this is probably caused by the eager poll PR. Can you take a look?

Edit: works fine on denoland/deno@a1d6b53, hangs on denoland/deno@ff932b4

@kt3k
Copy link
Member Author

kt3k commented Oct 19, 2021

The test case is now fixed.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kt3k kt3k merged commit ba65d61 into denoland:main Oct 19, 2021
@kt3k kt3k deleted the fix/fix-node-test-setup-script branch October 19, 2021 15:39
traceypooh pushed a commit to traceypooh/deno_std that referenced this pull request Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants