File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
wal/testdata/failover_writer Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,14 @@ offset: 35
77
77
# Because we did not request a sync, the log writer is not trying to do a
78
78
# write. But the record is in the log writer's buffer.
79
79
#
80
- # TODO(sumeer): this flakes under stress, with the flushLoop picking up the
81
- # write even though it should not. Fix or remove.
82
- ongoing-latency writer-index=0 none
83
- ----
84
- no ongoing
80
+ # Unfortunately this flakes under stress, with the flushLoop sometimes picking
81
+ # up the write, possibly because of a spurious signal to the flusherCond
82
+ # conditional variable. It doesn't really matter to the test whether the log
83
+ # writer is blocked here or not, so we don't check.
84
+ #
85
+ # ongoing-latency writer-index=0 none
86
+ # ----
87
+ # no ongoing
85
88
86
89
# Block writes on the second log file too, which we haven't created yet.
87
90
blocking-conf filename=000001-001.log write
You can’t perform that action at this time.
0 commit comments