#231 resultsdb_directive should raise an exception when check_detail is missing data
Closed: Fixed Opened by jskladan.

At the moment, we are not checking whether the check_details provided to resultsdb_directive contain all the necessary data. We should specify the required minimal amount of information, and fail if it is not available.

The probable minimum would be outcome, item and report_type. Thus meaning that minimal TAP output acceptable by resultsdb_directive would be::
TAP version 13
1..1
ok


item: foo
type: bar
...

Although resultsdb as such will be satisfied with even less information, item and type are required to identify what was tested, and it so does not make sense to not include the information.


This ticket had assigned some Differential requests:
D328

Metadata