|
|
|
|
|
by kazinator
1832 days ago
|
|
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. |
|