Hi,
I'm using TS with standard DB schema for MySQL to log results from my tests.
Some of the test are standard numeric limit tests (no adapter). Limits and data source are float numbers.
Most of the time everything is well logged in the MySQL DB, but sometimes the floating value is rounded !
You can see attached the result in the database and the value from the result which has been logged. In the resultList the data is weel formatted but in MySQL it's rounded.
The screen copy shows several numeric limit tests, these numeric limits are in fact the same step which is called at several moments in my sequence. So it's not a problem of result formatting for specific test. However it seems that it happens when the limits (coming from a sequence parameters) are set below 1.
What can cause this behavior ?
BTW, I'm using TS2012 and MySQL 5.2 (ODBC 5.2.5.0 ANSI Driver).