Merge lp://staging/~codehelp/lava-dispatcher/multinode-truncation into lp://staging/lava-dispatcher/multinode
Proposed by
Neil Williams
Status: | Merged |
---|---|
Approved by: | Senthil Kumaran S |
Approved revision: | 668 |
Merged at revision: | 664 |
Proposed branch: | lp://staging/~codehelp/lava-dispatcher/multinode-truncation |
Merge into: | lp://staging/lava-dispatcher/multinode |
Prerequisite: | lp://staging/~codehelp/lava-dispatcher/multinode-nice |
Diff against target: |
262 lines (+40/-61) 4 files modified
lava/dispatcher/group.py (+2/-18) lava/dispatcher/node.py (+36/-42) lava_dispatcher/default-config/lava-dispatcher/device-types/mx53loco.conf (+1/-0) lava_dispatcher/signals/__init__.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~codehelp/lava-dispatcher/multinode-truncation |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Senthil Kumaran S | Approve | ||
Review via email: mp+175582@code.staging.launchpad.net |
Description of the change
Fix blocksize issue in group and node which was truncating long JSON messages.
Remove debug code.
Migrate NodeDispatcher send to a private _send function.
Add docstrings for node functions.
Fix the iMX53 config to update to tip behaviour.
Fix calculation of the number of key=value pairs in the debug output in signals/__init__.py
To post a comment you must log in.