• kryptonianCodeMonkey@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    27 days ago

    As a data engineer, testing with production loads is critical to performance checking, as well as finding edge cases where your assumptions about what can be expected in the data are curb stomped and send you back to the drawing board to cry and think about what you’ve done.

    • Crashumbc@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      27 days ago

      17 years working with hospital patient data. I’m going to curl up in a corner and cry now…

      • Skullgrid@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        27 days ago

        dev teams usually :

        What’s the worst that could happen,people won’t die

        this guy :

        17 years working with hospital patient data

        must be high pressure work.

      • kryptonianCodeMonkey@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        26 days ago

        I test my own code/scripts in dev when I’m working on it. QA usually tests acceptance criteria in test environment. And then staging is used for production data testing for performance and identifying missed edge cases. Actually, we sometimes use dev and test interchangeably when multiple people are working on the same repo, so the lines are a little blurrier than that.