github4s icon indicating copy to clipboard operation
github4s copied to clipboard

Flaky tests

Open jisantuc opened this issue 4 years ago • 0 comments

A lot of the interaction tests are flaky, for example:

  • lots of 403s in this run that occur only intermittently
  • random 404 in Issues >> RemoveLabel in this run

It's possible that these are pollution from simultaneous runs (i.e. -- since they're I think doing real life GitHub interaction, expectations about state sequences in one test run might be thwarted by another test run interacting with the same resources), in which case I'm not sure there's much that can be done without running against a test copy of the GitHub API (uhhh). Anyway, it would be good to know that that's the explanation vs. just speculating, and if that's not the explanation, to do something about the flakiness.

jisantuc avatar Jan 21 '22 22:01 jisantuc