We’re launching Lyria 3.5 in Google Flow Music, with advances across musicality, lyrics, vocals, and creative control
deepmind.google·6d ago

TL;DR
A memory corruption bug was discovered in the redis-client library, triggered by flaky tests that hindered deployment. The team implemented a temporary exclusion of these tests to restore functionality.
✦ Why It Matters
Evaluate your test suite for flaky tests to ensure reliable deployments.
Key Takeaways
How It Works
The team used AddressSanitizer (ASAN) to detect memory corruption by analyzing the state of the application during crashes. ASAN helps identify memory safety issues like use-after-free by providing detailed reports on memory allocation and deallocation.
Related