And keep the old key for backward compatibility.
Details
Details
- Reviewers
olasd douardda vlorentz - Group Reviewers
Reviewers - Commits
- rDJNL64a0cbae0b05: writer: Normalize 'cls' value to 'memory' for in-memory instantiation
tox
Note:
We no longer have any routine to setup kafka in the dev's machine.
I could not test fast enough the diff, i rely on the CI here.
Diff Detail
Diff Detail
- Repository
- rDJNL Journal infrastructure
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 7890 Build 11356: tox-on-jenkins Jenkins Build 11355: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DJNL/job/tox/267/ for more details.
Comment Actions
What's wrong with inmemory?
Also, use this:
warnings.warn("cls = 'inmemory' is deprecated, use 'memory' instead", DeprecationWarning)
Comment Actions
What's wrong with inmemory?
Check indexer-storage and storage, it's 'memory' there.
Thus the normalize in the title ;)
Ack on the warning.
Will fix.
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DJNL/job/tox/268/ for more details.