File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515//! Reproducing that needs three things the existing crash tests do not do, and
1616//! all three are load-bearing:
1717//!
18- //! 1. A checkpoint cycle inside the test's lifetime. The default interval is
19- //! 300s and `kv_write_survives_kill_9` finishes in ~12s, so the truncation
20- //! window never opened and the bug sat under a green suite.
18+ //! 1. A checkpoint cycle inside the test's lifetime. The default 300s
19+ //! interval dwarfs a crash test's runtime, so the truncation window never
20+ //! opened and the bug sat under a green suite until these tests forced a
21+ //! short interval.
2122//! 2. WAL segment ROTATION. `truncate_segments` skips the active segment
2223//! unconditionally, so with a single segment nothing is ever deleted and
2324//! this test would pass against the buggy code having proven nothing.
You can’t perform that action at this time.
0 commit comments