[MDEV-11481] MariaRocks port: rocksdb.select_for_update_skip_locked_nowait (DISABLED) Created: 2016-12-03 Updated: 2023-04-16 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
rocksdb.select_for_update_skip_locked_nowait test fails, because MariaDB doesn't support these extensions:
Actually, MyRocks doesn't support them either - the test is only there to check that MyRocks returns a proper error code for such statements. |
| Comments |
| Comment by Clint Priest [ 2017-12-18 ] |
|
Any chance |
| Comment by Sergei Petrunia [ 2018-04-12 ] |
|
(I assume the above question is answered in Changing fixVersion to 10.4 as these extensions are not really supported. |
| Comment by Daniel Black [ 2021-04-19 ] |
|
Sorry that I should of moved the skip locked tests to a more generic location (f41f71992459610a136598b0f1e21310e3045bbc). |