you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 months ago (1 child)

Yeah, I had testers that tested the functionality of a delay... But had set the delay parameter to zero. Well good thing this one case worked, but you didn't check anything beyond that for correctness at all.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 months ago

    Timing and tests, name a better migraine duo :D.

    We continuously create tests that ensure a process completes in an set amount of time, and every time, we don't give them enough leeway, and the test will fail randomly if the CI runner gets overloaded.

  • source
  • parent