[CONCPP-89] verify API compatibility on 1.0 → 1.1 upgrades Created: 2021-07-12 Updated: 2021-07-21 Resolved: 2021-07-21 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0 |
| Type: | Task | Priority: | Blocker |
| Reporter: | Sergei Golubchik | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Verify that an application does not need any source code changes when C/C++ library is upgraded from 1.0 to 1.1. Application might need recompilation, this is acceptable. |
| Comments |
| Comment by Lawrin Novitsky [ 2021-07-21 ] |
|
Added the testcase, that uses for changed 1.1 API calls parameter types from 1.0 API. Ability to compile that code and executing it without crashes and errors proves, that 1.1 is acceptable version number for the new release series. |