[MDEV-16203] autoinc_debug of rocksdb test suite fails Created: 2018-05-17 Updated: 2018-08-12 Resolved: 2018-08-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.2.17, 10.3.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Oleksandr Byelkin | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Sergei Golubchik [ 2018-05-17 ] | |
|
Doesn't fail for me when running standalone. Fails if I run ./mtr --parallel 5 --suite rocksdb | |
| Comment by Sergei Petrunia [ 2018-08-12 ] | |
|
The code for crash_commit_before:
The state of the database after restart seems to be as if the last few transactions before the "crash_commit_before" was hit were not persisted on MariaDB runs the rocksdb testsuite with rocksdb-flush-log-at-trx-commit=0. This is a difference from the upstream. The reason for this was that this is irrelevant for most of the tests, and without this a lot of tests take unacceptably long on buildbot/other dev machines). |