rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-22 Thread Subodh Konhor
Please donot go by the diff size, I am doing some testing as we do post huge integration's to reviewboard. Since we are migrating from 1.0.9 to 2.5.x I am doing some round of stress testing. I have generated merge diff which is all of type "branch" category. The diff size is whooping 359762870

Re: UnicodeDecodeError in set_default_password

2016-03-22 Thread Jim Hagan
I am able to fix this locally if I do not convert the password with 'six.text_type'. Is this an okay, workaround for the short term? * class Client(base.Client):* * 31 required_module = 'pysvn'* * 32* * 33 def __init__(self, config_dir, repopath, username=None, password=None):* * 34

Re: rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-22 Thread David Trowbridge
I'm not sure what's going on in the first couple tracebacks--somehow the diff headers aren't right. It would help if you included what command you ran to get that output. For the last traceback, it looks like there's some issues with perforce and 'rbt post --diff-filename' That said, a change with

Re: rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-22 Thread Subodh Konhor
I also do acknowledge that it is humanly impossible to review but we have a process of having review done for certain products before checkin is made. Therefore we post review. So yes we do post huge diffs and cannot do away with it. Command I ran to post the changenum is rbt post -d Error i

Re: rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-22 Thread David Trowbridge
I'm not super aware of your situation, but following a "process" just because even though it's ridiculous in extreme cases like this is absurd. There's no good reason why --diff-filename doesn't work with Perforce other than that it just hasn't been used. Passing in a diff file with perforce is ve

rbt post error message

2016-03-22 Thread Jungwhan Kim
Hi. I am trying to set up the reviewboard with Perforce. So I installed review board in the apache in Linux and configured it with mysql. Now I am trying to set up a client tool so that I can generate/upload a diff into the review board server. So I checked out one file for testing and created

Re: rbt post error message

2016-03-22 Thread David Trowbridge
Can you run with --debug and send the output? -David On Tue, Mar 22, 2016 at 2:57 PM Jungwhan Kim wrote: > Hi. > > I am trying to set up the reviewboard with Perforce. So I installed review > board in the apache in Linux and configured it with mysql. Now I am trying > to set up a client tool so

Re: rbt post error message

2016-03-22 Thread Caesar
I ran it with rbt post --debug. Here is the output. >>> RBTools 0.7.1 alpha 0 (dev) >>> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] >>> Running on Windows-7-6.1.7601-SP1 >>> Home = C:\Users\\AppData\Roaming >>> Current directory = D:\code\branch123 >>> Checking for a

Re: rbt post error message

2016-03-22 Thread David Trowbridge
I think what's happening is it's unable to run "p4 info". Do you have the p4 command-line tool installed? -David On Tue, Mar 22, 2016 at 3:30 PM Caesar wrote: > I ran it with rbt post --debug. Here is the output. > > >>> RBTools 0.7.1 alpha 0 (dev) > >>> Python 2.7.6 (default, Nov 10 2013, 19:2

Re: rbt post error message

2016-03-22 Thread Caesar
I have p4 client installed. How is p4 command-line tool different from p4 client? Anyway, I googled p4 command-line tool and found this https://www.perforce.com/downloads/helix#product-6 and installed it. I am still getting the same error. I see the new installation directory in the path envi