Skip to content

Commit 72ed735

Browse files
committed
test: mark 'test/parallel/test-sqlite.js' as flaky
The current test is large and can time out. It should be split into multiple smaller tests as done in nodejs#54014. However, that approach appears to change GC behavior such that the database files are not cleaned up quickly enough on Windows. Forcing any unfinalized SQL statements to be GC'ed appears to fix the problem. Mark the original test as flaky until the necessary code changes are made.
1 parent 36e44f1 commit 72ed735

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/parallel/parallel.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY
1919
# https://github.com/nodejs/node/issues/52630
2020
test-error-serdes: PASS, FLAKY
2121

22+
# https://github.com/nodejs/node/issues/54006
23+
test-sqlite: PASS, FLAKY
24+
2225
[$system==win32]
2326

2427
# Windows on ARM

0 commit comments

Comments
 (0)