You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jake Farrell (Commented) (JIRA)" <ji...@apache.org> on 2011/11/01 21:45:33 UTC

[jira] [Commented] (THRIFT-1416) Python Unit test is broken on ci

    [ https://issues.apache.org/jira/browse/THRIFT-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141566#comment-13141566 ] 

Jake Farrell commented on THRIFT-1416:
--------------------------------------

+1, removing for now to get ci back up and running
                
> Python Unit test is broken on ci
> --------------------------------
>
>                 Key: THRIFT-1416
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1416
>             Project: Thrift
>          Issue Type: Bug
>          Components: Python - Library, Test Suite
>         Environment: Ubuntu 10.04.1 LTS Lucid
>            Reporter: Roger Meier
>             Fix For: 0.8
>
>         Attachments: THRIFT-1416_no_repr_on_Xception.patch
>
>
> see https://builds.apache.org/view/S-Z/view/Thrift/job/Thrift/311/console
> {noformat}
> ----------------
>  Executing Client/Server tests with various generated code directories
>  Servers to be tested: TSimpleServer, TThreadedServer, TThreadPoolServer, TProcessPoolServer, TForkingServer, TNonblockingServer, THttpServer
>  Directories to be tested: gen-py-default, gen-py-slots, gen-py-newstyle, gen-py-newstyleslots, gen-py-dynamic, gen-py-dynamicslots
>  Protocols to be tested: accel, binary, compact
>  Options to be tested: ZLIB(yes/no), SSL(yes/no)
> ----------------
> Test run #1:  (includes gen-py-default) Server=TSimpleServer,  Proto=accel,  zlib=False,  SSL=False
> Testing server TSimpleServer: /usr/bin/python ./TestServer.py --genpydir=gen-py-default --proto=accel --port=9090 TSimpleServer
> Testing client: /usr/bin/python ./TestClient.py --genpydir=gen-py-default --proto=accel --port=9090
> Traceback (most recent call last):
>   File "./RunClientServer.py", line 185, in <module>
>     runServiceTest(genpydir, try_server, try_proto, options.port, with_zlib, with_ssl)
>   File "./RunClientServer.py", line 136, in runServiceTest
>     raise Exception("Client subprocess failed, retcode=%d, args: %s" % (ret, ' '.join(cli_args)))
> Exception: Client subprocess failed, retcode=1, args: /usr/bin/python ./TestClient.py --genpydir=gen-py-default --proto=accel --port=9090
> FAIL: RunClientServer.py
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira