Quite a few hashes missing in the hg -> git map
Categories
(Developer Services :: Git, defect)
Tracking
(Not tracked)
People
(Reporter: marco, Assigned: dhouse)
References
Details
Attachments
(1 file)
256.01 KB,
text/plain
|
Details |
I'm attaching a file with a list of Mercurial hashes missing (each line corresponds to a hash).
Dave, can you force the remapping?
I'm checking the listed mappings and I'll make sure they are pushed.
I re-ran the scripts over the last 6months to find missed mappings and did not find these missed ones caught.
The missing.txt commits are from June 18 2018 or older. I've kicked off a check of the full timespan (back to free the lizard) of the repo to look for any commits not in the mapper.
I'll check the progress on this tomorrow. If it fails on any commits it will keep processing, but I can verify the missing.txt commits are mapped.
The missing.txt commits are still missing. I'm now targeting only June 2018 to see how I'm missing these commits in that range.
The missing.txt commit mappings are now all pushed to the mapper service:
$ cat missed_map | xargs -P15 -I {} bash -c 'curl -s --fail -X GET --header "Accept: application/json" "https://mapper.mozilla-releng.net/gecko-dev/rev/hg/{}" 2>&1 >/dev/null || echo "{}"; exit 0'
$
Reporter | ||
Comment 5•6 years ago
|
||
Thanks!
Description
•