phetsims / perennial

Maintenance tools that won't change with different versions of chipper checked out
MIT License
2 stars 5 forks source link

OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 #361

Open zepumph opened 3 weeks ago

zepumph commented 3 weeks ago

@AgustinVallejo and I have been having trouble pulling for the last few versions of git. Tonight I got tired of this, and would like to try to solve it. This only happens when using the pull-all.js script in parallel. Individual pulls don't have trouble.


## vibe
fatal: unable to access 'https://github.com/phetsims/vibe.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

## wave-interference
fatal: unable to access 'https://github.com/phetsims/wave-interference.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

## wave-on-a-string
fatal: unable to access 'https://github.com/phetsims/wave-on-a-string.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

## waves-intro
fatal: unable to access 'https://github.com/phetsims/waves-intro.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

## weddell
fatal: unable to access 'https://github.com/phetsims/weddell.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

## xray-diffraction
fatal: unable to access 'https://github.com/phetsims/xray-diffraction.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
zepumph commented 3 weeks ago

ok. --batches was added above. I am able to solve all my pulling issues by pulling in just 2 batches. @AgustinVallejo, would you like to code review, in part so that you are away of this change so that you can have faster pulling if you'd like. I ended up opening this issue in part because the bin/pull-all.sh -p also started failling, so I was needed to sync pull every repo (~3 minutes each run).