flaky-tests

Tag

Cards List
#flaky-tests

A flaky test exposed a Redis client use-after-free

Hacker News Top · 2026-07-22 Cached

An engineering blog post from Buildkite details how a flaky test led to the discovery of a use-after-free bug in the redis-client Ruby library, describing the debugging process and root cause analysis.

0 favorites 0 likes
#flaky-tests

@ericzakariasson: here are 3 loops you can run in cursor 1. Flaky-test exterminator /loop run my test suite 20 times, collect every inter…

X AI KOLs Following · 2026-06-08 Cached

Describes a loop command in Cursor to automatically fix flaky tests by running the test suite multiple times, collecting intermittent failures, and fixing or quarantining them until five consecutive green runs.

0 favorites 0 likes
#flaky-tests

Catch Flakes On Main

matklad · 2026-05-14 Cached

The article discusses the problem of flaky tests in software development and proposes a simple mechanical habit: when using a merge queue, continue to run the full test suite on main and maintain a visible list of recent main failures to help identify and eradicate flaky tests.

0 favorites 0 likes
← Back to home

Submit Feedback