Page MenuHomeSoftware Heritage

github: Fix fixtures use in tests
ClosedPublic

Authored by anlambert on Jan 2 2023, 6:07 PM.

Details

Summary

requests_ratelimited fixture from swh-core was renamed to
github_requests_ratelimited.

remaining_requests parameter was added to the github_response_callback
function from swh-core, making it no longer compatible with requests_mock
callback for json responses.

Diff Detail

Repository
rDLS Listers
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D8991 (id=32389)

Rebasing onto e218fbfef6...

Current branch diff-target is up to date.
Changes applied before test
commit bcf30aba90ba6e6e0bf71cf44f76ac3d2763e6a2
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Jan 2 14:20:08 2023 +0100

    github: Fix fixtures use in tests
    
    requests_ratelimited fixture from swh-core was renamed to
    github_requests_ratelimited.
    
    remaining_requests parameter was added to the github_response_callback
    function from swh-core, making it no longer compatible with requests_mock
    callback for json responses.

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

ardumont added a subscriber: ardumont.

Thx.

I guess this is the fix for the current master red build [1]

[1] https://jenkins.softwareheritage.org/view/swh%20master/job/DLS/job/tests/2221/console

This revision is now accepted and ready to land.Jan 3 2023, 9:54 AM
This revision was automatically updated to reflect the committed changes.