January 10, 2024 · 8 min read Thread Safety in Parallel Test Execution: The Bug That Took Us 3 Days to Find How a shared WebDriver instance caused phantom test failures in our 800-test parallel suite — and the ThreadLocal pattern that fixed it. java parallel-execution framework-design design-patterns