Open rubensworks opened 4 years ago
It looks like GitHub is sometimes sending empty pages, causing expected test results to be empty. We could check and warn/error for those situations.
Example: https://travis-ci.com/github/rdfjs/N3.js/jobs/413892314#L3230
May also have something to do with the fact that we could send a huge amount of parallel requests. Maybe we should be more server-friendly and add some timeouts between every X requests.
It looks like GitHub is sometimes sending empty pages, causing expected test results to be empty. We could check and warn/error for those situations.
Example: https://travis-ci.com/github/rdfjs/N3.js/jobs/413892314#L3230