frankgh opened a new pull request, #62:
URL: https://github.com/apache/cassandra-sidecar/pull/62

   Currently, tests running under 
{{org.apache.cassandra.sidecar.HealthServiceSslTest}} [are 
failing](https://ci-cassandra.apache.org/job/cassandra~sidecar/42/) when 
running inside ASF's CI. Logs are showing that some resources (keystore and 
truststore) are not found. This is causing the tests to fail.
   
   In this commit, we read the resource from the stream, which is guaranteed to 
exist as long as the resource exists and the resource name is correct, then we 
write the resource to a temporary directory, and use the file name to set the 
keystore and truststore path as part of the configuration options.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to