libp2p / go-libp2p

libp2p implementation in Go
MIT License
6.12k stars 1.08k forks source link

Idea: Fixing test flakiness #2864

Open MarcoPolo opened 4 months ago

MarcoPolo commented 4 months ago

I have a theory that the reason why we see some test flakiness is because we are running tests in parallel on already starved GitHub actions VMs. This issue is about testing that theory and removing flakiness.

Some ideas:

MarcoPolo commented 4 months ago

Do we need to run 32bit tests still? Has this ever caught an issue? Is anyone running go-libp2p on a 32 bit system?