[MDEV-14372] Fix and enable rocksdb.information_schema test Created: 2017-11-13 Updated: 2023-10-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB, Tests |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
This is about enabling rocksdb.information_schema test. Currently, it is disabled because it fails like so:
|
| Comments |
| Comment by Sergei Petrunia [ 2017-11-13 ] | |||||||||||||||||||||||||||||||||||||||
|
The interesting part is here:
| |||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-11-13 ] | |||||||||||||||||||||||||||||||||||||||
|
See also: https://jira.percona.com/browse/MYR-78 . | |||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2018-01-12 ] | |||||||||||||||||||||||||||||||||||||||
|
Pushed a patch that fixes the above (and also a crash) but now it causes failures like this one:
| |||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2018-01-12 ] | |||||||||||||||||||||||||||||||||||||||
|
On 10.2, there is also this failure (the cause is most likely that DDL_DROP_INDEX_ONGOING is finished before the query finishes):
Re-try run causes a different kind of failure:
It seems the test is re-ran on the same datadir, and that causes it to fail as it is not suitable for running on a non-clean data directory (why does it run on a clean datadir to begin with? The outcome of discussion on Slack is that it is by chance and not by intent?) | |||||||||||||||||||||||||||||||||||||||
| Comment by Ralf Gebhardt [ 2023-10-12 ] | |||||||||||||||||||||||||||||||||||||||
|
I have removed the fixVersion for this task as it is one of 5.5, 10.1, 10.2, 10.3, which are EOLed. Please add a new fixVersion if you plan to work on this task for a not EOLed versions. |