So that errors in unique_key() are caught by tests using the in-mem writer.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDJNL12b31a2621e9: Make the in-memory kafka writer call unique_key().
Diff Detail
Diff Detail
- Repository
- rDJNL Journal infrastructure
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 17577 Build 27175: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 27174: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D4621 (id=16385)
Rebasing onto 1a6c825884...
Current branch diff-target is up to date.
Changes applied before test
commit 12b31a2621e9cb9c606a4603c9968c33fb0c67d4 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Nov 27 13:30:47 2020 +0100 Make the in-memory kafka writer call unique_key(). So that errors in unique_key() are caught by tests using the in-mem writer.
See https://jenkins.softwareheritage.org/job/DJNL/job/tests-on-diff/127/ for more details.
Comment Actions
Because I didn't write tests for this at all. But it's only used in tests, so 🤷
I'll open a task to write tests for it.