[ 
https://issues.apache.org/jira/browse/CASSANDRASC-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745287#comment-17745287
 ] 

ASF subversion and git services commented on CASSANDRASC-66:
------------------------------------------------------------

Commit 4be61d482c9a717fa4ebe2fc4b7d09a230dac68a in cassandra-sidecar's branch 
refs/heads/trunk from Francisco Guerrero
[ https://gitbox.apache.org/repos/asf?p=cassandra-sidecar.git;h=4be61d4 ]

CASSANDRASC-66 Fix builds in Apache CI

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.

patch by Francisco Guerrero; reviewed by Dinesh Joshi, Yifan Cai for 
CASSANDRASC-66


> Fix failing unit tests in Apache CI
> -----------------------------------
>
>                 Key: CASSANDRASC-66
>                 URL: https://issues.apache.org/jira/browse/CASSANDRASC-66
>             Project: Sidecar for Apache Cassandra
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Francisco Guerrero
>            Assignee: Francisco Guerrero
>            Priority: Normal
>              Labels: pull-request-available
>
> Currently, the tests under 
> {{org.apache.cassandra.sidecar.HealthServiceSslTest}} [are 
> failing|https://ci-cassandra.apache.org/job/cassandra~sidecar/42/] when 
> running inside ASF's CI. The logs show that some resources (keystore and 
> truststore) are not found. This is causing the tests to fail.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to