347,893 rows, 1 hidden failure
The dataset nobody was testing
Problem: Regression validation relied on production-like datasets. They covered common workflows, but not the full supported behavioral space.
Action: Designed a large regression dataset containing all known data states and edge-case combinations, including scenarios that had never previously appeared in production validation.
Result: Out of 347,893 rows, 347,892 succeeded and 1 failed. That single failure exposed hidden edge-case behavior outside normal production patterns. The same dataset later uncovered additional critical issues that could have led to incorrect downstream outputs.
Lesson: The failure mattered, but the bigger issue was that the organization did not know the test space was incomplete. Strong verification expands the behavioral model instead of only repeating expected production patterns.