You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to work on tests and I found that when I ran fluffly it was connecting to bootstrap nodes. This has the possibility to contaminate tests. This doesn't mean we should change fluffy. But instead make it so the docker nodes used in simulaters are isolated per test.
The text was updated successfully, but these errors were encountered:
3 weeks ago I made a change to fluffy so that it default connects to the public testnet (default uses those bootstrap nodes).
This can be disabled with the --network option. I can make a PR to fix that.
Not saying that we should not isolate the tests, that sounds like a good practise.
I was trying to work on tests and I found that when I ran fluffly it was connecting to bootstrap nodes. This has the possibility to contaminate tests. This doesn't mean we should change fluffy. But instead make it so the docker nodes used in simulaters are isolated per test.
The text was updated successfully, but these errors were encountered: