Commit 1854db1
Disable rocksdb_clone.remote_kill_donor test until 8.0.30 merge (#1272)
Summary:
It crashes intermittently with
mysqld: /home/laurynas/vilniusdb/fb-clone-8.0.28-staging/vio/viossl.cc:322: size_t vio_ssl_write(Vio *, const uchar *, size_t): Assertion `ERR_peek_error() == 0' failed.
The assertion is not clone-specific. It may happen whenever one of the SSL-connected servers is killed. The assertion happens up to MySQL 8.0.29, and stops happening with 8.0.30, with the OpenSSL 3.0 support patch (a0132f5). It is too much effort to backport that patch, thus disable the testcase until the 8.0.30 rebase.
Pull Request resolved: #1272
Reviewed By: sunshine-Chun
Differential Revision: D43314213
Pulled By: hermanlee
fbshipit-source-id: e3065a71 parent 5728dd7 commit 1854db1
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
0 commit comments