Redis: Cluster Test Consolidation

The legacy cluster runner was merged into the standard test framework, removing a longstanding maintenance split. Three open test proposals and fixes for module blocking and release packaging round out a reliability-focused cycle.

Duration: PT2M16S

Episode overview

This episode is a short developer briefing from Redis.

It explains recent repository work in plain language.

  • Show: Redis
  • Published: 2026-09-27T13:10:45Z
  • Audio duration: PT2M16S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, it's Sunday, September 27th, 2026, and this is your Redis developer briefing.

The big move this week is consolidation: the legacy cluster test runner is gone, folded into the standard framework, closing a long-running maintenance split.

That change, PR 15399, merged today after extensive review linked to longstanding test-framework issues. In practice, cluster scenarios now run through the normal test lifecycle, with support for killing and restarting nodes, waiting for cluster state, and selecting cluster tests on demand. For developers, that…

A second theme is making test failures tell the truth. PR 15879 tackles hung runs: today a timeout kills servers and exits with little context, wasting a full continuous integration cycle. The proposal would collect evidence first, including stack traces from surviving servers, before teardown. Related, PR 15878…

Finally, two focused fixes. PR 15876 closes a wake-up gap where the module list push and insert A P Is could grow an existing list without signaling blocked clients, leaving a blocked list-move waiting for an exact length stuck until an unrelated write. And PR 15877 versions release tarballs and allows custom upload…

What'…

Nearby episodes from Redis

  1. Array and Hash Correctness Fixes
  2. Hot-Path Performance Cuts and Sync Fixes
  3. Silent Failures and AOF Reliability Fixes
  4. Sentinel CPU Fix and Failover Safety
  5. Shutdown Safety, Migration Visibility, and Faster Bit Operations
  6. Stream Trim Corruption Fix and Migration Test Isolation
  7. Weekly Recap - Security Releases and Memory Control
  8. Stream Trim Persistence Risk and Cleaner Scans