rubensworks / rdf-test-suite.js

Executes the RDF and SPARQL test suites.
MIT License
9 stars 6 forks source link

Expected results can sometimes be empty #64

Open rubensworks opened 4 years ago

rubensworks commented 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

rubensworks commented 4 years ago

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.