For a while now I have been frustrated that test results list multiple saved core files as artifacts but cores.html only seems to list one (and typically not the one you want to know about). For example, a log file shows:
[CrashDetector] Found .core: ./core.99218
[CrashDetector] WARNING: STRESS PROCESS CRASH DETECTED!
But the cores.html file only contains processing of core.99217. We have the core.99218.zip file in the artifacts (and a bunch of other core files) but they are not seemingly covered by cores.html
However, today I discovered that if you fully expand the information for the listed core file then at the very end of that, as it if were an entry about that core file, you will find the entry for the next core file. And if you expand that you get the next one and so forth.
It appears that when cores.html is constructed there are missing end-of-list tags
[CrashDetector] Found .core: ./core.99218
[CrashDetector] WARNING: STRESS PROCESS CRASH DETECTED!
But the cores.html file only contains processing of core.99217. We have the core.99218.zip file in the artifacts (and a bunch of other core files) but they are not seemingly covered by cores.html
However, today I discovered that if you fully expand the information for the listed core file then at the very end of that, as it if were an entry about that core file, you will find the entry for the next core file. And if you expand that you get the next one and so forth.
It appears that when cores.html is constructed there are missing end-of-list tags