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? |
|
|||
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 … |
|
|||
Please detail to us what you've done to test this change. |
|
|||
W293 blank line contains whitespace |
![]() |
|||
W191 indentation contains tabs |
![]() |
|||
E101 indentation contains mixed spaces and tabs |
![]() |
|||
E712 comparison to False should be 'if cond is False:' or 'if not cond:' |
![]() |
|||
E203 whitespace before ',' |
![]() |
|||
We generally order stuff like: if positive_case: ... else: ... |
|
|||
This no longer does the right thing when with_errors=False and split_lines=True. |
|
|||
W293 blank line contains whitespace |
![]() |
|||
E101 indentation contains mixed spaces and tabs |
![]() |
|||
W191 indentation contains tabs |
![]() |
|||
W293 blank line contains whitespace |
![]() |
|||
E101 indentation contains mixed spaces and tabs |
![]() |
|||
W191 indentation contains tabs |
![]() |
|||
There are no open issues |
- Commit:
-
43d730b1a75166c5edc2c76d0be1ff833c8e5c45
- Diff:
-
Revision 2 (+8 -11)
Checks run (2 succeeded)
-
C
-
-
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 expect in patches
-
- 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)