Commit graph

6 commits

Author SHA1 Message Date
Yoshiya Hinosawa
dd9a9db0b0
chore(ext/node): re-enable node compat test (#29936)
This PR re-enables node compat test run with the below cases excluded:

- flaky tests
  - `parallel/test-dgram-connect-send-empty-packet.js`
  - `parallel/test-fs-read-stream-concurrent-reads.js`
  - `parallel/test-http-agent-maxtotalsockets.js`
- internet dependent tests
  - `internet/test-dgram-connect.js`
  - `internet/test-dns-lookup.js`
  - `internet/test-dns-promises-resolve.js`
  - `internet/test-dns-regress-6244.js`
  - `internet/test-dns-setserver-in-callback-of-resolve4.js`
  - `internet/test-http-dns-fail.js`
  - `internet/test-http-https-default-ports.js`
  - `internet/test-https-autoselectfamily-slow-timeout.js`
  - `internet/test-inspector-help-page.js`
  - `internet/test-net-autoselectfamily-events-timeout.js`
  - `internet/test-net-connect-unref.js`
  - `internet/test-tls-autoselectfamily-servername.js`

The list (`tests/node_compat/config.toml`) might include a few more
flaky tests. Let's keep excluding such test as they are found.
2025-06-28 14:17:10 +02:00
Yoshiya Hinosawa
e786e7ac64
chore(ext/node): disable node compat CI check temporarily (#29932) 2025-06-28 13:17:45 +09:00
Kenta Moriuchi
8fb073d7b4
chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
Bartek Iwańczuk
9a169e3cf1
test: remove usage of --unstable flag (#25549)
This commit removes all occurrences of `--unstable` flag
from all the tests that are run in CI.

Turns out none of the tests actually required that flag
anymore.
2024-09-10 11:28:59 +00:00
Bartek Iwańczuk
9e4ba982df
test: fix node_compat_test (#23446)
It's not clear to me how these tests worked correctly on CI,
 but they were failing hard locally because of two problems:
- missing env var that tests URL for fake npm registry
- trying to run a directory that contains native Node.js tests that
require a special harness
2024-04-19 01:42:18 +02:00
Matt Mastracci
3d2e52ae7e
chore: continue tests/ re-org (#22396)
Split `node_compat_tests` into its own top-level test so its stdout
doesn't stomp on the remainder of the tests.
2024-02-12 17:13:14 -07:00