Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.5, 1.2
-
None
-
None
-
Ubuntu 18.04, with ColumnStore 1.2 (4334641df0df040e0f53332c11dc8e29dc34b8b7) and mcsapi 1.2 and 1.1.5
-
2018-11
Description
The dataconvert-decimal test fails with attached output.
Haven't checked combinations of other operating systems, ColumnStore and mcsapi versions.
The test passed on ColumnStore 1.1.4 with mcsapi 1.1.5 on CentOS 7.
jens@ubuntu18:~/mariadb-columnstore-api/test$ ./dataconvert-decimal
|
[==========] Running 2 tests from 1 test case.
|
[----------] Global test environment set-up.
|
[----------] 2 tests from DataConvertDecimal
|
[ RUN ] DataConvertDecimal.DataConvertDecimal
|
/home/jens/mariadb-columnstore-api/test/dataconvert-decimal.cpp:140: Failure
|
Expected: row[2]
|
Which is: "999999.9999"
|
To be equal to: "0.0000"
|
[ FAILED ] DataConvertDecimal.DataConvertDecimal (266 ms)
|
[ RUN ] DataConvertDecimal.MCOL1133
|
[ OK ] DataConvertDecimal.MCOL1133 (996 ms)
|
[----------] 2 tests from DataConvertDecimal (1262 ms total)
|
|
[----------] Global test environment tear-down
|
[==========] 2 tests from 1 test case ran. (3753 ms total)
|
[ PASSED ] 1 test.
|
[ FAILED ] 1 test, listed below:
|
[ FAILED ] DataConvertDecimal.DataConvertDecimal
|
|
1 FAILED TEST
|
Does our CI pipeline (buildbot) run these tests before merge?