Closed cloudy-bot closed 5 years ago
@peter-van-hoof-noaccount commented:
The checksum tests are only executed when either lgRelease or lgReleaseBranch is true. So the md5 checksum test is executed on c17_branch and the upcoming c17.00 release, but not c17 rc1 since the latter has neither lgRelease or lgReleaseBranch set.
The test is only carried out for the masterlist files. Regular data files are currently not checked. This would create an additional overhead on reading the data files that would likely be noticeable.
@peter-van-hoof-noaccount commented:
In r11504 and r11505 the code has been changed to set lgReleaseBranch to true for beta releases. This implies that the md5sum checks are now carried out for release candidates as well.
Turns out that the md5 sums were not tested in release candidates. Peter modified the code to do this in the future.
@peter-van-hoof-noaccount commented:
Checking all data files was committed in r11510 and r11511.
Milestone renamed
reported by: @CloudyLex
I have done two tests to check the behavior of the md5 checksums. First was a checkout of the tag for c17 rc1, on cloud9. Marios and I did several changes to the data files and no comment was generated. I also tried this on a Mac with same result. We edited the stout masterlist and changed one of the stout atomic data files.
Migrated from https://www.nublado.org/ticket/378