Github user nsuke commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/972#discussion_r58986861
  
    --- Diff: test/tests.json ---
    @@ -268,6 +268,41 @@
         "workdir": "py"
       },
       {
    +    "comment": "Using 'python3' executable with asyncio",
    +    "name": "py3.asyncio",
    +    "server": {
    +      "extra_args": ["TSimpleServer"],
    +      "command": [
    +        "python3",
    +        "TestAsyncioServer.py",
    +        "--verbose",
    +        "--genpydir=gen-py.asyncio"
    +      ]
    +    },
    +    "client": {
    +      "timeout": 10,
    +      "command": [
    +        "python3",
    +        "TestAsyncioClient.py",
    +        "--host=localhost",
    +        "--genpydir=gen-py.asyncio"
    --- End diff --
    
    Can you update test/py/Makefile.am and test/py/generate.cmake so that we 
can easily/automatically run your test with the generated code ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to