Test not found when trying to view tests

When we run a test we are getting the “Test not found” message.

The results dir is fine, the errors.log in apache showed nothing. On a guess we moved a month’s worth of tests out of the results dir and everything started working again.

Is there a hard limit on the number of tests? Is there a config to up this? Is this system level issue?

No, no limit in WPT itself but you might want to check the OS filesystem. Check both free space and inodes (if Linux).

Free space was fine (first thing we check), but we ran out of inodes. So we are gonna start archiving. Thanks a bunch. And it is amazing how fast you get back with useful info. It’s appreciated.