From 1316c1bba3204d67b185c1c450ff9b93096943c4 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 10:40:06 -0400 Subject: [PATCH 01/16] test: set `test-debugger-heap-profiler` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index ad541eb1c8a8b9..2363183d77fd53 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -52,6 +52,8 @@ test-crypto-dh-stateless: SKIP test-crypto-keygen: SKIP # https://github.com/nodejs/node/issues/52963 test-pipe-file-to-http: PASS, FLAKY +# https://github.com/nodejs/node/issues/54801 +test-debugger-heap-profiler: PASS, FLAKY [$system==solaris] # Also applies to SmartOS # https://github.com/nodejs/node/issues/43457 From 3d3c62249fcfda321af7eb4085f2a8c13c825146 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 10:45:27 -0400 Subject: [PATCH 02/16] test: set `test-performance-function` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 2363183d77fd53..19ee17fcdf7bd5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -34,6 +34,8 @@ test-snapshot-incompatible: SKIP [$system==linux] # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS, FLAKY +# https://github.com/nodejs/node/issues/54803 +test-performance-function: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605 From 50fb7a0d57d5f373141452273ea5be68de53c67a Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 10:59:46 -0400 Subject: [PATCH 03/16] test: set `test-runner-watch-mode-complex` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 19ee17fcdf7bd5..a9f35ef34bc3bc 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -27,6 +27,8 @@ test-error-serdes: PASS, FLAKY test-snapshot-incompatible: SKIP [$system==win32] +# https://github.com/nodejs/node/issues/54807 +test-runner-watch-mode-complex: PASS, FLAKY # Windows on ARM [$system==win32 && $arch==arm64] From 676f340eee6932d6e3f1ee3753e3a3a78e8d4f76 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:00:34 -0400 Subject: [PATCH 04/16] test: set `test-http2-large-file` as flaky --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index ccab879b6e5fcd..2ad50d313d4086 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -19,6 +19,8 @@ test-http-max-sockets: PASS, FLAKY # https://github.com/nodejs/node/issues/49630 test-single-executable-application-snapshot: PASS, FLAKY test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY +# https://github.com/nodejs/node/issues/47409 +test-http2-large-file: PASS, FLAKY [$system==linux] From d73f062819de9f4ba02b4906a81ac30f8c49cbfd Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:02:20 -0400 Subject: [PATCH 05/16] test: set `test-esm-loader-hooks-inspect-wait` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index a9f35ef34bc3bc..133739db91e5d3 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -38,6 +38,8 @@ test-runner-watch-mode-complex: PASS, FLAKY test-http-server-request-timeouts-mixed: PASS, FLAKY # https://github.com/nodejs/node/issues/54803 test-performance-function: PASS, FLAKY +# https://github.com/nodejs/node/issues/54346 +test-esm-loader-hooks-inspect-wait: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605 From c780fa038e3cee83cd51afc32c552511e953db3d Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:04:02 -0400 Subject: [PATCH 06/16] test: set `test-async-context-frame` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 133739db91e5d3..128446da2bc4b1 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -29,6 +29,8 @@ test-snapshot-incompatible: SKIP [$system==win32] # https://github.com/nodejs/node/issues/54807 test-runner-watch-mode-complex: PASS, FLAKY +# https://github.com/nodejs/node/issues/54808 +test-async-context-frame: PASS, FLAKY # Windows on ARM [$system==win32 && $arch==arm64] From 9a4e30964221853436ef172c79d44674d42bd957 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:06:39 -0400 Subject: [PATCH 07/16] test: set `test-writewrap` as flaky --- test/async-hooks/async-hooks.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index 673883e4fe3d4d..5dca3cb04f240c 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -9,6 +9,8 @@ prefix async-hooks [$system==win32] [$system==linux] +# https://github.com/nodejs/node/issues/54809 +test-writewrap: PASS, FLAKY [$system==macos] From e43cf23fce1c985812eb7afcc24bfde2141a11c7 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:08:17 -0400 Subject: [PATCH 08/16] test: set `test-sqlite-statement-sync` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 128446da2bc4b1..d9e734b1933202 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -42,6 +42,8 @@ test-http-server-request-timeouts-mixed: PASS, FLAKY test-performance-function: PASS, FLAKY # https://github.com/nodejs/node/issues/54346 test-esm-loader-hooks-inspect-wait: PASS, FLAKY +# https://github.com/nodejs/node/issues/54810 +test-sqlite-statement-sync: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605 From 443c244c25e0c83f2d3322645300e8e0883ddb69 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:09:59 -0400 Subject: [PATCH 09/16] test: set `test-runner-run-watch` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index d9e734b1933202..55f86baf520b3d 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -44,6 +44,8 @@ test-performance-function: PASS, FLAKY test-esm-loader-hooks-inspect-wait: PASS, FLAKY # https://github.com/nodejs/node/issues/54810 test-sqlite-statement-sync: PASS, FLAKY +# https://github.com/nodejs/node/issues/54534 +test-runner-run-watch: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605 From ce984b1ed4f89d5a6e54d0c0d198c21aa686e044 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:12:11 -0400 Subject: [PATCH 10/16] test: set `test-fs-utimes` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 55f86baf520b3d..5968b23366c967 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -46,6 +46,8 @@ test-esm-loader-hooks-inspect-wait: PASS, FLAKY test-sqlite-statement-sync: PASS, FLAKY # https://github.com/nodejs/node/issues/54534 test-runner-run-watch: PASS, FLAKY +# https://github.com/nodejs/node/issues/37692 +test-fs-utimes: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605 From b17ef12f2371c7f19799d8762d09f27b8f62ea90 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:40:29 -0400 Subject: [PATCH 11/16] test: set `test-macos-app-sandbox` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 5968b23366c967..286917cf335e29 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -59,6 +59,8 @@ test-http-server-headers-timeout-keepalive: PASS,FLAKY test-http-server-request-timeout-keepalive: PASS,FLAKY # https://github.com/nodejs/node/issues/50243 test-inspector-async-stack-traces-set-interval: PASS, FLAKY +# https://github.com/nodejs/node/issues/54811 +test-macos-app-sandbox: PASS, FLAKY [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/pull/31178 From 094a07e6b2b98e6f8d7892f1b7f01072d9ac0421 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 12:51:56 -0400 Subject: [PATCH 12/16] test: set `test-single-executable-application-empty` as flaky --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 2ad50d313d4086..e89cde0612a133 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -25,6 +25,8 @@ test-http2-large-file: PASS, FLAKY [$system==linux] [$system==macos] +# https://github.com/nodejs/node/issues/54816 +test-single-executable-application-empty: PASS, FLAKY [$system==solaris] # Also applies to SmartOS From 45283b95bc6da85c09c488526e27bc026ea23221 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 13:08:49 -0400 Subject: [PATCH 13/16] test: set `test-http-server-request-timeouts-mixed` as flaky --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index e89cde0612a133..a539649d553737 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -23,6 +23,8 @@ test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY test-http2-large-file: PASS, FLAKY [$system==linux] +# https://github.com/nodejs/node/issues/54817 +test-http-server-request-timeouts-mixed: PASS, FLAKY [$system==macos] # https://github.com/nodejs/node/issues/54816 From e969b176a7aa62be1efc037b705e27dc21ccdd0e Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 13:10:19 -0400 Subject: [PATCH 14/16] test: set `test-runner-run-watch` as flaky --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 286917cf335e29..1096fb0ebb73c5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -31,6 +31,8 @@ test-snapshot-incompatible: SKIP test-runner-watch-mode-complex: PASS, FLAKY # https://github.com/nodejs/node/issues/54808 test-async-context-frame: PASS, FLAKY +# https://github.com/nodejs/node/issues/54534 +test-runner-run-watch: PASS, FLAKY # Windows on ARM [$system==win32 && $arch==arm64] @@ -87,6 +89,8 @@ test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY test-domain-with-abort-on-uncaught-exception: PASS, FLAKY # https://github.com/nodejs/node/issues/50050 test-tick-processor-arguments: SKIP +# https://github.com/nodejs/node/issues/54534 +test-runner-run-watch: PASS, FLAKY [$system==freebsd] From a487674a34c4afa23a84b54d7c5ca861444c325a Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 13:14:15 -0400 Subject: [PATCH 15/16] test: set `test-worker-arraybuffer-zerofill` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 1096fb0ebb73c5..12e8e8e30b13c0 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -50,6 +50,8 @@ test-sqlite-statement-sync: PASS, FLAKY test-runner-run-watch: PASS, FLAKY # https://github.com/nodejs/node/issues/37692 test-fs-utimes: PASS, FLAKY +# https://github.com/nodejs/node/issues/52274 +test-worker-arraybuffer-zerofill: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605 From ced3cb24fc94172d9ad71193d5ad5ea06e064efa Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 13:17:25 -0400 Subject: [PATCH 16/16] test: set `test-http2-socket-close` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 12e8e8e30b13c0..f7e7fa0d8c82cf 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -33,6 +33,8 @@ test-runner-watch-mode-complex: PASS, FLAKY test-async-context-frame: PASS, FLAKY # https://github.com/nodejs/node/issues/54534 test-runner-run-watch: PASS, FLAKY +# https://github.com/nodejs/node/issues/54819 +test-http2-socket-close: PASS, FLAKY # Windows on ARM [$system==win32 && $arch==arm64]