Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibly flaky test test-watch-mode-files_watcher.mjs #46729

Closed
debadree25 opened this issue Feb 19, 2023 · 0 comments
Closed

Possibly flaky test test-watch-mode-files_watcher.mjs #46729

debadree25 opened this issue Feb 19, 2023 · 0 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. macos Issues and PRs related to the macOS platform / OSX.

Comments

@debadree25
Copy link
Member

Test

test-watch-mode-files_watcher.mjs

Platform

macOS ARM64

Console output

crashed (-10)

Build links

Additional information

Was able to reproduce locally with the command python3 tools/test.py test/parallel/test-watch-mode-files_watcher.mjs --repeat 100 -j 10 on intel macOS fails persistently with this configuration atleast, also it did fail randomly when running make -j4 test
fails with the output

TAP version 13
# Subtest: watch mode file watcher
    # Subtest: should watch changed files
    ok 1 - should watch changed files
      ---
      duration_ms: 9.462452
      ...
    # Subtest: should throttle changes
    ok 2 - should throttle changes
      ---
      duration_ms: 223.644546
      ...
    # Subtest: should ignore files in watched directory if they are not filtered
    ok 3 - should ignore files in watched directory if they are not filtered
      ---
      duration_ms: 1002.507137
      ...
    # Subtest: should allow clearing filters
    ok 4 - should allow clearing filters
      ---
      duration_ms: 1217.916223
      ...
Command: out/Release/node --expose-internals /Users/debadreechatterjee/Documents/Personal/node/test/parallel/test-watch-mode-files_watcher.mjs
--- TIMEOUT ---


=== release test-watch-mode-files_watcher ===                   
Path: parallel/test-watch-mode-files_watcher
TAP version 13
# Subtest: watch mode file watcher
    # Subtest: should watch changed files
    ok 1 - should watch changed files
      ---
      duration_ms: 12.618529
      ...
    # Subtest: should throttle changes
    ok 2 - should throttle changes
      ---
      duration_ms: 225.65762
      ...
    # Subtest: should ignore files in watched directory if they are not filtered
    ok 3 - should ignore files in watched directory if they are not filtered
      ---
      duration_ms: 1002.383929
      ...
    # Subtest: should allow clearing filters
    ok 4 - should allow clearing filters
      ---
      duration_ms: 1214.298949
      ...
Command: out/Release/node --expose-internals /Users/debadreechatterjee/Documents/Personal/node/test/parallel/test-watch-mode-files_watcher.mjs
--- TIMEOUT ---


=== release test-watch-mode-files_watcher ===                   
Path: parallel/test-watch-mode-files_watcher
TAP version 13
# Subtest: watch mode file watcher
    # Subtest: should watch changed files
    ok 1 - should watch changed files
      ---
      duration_ms: 5.622165
      ...
    # Subtest: should throttle changes
    ok 2 - should throttle changes
      ---
      duration_ms: 226.935716
      ...
    # Subtest: should ignore files in watched directory if they are not filtered
    ok 3 - should ignore files in watched directory if they are not filtered
      ---
      duration_ms: 1003.576158
      ...
    # Subtest: should allow clearing filters
    ok 4 - should allow clearing filters
      ---
      duration_ms: 1216.600858
      ...
Command: out/Release/node --expose-internals /Users/debadreechatterjee/Documents/Personal/node/test/parallel/test-watch-mode-files_watcher.mjs
--- TIMEOUT ---
@debadree25 debadree25 added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Feb 19, 2023
@github-actions github-actions bot added the macos Issues and PRs related to the macOS platform / OSX. label Feb 19, 2023
@MoLow MoLow closed this as completed Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. macos Issues and PRs related to the macOS platform / OSX.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants