it was not used anywhere, so simplify the code a bit.
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDJNL0d115993e0f1: Remove 'process_timeout' from JournalClient's arguments
Diff Detail
Diff Detail
- Repository
- rDJNL Journal infrastructure
- Branch
- master
- Lint
Lint Skipped - Unit
Unit Tests Skipped - Build Status
Buildable 25829 Build 40369: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 40368: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D6882 (id=24958)
Rebasing onto 4e5e00988a...
Current branch diff-target is up to date.
Changes applied before test
commit 35bb07d74b2bc19353280770f825648c5d053bc4
Author: David Douard <david.douard@sdfa3.org>
Date: Tue Jan 4 17:25:02 2022 +0100
Remove 'process_timeout' from JournalClient's arguments
it was not used anywhere, so simplify the code a bit.See https://jenkins.softwareheritage.org/job/DJNL/job/tests-on-diff/188/ for more details.
| swh/journal/client.py | ||
|---|---|---|
| 228–231 | this should be an exception IMO | |
| swh/journal/client.py | ||
|---|---|---|
| 228–231 | you are probably right, will do | |
Comment Actions
Build is green
Patch application report for D6882 (id=24963)
Rebasing onto 4e5e00988a...
Current branch diff-target is up to date.
Changes applied before test
commit 0d115993e0f1bd5e049ba07a1185ae29fcb6e654
Author: David Douard <david.douard@sdfa3.org>
Date: Tue Jan 4 17:25:02 2022 +0100
Remove 'process_timeout' from JournalClient's arguments
it was not used anywhere, so simplify the code a bit.See https://jenkins.softwareheritage.org/job/DJNL/job/tests-on-diff/190/ for more details.