-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests sometimes are timing out when testing go-ipfs-as-a-library
#8956
Comments
It took me some time to understand all the Makefiles and figure out that FUSE tests are not running on CI. The real problem is a flaky test executing |
go-ipfs-as-a-library
go-ipfs-as-a-library
go-ipfs-as-a-library
To get more details, run test like this:
You will see the test tries to fetch some CID from public IPFS and sometimes fails on CI (most likely because circleCI is throttling WAN connections due to abuse) As discussed during stewards colo, we need to
|
It was causing some build timeouts error because CircleCI was throttling WAN connections. It closes ipfs#8956 .
It was causing some build timeouts error because CircleCI was throttling WAN connections. It closes ipfs#8956 .
* Do not connect to external nodes on ipfs as a lib example. It was causing some build timeouts error because CircleCI was throttling WAN connections. It closes #8956 * style: rename node vars since this is example, this should make things easier to follow Co-authored-by: Marcin Rataj <lidel@lidel.org>
* Do not connect to external nodes on ipfs as a lib example. It was causing some build timeouts error because CircleCI was throttling WAN connections. It closes #8956 * style: rename node vars since this is example, this should make things easier to follow Co-authored-by: Marcin Rataj <lidel@lidel.org>
* Do not connect to external nodes on ipfs as a lib example. It was causing some build timeouts error because CircleCI was throttling WAN connections. It closes #8956 * style: rename node vars since this is example, this should make things easier to follow Co-authored-by: Marcin Rataj <lidel@lidel.org> (cherry picked from commit e8f1ce0)
* Do not connect to external nodes on ipfs as a lib example. It was causing some build timeouts error because CircleCI was throttling WAN connections. It closes #8956 * style: rename node vars since this is example, this should make things easier to follow Co-authored-by: Marcin Rataj <lidel@lidel.org> (cherry picked from commit e8f1ce0)
* Do not connect to external nodes on ipfs as a lib example. It was causing some build timeouts error because CircleCI was throttling WAN connections. It closes #8956 * style: rename node vars since this is example, this should make things easier to follow Co-authored-by: Marcin Rataj <lidel@lidel.org> (cherry picked from commit e8f1ce0)
Checklist
Installation method
built from source
Version
Config
No response
Description
Tests are timing out because
Republisher
never closes, it is always waiting for the current value to be published onRepublisher.WaitPub
The text was updated successfully, but these errors were encountered: