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

Issue 334530043: [plaso] Fix serializer for Python 3 and prevent Python 3 tests from hanging. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 2 months ago by ep
Modified:
6 years ago
Reviewers:
Joachim Metz
CC:
jberggren, romaing, onager, kiddi, log2timeline-dev_googlegroups.com, aaronp
Visibility:
Public.

Description

[plaso] Fix serializer for Python 3 and prevent Python 3 tests from hanging.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix serializer for Python 3 and prevent Python 3 tests from hanging. #

Patch Set 3 : Fix serializer for Python 3 and prevent Python 3 tests from hanging. #

Patch Set 4 : Fix serializer for Python 3 and prevent Python 3 tests from hanging. #

Total comments: 2

Patch Set 5 : Fix serializer for Python 3 and prevent Python 3 tests from hanging. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -3 lines) Patch
M plaso/storage/interface.py View 1 2 3 4 2 chunks +12 lines, -2 lines 0 comments Download
M run_tests.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17
ep
6 years, 2 months ago (2018-02-26 12:12:14 UTC) #1
Joachim Metz
https://codereview.appspot.com/334530043/diff/1/plaso/storage/interface.py File plaso/storage/interface.py (right): https://codereview.appspot.com/334530043/diff/1/plaso/storage/interface.py#newcode67 plaso/storage/interface.py:67: return None why do you need an explict "return ...
6 years, 2 months ago (2018-02-26 15:04:18 UTC) #2
ep
On 2018/02/26 15:04:18, Joachim Metz wrote: > https://codereview.appspot.com/334530043/diff/1/plaso/storage/interface.py#newcode67 > plaso/storage/interface.py:67: return None > why do ...
6 years, 2 months ago (2018-02-26 16:02:08 UTC) #3
ep
Code updated.
6 years, 2 months ago (2018-02-27 08:23:57 UTC) #4
ep
Code updated.
6 years, 2 months ago (2018-02-27 08:52:02 UTC) #5
ep
On 2018/02/26 15:04:18, Joachim Metz wrote: > https://codereview.appspot.com/334530043/diff/1/plaso/storage/interface.py#newcode346 > plaso/storage/interface.py:346: attribute_container = > self._serializer.ReadSerialized( > ...
6 years, 2 months ago (2018-02-27 08:52:56 UTC) #6
Joachim Metz
> the linter started complaining about issues that were already there weird, we use a ...
6 years, 2 months ago (2018-02-27 16:49:49 UTC) #7
ep
On 2018/02/27 16:49:49, Joachim Metz wrote: > weird, we use a chromium code style derivative ...
6 years, 2 months ago (2018-02-27 20:44:39 UTC) #8
Joachim Metz
We're on 1.7.x, maybe try that instead of 1.8.x https://github.com/log2timeline/plaso/wiki/Style-guide#linting the pylint config and warnings ...
6 years, 2 months ago (2018-02-27 20:51:40 UTC) #9
ep
Code updated.
6 years, 2 months ago (2018-02-28 09:47:42 UTC) #10
ep
On 2018/02/27 20:51:40, Joachim Metz wrote: > We're on 1.7.x, maybe try that instead of ...
6 years, 2 months ago (2018-02-28 09:48:24 UTC) #11
Joachim Metz
one small nit, otherwise good to go https://codereview.appspot.com/334530043/diff/60001/plaso/storage/interface.py File plaso/storage/interface.py (right): https://codereview.appspot.com/334530043/diff/60001/plaso/storage/interface.py#newcode345 plaso/storage/interface.py:345: serialized_str = ...
6 years, 2 months ago (2018-03-04 22:06:28 UTC) #12
ep
Code updated.
6 years, 1 month ago (2018-03-05 13:03:04 UTC) #13
Joachim Metz
LGTM, I'll check the tests and merge
6 years, 1 month ago (2018-03-05 14:25:25 UTC) #14
Joachim Metz
tests are currently failing because of dfdatetime. Let's wrap up https://codereview.appspot.com/337640043/, update dfdatetime and then ...
6 years, 1 month ago (2018-03-06 13:18:26 UTC) #15
Joachim Metz
tests are already failing on the dfdatetime issue anyway. I'll break them and then let's ...
6 years, 1 month ago (2018-03-07 01:34:39 UTC) #16
Joachim Metz
6 years, 1 month ago (2018-03-07 01:39:24 UTC) #17
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: review.py close python3
Sign in to reply to this message.

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