results.webkit.org displays svn revision even on selecting git hash To reproduce, open any test results, e.g.: https://results.webkit.org/?suite=layout-tests&test=fast%2Fanimation%2Fanimation-display-style-adjustment.html change commit representation to 'hash'. Instead of hashes, revisions are displayed.
If the hashes are not fully supported by the results.webkit.org UI yet, that option should not be shown.
This is reflecting an issue that is ultimately temporary. We compute the hash by consulting GitHub after retrieving the identifier. this process works but is apparently not consistent. The solution to this will be to report commits from your local checkout when running tests, we didn't want to do this with Subversion because retrieving commit messages in Subversion actually requires network operations. The reason I haven't made this change yet is because I have yet to deploy this change to the Internal results database, because I am populating branches before backfilling that database. For the time being, I just manually backfilled the effected commits. I think periodically backfilling until we are reporting full commits is better than changing any code here.