Maybe add a line in the commit message about the behavior change of db_partition_indices() (returns an empty list instead of raising a ValueError)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 24 2019
LGTM but I'm biased
Jun 20 2019
Jun 19 2019
Improve a bit JournalClient's docstring
Jun 18 2019
"bon d'accord !"
Jun 14 2019
apply vlorentz' suggestions
LGTM.
Now. what you do not understand "I don't understand why..." Is it "why the code does not behaves how it was intended to?" or "why the code was written so it actually uses a local storage?"
LGTM but please fix the abstract class's docstring as stated in the comment above.
Jun 13 2019
update the docstring
Jun 12 2019
I'm not very fond of testing several things at once. This does not "Test date parsing of origin_metadata_add" as such, it adds this testing as a side effect, in the middle of an unrelated test. Which is not a good idea. I mean, the test is named 'test_origin_metadata_get' and it does already too many things. Having the test named 'test_origin_metadata_get' fail because of bug in parsing dates in origin_metadata_add does not help the poor guy fixing these...
It's not that straightforward that this test does indeed do what the commit message pretends... A comment or 2 in the code of the test would not hurt. But meh
Ok, but I would have loved to see a word or 2 explaining why this revision is needed in the commit message.
log an exception if process_replay_objects_content() fails
Jun 11 2019
rebase
Jun 7 2019
- Add a content replayer service
- cli: extract the JournalClient instanciation in a dedicated function
- replay: make unexpectedly received object_type log a warning
ok ok, I did split the kafka mock class in 2
add a TODO in test_cli about content-replay
replay: log warnings in case of unexpected object types
In D1541#34664, @vlorentz wrote:Also, your new CLI needs tests :)
fix an error (brokers can be a tuple) making test_cli fails
Jun 6 2019
The diffs looks fine, but I'd like to have confirmation the code works properly in real conditions (in a docker session) before we merge this.
fix commit msg
should address vlortenz's comments
Several refactorings and git history cleanups
Jun 5 2019
this is now part of D1540
rebase + fix typo