1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00
denoland-deno/cli/tests
Luca Casonato c68650d532
fix(cli/test): clear connection pool after tests (#20680)
This helps reduce flakes where a test starts an HTTP server and makes a
request using fetch, then shuts down the server, then starting a new
test with a new server, but the connection pool still has a "not quite
closed yet" connection to the old server, and a new request to the new
server gets sent on the closed connection, which obviously errors out.
2023-09-26 19:46:06 +09:00
..
integration feat(lsp): cache all dependencies quick fix (#20665) 2023-09-24 23:33:52 +01:00
node_compat chore: disable 'test-http-content-length.js` test (#20344) 2023-09-04 23:23:01 +02:00
testdata fix(lsp): resolve remote import maps (#20651) 2023-09-24 18:00:15 +01:00
unit fix(cli/test): clear connection pool after tests (#20680) 2023-09-26 19:46:06 +09:00
unit_node fix(node): supported arguments to randomFillSync (#20637) 2023-09-23 10:04:55 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00