this post was submitted on 15 Jul 2023
823 points (97.8% liked)

Programmer Humor

32018 readers
411 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago (2 children)

My kid got a job at some place and was browsing through an update script for a customer. There were a bunch of random-seeming sleep and printf statements. He couldn't make sense of it, so asked one of the more senior techs what was the deal. It was as you said. They had updated software/hardware at a customer's site and the backups were going so quick that the customer was getting pissed because "There is NO way this is doing in 10 seconds what should take several minutes." OK, the customer gets what they want. A judicious sprinkling of delays and meaningless messages. The 10 second update now takes a little over 4 minutes and the customer was happy again.

[–] derpo 5 points 1 year ago

Oops we fixed it

[–] kamen 2 points 1 year ago (3 children)

the customer was getting pissed because “There is NO way this is doing in 10 seconds what should take several minutes.”

Shouldn't they have access to the backup location as well so that they can verify that it's fine?

[–] KairuByte 1 points 1 year ago* (last edited 1 year ago)

While the customer may have access, you’re all but guaranteed they aren’t ever going to verify it. Most backups aren’t meant to be verified on external systems, and testing the backup would generally require actually restoring it somewhere.

That said, some systems do have external tools to verify backups, but it’s not universal.

[–] IDatedSuccubi 1 points 1 year ago

Forcing the client to manually verify the integrity of backups each time is a bad user experiemce

I know it sounds weird, but they would probably do it every time

[–] [email protected] 1 points 1 year ago

They the customer? I think you're overly optimistic about people. They the company my kid works for? Yeah, they have remote access to everything.