Skip to content

Commit ef26921

Browse files
committed
test: rerun stress without RSPACK_WATCHER_TRACE to isolate eprintln effect
1 parent d93d2a6 commit ef26921

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -271,16 +271,7 @@ jobs:
271271
- name: Stress all watch tests
272272
env:
273273
STRESS_NO_UNIQUE_DIR: ${{ matrix.unique_dir == 'off' && '1' || '' }}
274-
RSPACK_WATCHER_TRACE: '1'
275-
run: cd e2e && pnpm exec rstest run watch/ 2>&1 | tee /tmp/stress-watch.log
276-
continue-on-error: false
277-
278-
- name: Dump trace on failure
279-
if: failure()
280-
run: |
281-
echo '===== RSPACK_WATCHER_TRACE excerpt ====='
282-
grep -E "RSPACK_WATCHER_TRACE|FAIL|Duration|index\.test\.ts|other\.test\.ts" /tmp/stress-watch.log | tail -200 || true
283-
echo '===== END trace excerpt ====='
274+
run: cd e2e && pnpm exec rstest run watch/
284275

285276
# ======== codspeed ========
286277
# Temporarily disabled: CodSpeed runner quota exhausted.

0 commit comments

Comments
 (0)