CJCombrink commented on PR #3236: URL: https://github.com/apache/thrift/pull/3236#issuecomment-3530953167
@Jens-G I was hoping this change would make all builds go green (tested in my fork) but there are still failing `go-java` ssl test failing. As far as I understand these can also be ignored, should I make a new PR or include them here in the ignore list? See [my build](https://github.com/CJCombrink/thrift/actions/runs/19355324394/job/55375777762 ) the list is ``` =============================================================================== server-client: protocol: transport: result: go-java json zlib-ip-ssl failure(64) go-java json framed-ip-ssl failure(64) go-java json buffered-ip-ssl failure(64) go-java json framed-fastframed-ip-ssl failure(64) go-java compact zlib-ip-ssl failure(64) go-java compact framed-fastframed-ip-ssl failure(64) go-java compact framed-ip-ssl failure(64) go-java compact buffered-ip-ssl failure(64) go-java binary zlib-ip-ssl failure(64) go-java binary framed-fastframed-ip-ssl failure(64) go-java binary framed-ip-ssl failure(64) go-java binary buffered-ip-ssl failure(64) =============================================================================== ``` With the error ``` Executing: /home/runner/work/thrift/thrift/test/go/bin/testserver --certPath=../../keys --protocol=binary --transport=buffered --ssl --port=40333 Directory: /home/runner/work/thrift/thrift/test/go/bin config:delay: 5 config:timeout: 13 =============================================================================== 2025/11/14 05:39:12 ERROR error processing request err="remote error: tls: unknown certificate" =============================================================================== ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
