[MDEV-27558] Second execution protocol (--ps2-protocol) for the regression tests (mtr) Created: 2022-01-20 Updated: 2023-10-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Oleksandr Byelkin | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
For SELECTs do as in --ps-protocol but ignore result of the first execution then execute it second time and use results of the second execution for comparison with the results. Note: results of the first execution will be checked by --ps-protocol. |
| Comments |
| Comment by Sergei Golubchik [ 2022-01-20 ] |
|
it should also have something like --disable_ps2_protocol and --enable_ps2_protocol becomes some SELECT's can have side effects and we don't want to reexecute them, by mysqltest cannot automatically detect it. |
| 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. |