This is supposed to be picked up by errorRecordingReadOpener but doesn't seem to be, requesting a wikipedia page that doesn't exist just provides the blocks up until that point and terminates cleanly with no error logged, but it should log an error and shouldn't terminate cleanly.
This is going to be the traverser not finishing but that not being an error. We'll need to collect the Progress and check whether it's completed or not at finish. Same deal in Lassie.
This is supposed to be picked up by
errorRecordingReadOpener
but doesn't seem to be, requesting a wikipedia page that doesn't exist just provides the blocks up until that point and terminates cleanly with no error logged, but it should log an error and shouldn't terminate cleanly.