|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
testcase too big?I have recorded a test but it appears to be too long, it never ends correctly, I always get the following message : Traceback (innermost last): File "<string>", line 869, in ? File "<string>", line 762, in runTest File "C:\software\maxq-1.0\jython\CompactTest.py", line 60, in get File "C:\software\maxq-1.0\jython\CompactTest.py", line 56, in commonRequest Expected response code 200 but got 500 If I remove some lines (self.get...) at the beginning of the file, the error appears later (not on the same self.get) I guess I have to increase heap space or something like that Thanks Yves --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: testcase too big?Jython is limited to 64k scripts, although I thought it gave a more
sensible error message. Would this explain your problem? On 17/07/2007, at 19:00, Yves Dennebouy wrote: > > I have recorded a test but it appears to be too long, it never ends > correctly, I always get the following message : > > Traceback (innermost last): > File "<string>", line 869, in ? > File "<string>", line 762, in runTest > File "C:\software\maxq-1.0\jython\CompactTest.py", line 60, in get > File "C:\software\maxq-1.0\jython\CompactTest.py", line 56, in > commonRequest > Expected response code 200 but got 500 > > If I remove some lines (self.get...) at the beginning of the file, > the error > appears later (not on the same self.get) > > I guess I have to increase heap space or something like that > > Thanks > > Yves > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |