[TIMOB-5013] Drillbit: iOS Test results get cut off at 8K default buffer limit
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-08-15T16:49:14.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | Sprint 2011-33, Release 1.8.0 |
Components | Drillbit |
Labels | coverage |
Reporter | Marshall Culpepper |
Assignee | Marshall Culpepper |
Created | 2011-08-15T15:51:02.000+0000 |
Updated | 2017-03-03T18:51:29.000+0000 |
Description
Whenever the test results for an iOS test suite exceed 8K, they are being cut off because the default max buffer size for HTTPServerRequest.read() is 8K.
To reproduce this, run the
xml
test suite for iPhone:
This is the command I use in Lion (your mileage may vary):
$ ./drillbit/drillbit.py --platforms=iphone --iphone-version=4.3 --tests=xml --autorun
Currently the test closes in the iPhone simulator, but Drillbit never seems to register that the test has finished.
Closing ticket due to time passed and irrelevance of the issue.