Skip to content

Commit e5aeff7

Browse files
committed
Ignore warnings 'too long WAL write' in logs
It is not about something critical. See also tickets [1] and [2]. 1. tarantool/tarantool#2504 2. tarantool/tarantool#5139
1 parent 91046d0 commit e5aeff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tarantool/runner.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
(def crash-pattern
8484
"An egrep pattern we use to find crashes in the Tarantool logs."
85-
"Segmentation fault|too long WAL write|F>")
85+
"Segmentation fault|F>")
8686

8787
(defn logged-crashes
8888
"Takes a test, and returns a map of nodes to strings from their Tarantool logs

0 commit comments

Comments
 (0)