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
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
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.