Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1031
  
    If there isn't one there yet I would recommend following the pattern for 
java in there.  Specifically you would need a new test/ subdirectory for cocoa 
with test_client and test_server scripts, and you would need a stanza in 
tests.json that the test.py script could run.
    
    You can test your scripts against a single client or server like this, 
after running a "make" following configure in test/:
    
    ./test.py --client cocoa --server java
    ./test.py --client java --server cocoa
    
    You could substitute cpp for java as well.  Then when those pass, try a 
"make cross" to see if everything passes.


---
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