profiler: dedupe redundant record-count failure in check report
A record file with both a numRecords metadata check and record content checks reported the same count mismatch twice (numRecords and content.records). profilerRunRule now omits the content.records line when the numRecords check already covers it, keeping it only when no numRecords check ran (FCP/FCI 'type' mode or numRecords cleared) or when numRecords passes but the read returns a different count. 3 new tests. SW cache v58 -> v59.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const CACHE = 'otaman-v58';
|
||||
const CACHE = 'otaman-v59';
|
||||
const URLS = [
|
||||
'index.html',
|
||||
'help.html',
|
||||
|
||||
Reference in New Issue
Block a user