Skip to content

Commit

Permalink
test: use unusual chars in the path to ensure our tests are robust
Browse files Browse the repository at this point in the history
PR-URL: nodejs#48409
Reviewed-By: Jacob Smith <[email protected]>
  • Loading branch information
aduh95 authored and Ceres6 committed Jan 10, 2025
1 parent 01f7d09 commit 0ce6e5c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,11 @@ jobs:
- name: Free Space After Build
run: df -h
- name: Test
run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=./test/common/test-error-reporter.js' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
run: make -C node run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
- name: Re-run test in a folder whose name contains unusual chars
run: |
mv node "$DIR"
cd "$DIR"
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
env:
DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`

0 comments on commit 0ce6e5c

Please sign in to comment.