[CONC-181] mysql_client_test fails on Ubuntu quantal builder (bb-10.2-connector-c-integ repo) Created: 2016-05-12 Updated: 2016-06-02 Resolved: 2016-06-02 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
main.mysql_client_test w2 [ fail ] CURRENT_TEST: main.mysql_client_test |
| Comments |
| Comment by Vladislav Vaintroub [ 2016-05-12 ] |
|
Note that this failure seems specific to Ubuntu x86 quantal builder, it does not occur elsewhere. It does not occur for example on quantal x64 |
| Comment by Vladislav Vaintroub [ 2016-05-31 ] |
|
Tried on quantal builder ##################################### The corresponding place in the source file is I believe that happens when trying to fetch integer 1073741825 as float, there should be an error because this int cannot be represented exactly. |
| Comment by Vladislav Vaintroub [ 2016-06-02 ] |
|
Fix : https://github.com/MariaDB/mariadb-connector-c/commit/8ca494e3ff5ee2b5f86ab956ac5dc54e65fe3734 |