Fix for rbt post command hangs issue ,while posting the review request on clearcase branch
Review Request #9069 — Created July 11, 2017 and discarded
While posting review request from rbtools on clearcase branch , rbt post command hangs for infinite time , So changes made on file 'rbtools/utils/process.py' : used p.communiacte() instead of p.stdout.readline().
Description | From | Last Updated |
---|---|---|
Can you add the ticket # (4547) to the bugs field? |
brennie | |
Can you flesh out the summary and description? Neither need to include the bug #. See https://www.reviewboard.org/docs/codebase/dev/writing-good-descriptions/ for information we … |
brennie | |
Please detail to us what you've done to test this change. |
david | |
W293 blank line contains whitespace |
reviewbot | |
W191 indentation contains tabs |
reviewbot | |
E101 indentation contains mixed spaces and tabs |
reviewbot | |
E712 comparison to False should be 'if cond is False:' or 'if not cond:' |
reviewbot | |
E203 whitespace before ',' |
reviewbot | |
We generally order stuff like: if positive_case: ... else: ... |
brennie | |
This no longer does the right thing when with_errors=False and split_lines=True. |
david | |
W293 blank line contains whitespace |
reviewbot | |
E101 indentation contains mixed spaces and tabs |
reviewbot | |
W191 indentation contains tabs |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
E101 indentation contains mixed spaces and tabs |
reviewbot | |
W191 indentation contains tabs |
reviewbot |
- Commit:
-
43d730b1a75166c5edc2c76d0be1ff833c8e5c45
- Diff:
-
Revision 2 (+8 -11)
Checks run (2 succeeded)
- Summary:
-
Fix for bug 4547:rbt post command hangs while using with Clearcase to post code on a branchFix for rbt post command hangs issue ,while posting the review request on clearcase branch
- Description:
-
~ https://hellosplat.com/s/beanbag/tickets/4547/
~ While posting review request from rbtools on clearcase branch , rbt post command hangs for infinite time , So changes made on file 'rbtools/utils/process.py' : used p.communiacte() instead of p.stdout.readline().
- Bugs:
- Commit:
-
43d730b1a75166c5edc2c76d0be1ff833c8e5c45803ad942c2faae065a10475d1972ee68615a1eb2
- Diff:
-
Revision 3 (+8 -11)
Checks run (2 succeeded)
- Commit:
-
803ad942c2faae065a10475d1972ee68615a1eb2f0c54e5484853a1761c6e1b21e31cfe75c286874
- Diff:
-
Revision 4 (+5 -8)
Checks run (1 failed, 1 succeeded)
flake8
- Commit:
-
f0c54e5484853a1761c6e1b21e31cfe75c286874e0b6c744a3449ddb311b5d4a15f4ee4447cdf6ff
- Diff:
-
Revision 5 (+3 -6)