test_formally_mark_some_tests_as_flaky.patch 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
  2. From: Samuel Attard <[email protected]>
  3. Date: Wed, 8 Feb 2023 02:54:05 -0800
  4. Subject: test: formally mark some tests as flaky
  5. Instead of disabling the tests, flag them as flaky so they still run
  6. but don't cause CI failures on flakes.
  7. diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
  8. index fe8ddee7cbf05e0d4dbbe970cdc357ec6841390c..1ba65e26d293e9524e6c756b3a66693d46b4bdfd 100644
  9. --- a/test/parallel/parallel.status
  10. +++ b/test/parallel/parallel.status
  11. @@ -7,6 +7,13 @@ prefix parallel
  12. [true] # This section applies to all platforms
  13. # https://github.com/nodejs/node/issues/49853
  14. test-runner-output: PASS,FLAKY
  15. +test-inspector-multisession-ws: PASS, FLAKY
  16. +test-heapsnapshot-near-heap-limit-by-api-in-worker: PASS, FLAKY
  17. +test-heapsnapshot-near-heap-limit-worker: PASS, FLAKY
  18. +test-fetch: PASS, FLAKY
  19. +test-cluster-bind-privileged-port: PASS, FLAKY
  20. +test-cluster-shared-handle-bind-privileged-port: PASS, FLAKY
  21. +test-debugger-random-port-with-inspect-port: PASS, FLAKY
  22. [$system==win32]
  23. # https://github.com/nodejs/node/issues/41206
  24. diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
  25. index 5cefcb95773bedc80bc462e058a11045be176741..33f50be5898754af696468499bcfa8e3c721434d 100644
  26. --- a/test/sequential/sequential.status
  27. +++ b/test/sequential/sequential.status
  28. @@ -7,6 +7,18 @@ prefix sequential
  29. [true] # This section applies to all platforms
  30. # https://github.com/nodejs/node/issues/27611#issuecomment-613100468
  31. test-cpu-prof-dir-worker: PASS, FLAKY
  32. +test-cpu-prof-dir-and-name: PASS, FLAKY
  33. +test-cpu-prof-drained: PASS, FLAKY
  34. +test-cpu-prof-default: PASS, FLAKY
  35. +test-cpu-prof-dir-absolute: PASS, FLAKY
  36. +test-cpu-prof-dir-relative: PASS, FLAKY
  37. +test-cpu-prof-exit: PASS, FLAKY
  38. +test-cpu-prof-kill: PASS, FLAKY
  39. +test-cpu-prof-name: PASS, FLAKY
  40. +test-cpu-prof-worker-argv: PASS, FLAKY
  41. +test-diagnostic-dir-cpu-prof: PASS, FLAKY
  42. +test-worker-prof: PASS, FLAKY
  43. +test-inspector-stop-profile-after-done: PASS, FLAKY
  44. # https://github.com/nodejs/node/issues/44898
  45. test-watch-mode: PASS, FLAKY
  46. test-watch-mode-inspect: PASS, FLAKY