Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(144)

Issue 308850043: [plaso] Fixes for psort failing on for end-to-end tests #366 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 9 months ago by Joachim Metz
Modified:
7 years, 8 months ago
Reviewers:
onager
CC:
kiddi, log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

[plaso] Fixes for psort failing on for end-to-end tests #366

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix psort failing on for end-to-end tests #366 #

Patch Set 3 : Fix psort failing on for end-to-end tests #366 #

Total comments: 12

Patch Set 4 : Fix psort failing on for end-to-end tests #366 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+366 lines, -344 lines) Patch
M .gitignore View 1 2 chunks +1 line, -2 lines 0 comments Download
M config/end-to-end.ini View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M plaso/containers/events.py View 1 2 13 chunks +35 lines, -59 lines 0 comments Download
M plaso/multi_processing/psort.py View 1 2 3 5 chunks +11 lines, -31 lines 0 comments Download
M plaso/multi_processing/task_engine.py View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M plaso/output/event_buffer.py View 1 2 5 chunks +106 lines, -63 lines 0 comments Download
M plaso/output/interface.py View 1 2 3 7 chunks +26 lines, -25 lines 0 comments Download
M plaso/output/json_line.py View 1 2 1 chunk +9 lines, -6 lines 0 comments Download
M plaso/output/json_out.py View 1 2 1 chunk +9 lines, -5 lines 0 comments Download
M plaso/output/l2t_csv.py View 1 2 3 3 chunks +34 lines, -36 lines 0 comments Download
M plaso/output/tln.py View 1 2 3 4 chunks +49 lines, -49 lines 0 comments Download
M test_data/end_to_end/json.log View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M test_data/end_to_end/json_line.log View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M test_data/end_to_end/l2tcsv.log View 1 2 1 chunk +13 lines, -13 lines 0 comments Download
M test_data/end_to_end/l2ttln.log View 1 2 1 chunk +13 lines, -13 lines 0 comments Download
M test_data/end_to_end/rawpy.log View 1 2 13 chunks +0 lines, -13 lines 0 comments Download
M tests/end-to-end.py View 1 2 3 10 chunks +44 lines, -14 lines 0 comments Download
M tests/serializer/json_serializer.py View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 11
Joachim Metz
7 years, 9 months ago (2016-07-28 17:27:45 UTC) #1
onager
https://codereview.appspot.com/308850043/diff/1/plaso/multi_processing/psort.py File plaso/multi_processing/psort.py (right): https://codereview.appspot.com/308850043/diff/1/plaso/multi_processing/psort.py#newcode244 plaso/multi_processing/psort.py:244: for event_queue in self._event_queues: Why not remove this close ...
7 years, 8 months ago (2016-07-29 10:25:21 UTC) #2
Joachim Metz
https://codereview.appspot.com/308850043/diff/1/plaso/multi_processing/psort.py File plaso/multi_processing/psort.py (right): https://codereview.appspot.com/308850043/diff/1/plaso/multi_processing/psort.py#newcode244 plaso/multi_processing/psort.py:244: for event_queue in self._event_queues: On 2016/07/29 10:25:21, onager wrote: ...
7 years, 8 months ago (2016-07-30 07:17:30 UTC) #3
Joachim Metz
Code updated.
7 years, 8 months ago (2016-07-30 07:20:28 UTC) #4
Joachim Metz
this needs more work, since the test are still failing
7 years, 8 months ago (2016-07-30 08:06:52 UTC) #5
Joachim Metz
Code updated.
7 years, 8 months ago (2016-07-30 09:15:14 UTC) #6
onager
https://codereview.appspot.com/308850043/diff/40001/plaso/output/interface.py File plaso/output/interface.py (right): https://codereview.appspot.com/308850043/diff/40001/plaso/output/interface.py#newcode66 plaso/output/interface.py:66: """Retrieves the names of arguments that are required by ...
7 years, 8 months ago (2016-08-01 07:26:15 UTC) #7
Joachim Metz
https://codereview.appspot.com/308850043/diff/40001/plaso/output/interface.py File plaso/output/interface.py (right): https://codereview.appspot.com/308850043/diff/40001/plaso/output/interface.py#newcode66 plaso/output/interface.py:66: """Retrieves the names of arguments that are required by ...
7 years, 8 months ago (2016-08-01 08:08:24 UTC) #8
Joachim Metz
Code updated.
7 years, 8 months ago (2016-08-01 09:05:51 UTC) #9
onager
On 2016/08/01 09:05:51, Joachim Metz wrote: > Code updated. LGTM
7 years, 8 months ago (2016-08-01 09:07:54 UTC) #10
Joachim Metz
7 years, 8 months ago (2016-08-01 09:17:41 UTC) #11
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: python ./utils/review.py close eoefix
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b