Page MenuHomeSoftware Heritage

hashutil: Add support for md5 sum
ClosedPublic

Authored by anlambert on Dec 6 2021, 5:43 PM.

Details

Summary

Enable to compute md5 sum through the hashutil.MultiHash class.

Nevertheless, md5 is not put in DEFAULT_ALGORITHMS set and must
be explicitely requested by client code.

Related to T2400
Related to D6750

Depends on D6752

Diff Detail

Repository
rDMOD Data model
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build has FAILED

Patch application report for D6755 (id=24523)

Could not rebase; Attempt merge onto 8d96dfedee...

Updating 8d96dfe..2e482c1
Fast-forward
 swh/model/hashutil.py            |   2 +-
 swh/model/tests/test_hashutil.py | 464 ++++++++++++++++++++++-----------------
 2 files changed, 261 insertions(+), 205 deletions(-)
Changes applied before test
commit 2e482c196deb2880b85673e5218f9570d61271b4
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Dec 6 17:38:59 2021 +0100

    hashutil: Add support for md5 sum
    
    Enable to compute md5 sum through the hashutil.MultiHash class.
    
    Nevertheless, md5 is not put in DEFAULT_ALGORITHMS set and must
    be explicitely requested by client code.
    
    Related to T2400

commit 4a53fdcae885fdfb235c6b5df139e630ad088fc4
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Dec 6 16:02:58 2021 +0100

    test_hashutil: Port tests from unittest to pytest

Link to build: https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/408/
See console output for more information: https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/408/console

Harbormaster returned this revision to the author for changes because remote builds failed.Dec 6 2021, 5:44 PM
Harbormaster failed remote builds in B25397: Diff 24523!

Build is green

Patch application report for D6755 (id=24523)

Could not rebase; Attempt merge onto 8d96dfedee...

Updating 8d96dfe..2e482c1
Fast-forward
 swh/model/hashutil.py            |   2 +-
 swh/model/tests/test_hashutil.py | 464 ++++++++++++++++++++++-----------------
 2 files changed, 261 insertions(+), 205 deletions(-)
Changes applied before test
commit 2e482c196deb2880b85673e5218f9570d61271b4
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Dec 6 17:38:59 2021 +0100

    hashutil: Add support for md5 sum
    
    Enable to compute md5 sum through the hashutil.MultiHash class.
    
    Nevertheless, md5 is not put in DEFAULT_ALGORITHMS set and must
    be explicitely requested by client code.
    
    Related to T2400

commit 4a53fdcae885fdfb235c6b5df139e630ad088fc4
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Dec 6 16:02:58 2021 +0100

    test_hashutil: Port tests from unittest to pytest

See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/409/ for more details.

This revision is now accepted and ready to land.Dec 6 2021, 5:50 PM

Build has FAILED

Patch application report for D6755 (id=24525)

Could not rebase; Attempt merge onto 8d96dfedee...

Updating 8d96dfe..37364c2
Fast-forward
 swh/model/hashutil.py            |   2 +-
 swh/model/tests/test_hashutil.py | 466 ++++++++++++++++++++++-----------------
 2 files changed, 263 insertions(+), 205 deletions(-)
Changes applied before test
commit 37364c24b50911f107cfde7b3a283dd52e1a76c9
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Dec 6 17:38:59 2021 +0100

    hashutil: Add support for md5 sum
    
    Enable to compute md5 sum through the hashutil.MultiHash class.
    
    Nevertheless, md5 is not put in DEFAULT_ALGORITHMS set and must
    be explicitely requested by client code.
    
    Related to T2400

commit 243520daa82790ba05e8e88feea3065e905c03db
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Dec 6 16:02:58 2021 +0100

    test_hashutil: Port tests from unittest to pytest

Link to build: https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/411/
See console output for more information: https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/411/console

Build is green

Patch application report for D6755 (id=24525)

Could not rebase; Attempt merge onto 8d96dfedee...

Updating 8d96dfe..37364c2
Fast-forward
 swh/model/hashutil.py            |   2 +-
 swh/model/tests/test_hashutil.py | 466 ++++++++++++++++++++++-----------------
 2 files changed, 263 insertions(+), 205 deletions(-)
Changes applied before test
commit 37364c24b50911f107cfde7b3a283dd52e1a76c9
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Dec 6 17:38:59 2021 +0100

    hashutil: Add support for md5 sum
    
    Enable to compute md5 sum through the hashutil.MultiHash class.
    
    Nevertheless, md5 is not put in DEFAULT_ALGORITHMS set and must
    be explicitely requested by client code.
    
    Related to T2400

commit 243520daa82790ba05e8e88feea3065e905c03db
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Dec 6 16:02:58 2021 +0100

    test_hashutil: Port tests from unittest to pytest

See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/412/ for more details.

This revision was automatically updated to reflect the committed changes.