10.1 testing
(MDEV-6958)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | tests | ||
| Attachments: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
Development task: |
| Comments |
| Comment by Elena Stepanova [ 2014-11-03 ] | ||||
|
Currently in the "standard" configuration (Linux, normal server with XtraDB, no additional plugins) we have 148 variables which are not read-only and have session scope.
10 are already disabled for SET STATEMENT (cause ER_SET_STATEMENT_NOT_SUPPORTED). From the remaining ones, I tried about a half – not like tested them deeply, but at least checked that they do something more than just display their value in a SELECT under SET STATEMENT ... FOR. Bugs for discovered failures have been filed. Attached is a rough test case for all variables (including read-only, global and unsupported). The windows version is the same as Linux minus several variables that do not exist on Windows. | ||||
| Comment by Elena Stepanova [ 2014-11-04 ] | ||||
|
There are also plugin variables. Query_response_time comes with 1, it doesn't work. Didn't check Cassandra, Mroonga, probably more. | ||||
| Comment by Elena Stepanova [ 2015-05-19 ] | ||||
|
Added new Linux test (the Windows one is not updated). | ||||
| Comment by Elena Stepanova [ 2015-05-19 ] | ||||
|
The feature has not been fully tested, but it's been tested reasonably in accordance to its relative importance. |