[ https://issues.apache.org/jira/browse/THRIFT-5751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17800829#comment-17800829 ]
Yuxuan Wang edited comment on THRIFT-5751 at 12/27/23 4:51 PM: --------------------------------------------------------------- The test document is _likely_ outdated. The dockerfiles were used in the old CI system running in travis, which we stopped using. The current CI system is running on github actions, please follow the [github actions definition files in the code|https://github.com/apache/thrift/blob/master/.github/workflows/build.yml] to see how they are run in the CI system. was (Author: fishywang): The test document is +likely+ outdated. The dockerfiles were used in the old CI system running in travis, which we stopped using. The current CI system is running on github actions, please follow the [github actions definition files in the code|https://github.com/apache/thrift/blob/master/.github/workflows/build.yml] to see how they are run in the CI system. > Incorrect document > ------------------ > > Key: THRIFT-5751 > URL: https://issues.apache.org/jira/browse/THRIFT-5751 > Project: Thrift > Issue Type: Test > Components: Java - Compiler, Java - Library, Kotlin - Compiler, > Kotlin - Library > Affects Versions: 0.19.0 > Environment: docker Focal > Reporter: shuo > Priority: Major > Labels: test-stability > > I intend to conduct cross-language testing by running thrift\test\test.py, > utilizing Java, Kotlin, and Go as both clients and servers. The run command > follows thrift\test\test.json. I've observed that the Go code runs > successfully in my local environment but encounters errors when run in a > container built on Focal Dockerfile. Additionally, after Gradle builds for > Java and Kotlin, the expected build/runserver and > cross-test-server/build/install/TestServer/bin/TestServer respectively are > not generated. I followed the instructions in the readme under thrift/lib for > building the environments for these three languages, but have been unable to > generate the Java and Kotlin content as indicated in test.json(I mean I > cannot get build/runserver and > cross-test-server/build/install/TestServer/bin/TestServer as well as the > client code), and the Go portion has consistently failed to run correctly. > Could you please advise if the testing documentation is outdated or if I > might have missed something? -- This message was sent by Atlassian Jira (v8.20.10#820010)