ipfs-inactive / jenkins

[ARCHIVED] Configuration for IPFS's build system
https://ci.ipfs.team/blue
8 stars 6 forks source link

Process for handling false-positives #66

Closed victorb closed 6 years ago

victorb commented 7 years ago

We should avoid having any false-positives. But, since this is reality, it will happen on hopefully as few occasions as possible. When it does happen, we want to make sure it doesn't happen again so a process for measuring how many false-positives and handling them needs to be setup.

Stebalien commented 7 years ago

One way to deal with this at the project level is to block merges on racy test cases (i.e., test cases that do something, sleep a few ms, and then check something).

victorb commented 6 years ago

This issue was moved to ipfs/testing#87