Skip to content
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

Idea: Fixing test flakiness #2864

Open
MarcoPolo opened this issue Jul 4, 2024 · 1 comment
Open

Idea: Fixing test flakiness #2864

MarcoPolo opened this issue Jul 4, 2024 · 1 comment

Comments

@MarcoPolo
Copy link
Collaborator

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:

  • Try not running tests in parallel. go test -p ./... instead.
    • This will significantly slow down our test times. We could offset this by caching test results and only testing things that have changed.
@MarcoPolo
Copy link
Collaborator Author

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

@MarcoPolo MarcoPolo mentioned this issue Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant