Skip to content

Commit

Permalink
roachtest: add an error to jepsen allowlist
Browse files Browse the repository at this point in the history
I just saw this while trying to repro cockroachdb#49360.

Release note: None
  • Loading branch information
tbg committed Jun 19, 2020
1 parent 4c47f8d commit 000d311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/roachtest/jepsen.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
// downloading logs.
`-e "clojure.lang.ExceptionInfo: clj-ssh scp failure" `+
// And sometimes the analysis succeeds and yet we still get an error code for some reason.
`-e "Everything looks good"`,
`-e "Everything looks good" `+
`-e "RuntimeException: Connection to"`, // timeout
); err == nil {
t.l.Printf("Recognized BrokenBarrier or other known exceptions (see grep output above). " +
"Ignoring it and considering the test successful. " +
Expand Down

0 comments on commit 000d311

Please sign in to comment.