test_formally_mark_some_tests_as_flaky.patch 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 1cbcefb9712fae45b9a0ec7ed361bfe4ec7790be..6a6b52e9ae4150e7215e3587d8ddb41ce4374780 100644
  9. --- a/test/parallel/parallel.status
  10. +++ b/test/parallel/parallel.status
  11. @@ -5,6 +5,12 @@ prefix parallel
  12. # sample-test : PASS,FLAKY
  13. [true] # This section applies to all platforms
  14. +test-inspector-multisession-ws: PASS, FLAKY
  15. +test-heapsnapshot-near-heap-limit-by-api-in-worker: PASS, FLAKY
  16. +test-heapsnapshot-near-heap-limit-worker: PASS, FLAKY
  17. +test-fetch: PASS, FLAKY
  18. +test-cluster-bind-privileged-port: PASS, FLAKY
  19. +test-cluster-shared-handle-bind-privileged-port: PASS, FLAKY
  20. [$system==win32]
  21. # https://github.com/nodejs/node/issues/24497
  22. diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
  23. index 5d88747b7066ce795b091eaaec2a5653f42b2c26..c40cb8827c3e1b91f46147cead5a91a7520019b9 100644
  24. --- a/test/sequential/sequential.status
  25. +++ b/test/sequential/sequential.status
  26. @@ -7,6 +7,18 @@ prefix sequential
  27. [true] # This section applies to all platforms
  28. # https://github.com/nodejs/node/issues/27611#issuecomment-613100468
  29. test-cpu-prof-dir-worker: PASS, FLAKY
  30. +test-cpu-prof-dir-and-name: PASS, FLAKY
  31. +test-cpu-prof-drained: PASS, FLAKY
  32. +test-cpu-prof-default: PASS, FLAKY
  33. +test-cpu-prof-dir-absolute: PASS, FLAKY
  34. +test-cpu-prof-dir-relative: PASS, FLAKY
  35. +test-cpu-prof-exit: PASS, FLAKY
  36. +test-cpu-prof-kill: PASS, FLAKY
  37. +test-cpu-prof-name: PASS, FLAKY
  38. +test-cpu-prof-worker-argv: PASS, FLAKY
  39. +test-diagnostic-dir-cpu-prof: PASS, FLAKY
  40. +test-worker-prof: PASS, FLAKY
  41. +test-inspector-stop-profile-after-done: PASS, FLAKY
  42. # https://github.com/nodejs/node/issues/44898
  43. test-watch-mode: PASS, FLAKY
  44. test-watch-mode-inspect: PASS, FLAKY