CJCombrink commented on PR #3179:
URL: https://github.com/apache/thrift/pull/3179#issuecomment-3125648949

   @mhlakhani 
   
   > is the main end goal to ensure all the cross tests pass?
   
   No sorry, that post is quite long but the test is rather short/easy.
   
   Run a server of any other language (not Rust) and then connect the Rust 
client to the non-rust server for the test. The UUID printed on both sides 
should be the same. Then repeat it for the Rust server and another client. 
   
   The first post shows the command to run the C++ server and other commands to 
run the other clients. 
   
   So in summary: For example run the C++ server
   ```
   /thrift/src/test/cpp/TestServer --port=37471
   ```
   And then run the rust client connected to the C++ server and confirm that 
both print the UUID as expected to the console: 
`00112233-4455-6677-8899-aabbccddeeff`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@thrift.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to