Live data from Hacker News

Oops HBO, using real user data in your software integration tests?

news.ycombinator.com

21–30 of 85 posts

Re: Oops HBO, using real user data in your software integration tests?

#21
This doesn't mean that real user data was taken from production planted into intergration tests. Quite plausibly, test code is mixed in with production code, and got somehow accidentally executed in production. Maybe someone opened a live REPL into some running service and stepped on some test function, and that function used its real production context to send an e-mail to a real user. Kind of thing.

Re: Oops HBO, using real user data in your software integration tests?

#28

Yup just got one and went straight to Google to find out wtf was going on. What does it mean?

it means a test that was supposed to check if hbo max's software can send emails correctly was run with their real email authentication somehow. I'm so curious how they managed to send it to so many people!
Post reply on HN