~/repos/build-mariadb-server-10.2-intelonapi-classic
|
$ cmake -DPLUGIN_{MROONGA,TOKUDB,OQGRAPH,ROCKSDB}=NO -DCMAKE_LINKER=/opt/intel/oneapi/compiler/2021.1.1/linux/bin/intel64/xild -DCMAKE_C_COMPILER=/opt/intel/oneapi/compiler/2021.1.1/linux/bin/intel64/icc -DCMAKE_CXX_COMPILER=/opt/intel/oneapi/compiler/2021.1.1/linux/bin/intel64/icpc ../mariadb-server-10.2
|
|
$ mysql-test/mtr --mem main.type_float
|
Logging: /home/dan/repos/mariadb-server-10.2/mysql-test/mysql-test-run.pl --mem main.type_float
|
vardir: /home/dan/repos/build-mariadb-server-10.2-intelonapi-classic/mysql-test/var
|
Removing old var directory...
|
Creating var directory '/home/dan/repos/build-mariadb-server-10.2-intelonapi-classic/mysql-test/var'...
|
- symlinking 'var' to '/dev/shm/var_auto_pLfS'
|
Checking supported features...
|
MariaDB Version 10.2.38-MariaDB
|
- SSL connections supported
|
- binaries built with wsrep patch
|
Collecting tests...
|
Installing system database...
|
|
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
main.type_float [ fail ]
|
Test ended at 2021-03-27 13:43:08
|
|
CURRENT_TEST: main.type_float
|
--- /home/dan/repos/mariadb-server-10.2/mysql-test/r/type_float.result 2020-11-13 12:52:33.461439087 +1100
|
+++ /home/dan/repos/mariadb-server-10.2/mysql-test/r/type_float.reject 2021-03-27 13:43:07.922142008 +1100
|
@@ -264,7 +264,7 @@
|
drop table t1,t2,t3;
|
select 1e-308, 1.00000001e-300, 100000000e-300;
|
1e-308 1.00000001e-300 100000000e-300
|
-1e-308 1.00000001e-300 1e-292
|
+0 1.00000001e-300 1e-292
|
select 10e307;
|
10e307
|
1e308
|
|
mysqltest: Result length mismatch
|
|
- saving '/home/dan/repos/build-mariadb-server-10.2-intelonapi-classic/mysql-test/var/log/main.type_float/' to '/home/dan/repos/build-mariadb-server-10.2-intelonapi-classic/mysql-test/var/log/main.type_float/'
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 0.000 of 5 seconds executing testcases
|
|
Failure: Failed 1/1 tests, 0.00% were successful.
|
|
Failing test(s): main.type_float
|
|
The log files in var/log may give you some hint of what went wrong.
|
|
If you want to report this error, please read first the documentation
|
at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html
|
|
mysql-test-run: *** ERROR: there were failing test cases
|