Details
Details
- Reviewers
douardda - Group Reviewers
Reviewers - Commits
- rDJNLeea69820792f: JournalClient: split main loop in three functions
Diff Detail
Diff Detail
- Repository
- rDJNL Journal infrastructure
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 10754 Build 16145: tox-on-jenkins Jenkins Build 16144: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DJNL/job/tox/329/ for more details.
Comment Actions
You should give a hint in your commit message on why you do this refactoring.
For example, the introduction of the deserialize_message method seems overkill (oneliner that do almost nothing more than calling another method) if we do not know why this method is extracted.
swh/journal/client.py | ||
---|---|---|
174–191 | no need for the nb_processed var here |
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DJNL/job/tox/332/ for more details.