[MDEV-19090] Split rocksdb.locking_issues Created: 2019-03-30 Updated: 2019-05-16 Resolved: 2019-05-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.25, 10.3.16, 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This test runs 20 different "subtests" in write_prepared and mtr usually picks it late. That is we have to wait ~6 minutes just for this test completion. If we split it into 20 tests, we could achieve higher parallelism and potentially make it 20 times faster, that is complete in 20 seconds. |