• folkrav@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    9 months ago

    Fully agree, but they’re usually kind of annoying to track regardless. On the opposite side, sometimes even getting it to trigger on purpose to be able to add a regression test can be pretty tricky, depending on the cause. Timing or time/date based stuff is a common culprit…

    • ryannathans@aussie.zone
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      9 months ago

      Don’t tell me about time and date, I am still recovering from some moron that used datetime.now() for some unit test data setup and sometimes two records (which needed to have the same time) had very slightly varying time which caused all sorts of intermittent test failures that were very tricky to nail down. Database triggers were failing causing failures in all sorts of tests in a random fashion