Remove temp SKIPIF files #30

Open
opened 2026-01-24 11:40:19 +01:00 by admin · 0 comments
Owner

Originally created by @lavturo on GitHub (Jun 12, 2019).

Recently pftt has been updated to create temp SKIPIF files to take care of some false positive tests.

However, these files are leftover after the run and will not be deleted on the next run. This makes pftt slower since there are more files for it to read. Just have to update it to delete when the test passes or when there is a new run.

Originally created by @lavturo on GitHub (Jun 12, 2019). Recently pftt has been updated to create temp SKIPIF files to take care of some false positive tests. However, these files are leftover after the run and will not be deleted on the next run. This makes pftt slower since there are more files for it to read. Just have to update it to delete when the test passes or when there is a new run.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#30