itchy-rust icon indicating copy to clipboard operation
itchy-rust copied to clipboard

Enable travis to test with the most recent itch file from nasdaq ftp

Open petr-tik opened this issue 6 years ago • 2 comments
trafficstars

Fixes #8

Remove old, ignored tests - replace with a test that relies on an env variable set by the script Add the script to travis and rely on other travis implicit to run cargo test

petr-tik avatar Nov 07 '19 23:11 petr-tik

so i have been looking at this and am running into an error that I cannot reproduce locally.

The last 2 lines of https://api.travis-ci.org/v3/job/609790566/log.txt

show

$ source download_recent_itch50.sh
curl: (55) Send failure: Connection reset by peer

I have run all versions of the download_recent_itch50.sh locally and it never gives such an error code. I guess this is somehow related to the network settings of travisCI and/or nasdaq ftp not responding to requests from weird AWS zones.

I am not super well versed in networking/curl, so any help would be appreciated.

petr-tik avatar Nov 09 '19 23:11 petr-tik

so i have been looking at this and am running into an error that I cannot reproduce locally.

The last 2 lines of https://api.travis-ci.org/v3/job/609790566/log.txt

show

$ source download_recent_itch50.sh
curl: (55) Send failure: Connection reset by peer

I have run all versions of the download_recent_itch50.sh locally and it never gives such an error code.

https://blog.travis-ci.com/2018-07-23-the-tale-of-ftp-at-travis-ci

Looks like I need to work around their networking setup.

petr-tik avatar Nov 09 '19 23:11 petr-tik