Merge pull request #6371 from github/smowton/admin/test-generator-notice-bad-rows

Add test-case generator check for non-parseable rows
This commit is contained in:
Chris Smowton
2021-07-27 15:44:01 +01:00
committed by GitHub

View File

@@ -37,6 +37,9 @@ query string getAParseFailure(string reason) {
any(TargetSummaryModelCsv target).row(result) and
any(SummaryModelCsv model).row(result) and
(
not summaryModel(_, _, _, _, _, _, _, _, _, result) and
reason = "row could not be parsed"
or
exists(
string namespace, string type, boolean subtypes, string name, string signature, string ext
|