UX patterns for manual review of error messages

I have a set of 80+ automated tests that run every morning on all the datasets in my database. Some are critical tests and some are non-critical. Any failed tests record in a DB table the dataset that failed and the test that was failed. This list of fails can be 10,000 and the list of critical fails is usually between 10 and 30 items.

I want to present the list of failure for manual review along with some action buttons like "Retest", "Ignore", and "Remove".

What common UX patterns for this functionality?