[jira] [Commented] (CASSANDRA-17545) Fix Travis CI for Pyhon DTests

2022-04-12 Thread Brandon Williams (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17521354#comment-17521354
 ] 

Brandon Williams commented on CASSANDRA-17545:
--

+1

> Fix Travis CI for Pyhon DTests
> --
>
> Key: CASSANDRA-17545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17545
> Project: Cassandra
>  Issue Type: Bug
>  Components: CI
>Reporter: Ekaterina Dimitrova
>Assignee: Ekaterina Dimitrova
>Priority: Normal
>
> Seems like in the past month Travis CI is failing with the following issue:
>  
> {code:java}
> fatal: remote error: 
>   The unauthenticated git protocol on port 9418 is no longer supported.
> Please see 
> https://github.blog/2021-09-01-improving-git-protocol-security-github/ for 
> more information.
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-17545) Fix Travis CI for Pyhon DTests

2022-04-11 Thread Ekaterina Dimitrova (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17520831#comment-17520831
 ] 

Ekaterina Dimitrova commented on CASSANDRA-17545:
-

This is an issue we fixed for CircleCI long time ago, not sure why it popped 
out only now. The fix is simple, move from git:// to [https://.|https:///]

I pushed a patch [here| https://github.com/apache/cassandra-dtest/pull/183].  
Seems like Travis CI starts a build only on commit. I tested locally the issue 
is fixed:

 
{code:java}
e$ git remote add apache-https https://github.com/apache/cassandra-dtest.git
e$ git fetch apache-https
>From https://github.com/apache/cassandra-dtest
{code}
 

> Fix Travis CI for Pyhon DTests
> --
>
> Key: CASSANDRA-17545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17545
> Project: Cassandra
>  Issue Type: Bug
>  Components: CI
>Reporter: Ekaterina Dimitrova
>Assignee: Ekaterina Dimitrova
>Priority: Normal
>
> Seems like in the past month Travis CI is failing with the following issue:
>  
> {code:java}
> fatal: remote error: 
>   The unauthenticated git protocol on port 9418 is no longer supported.
> Please see 
> https://github.blog/2021-09-01-improving-git-protocol-security-github/ for 
> more information.
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org