-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.5.8
-
Fix Version/s: None
-
Component/s: Tests
-
Labels:None
While working on https://github.com/MariaDB/server/pull/1717 I noticed the following test failure:
main.sp-big w5 [ fail ]
|
Test ended at 2020-12-21 01:58:29
|
|
CURRENT_TEST: main.sp-big
|
--- /<<PKGBUILDDIR>>/mysql-test/main/sp-big.result 2019-05-21 13:27:19.000000000 +0000
|
+++ /<<PKGBUILDDIR>>/mysql-test/main/sp-big.reject 2020-12-21 01:58:26.820594746 +0000
|
@@ -84,6 +84,6 @@
|
call select_test();
|
select unix_timestamp() - @before < @time;
|
unix_timestamp() - @before < @time
|
-1
|
+0
|
drop procedure select_test;
|
drop table t1;
|
|
mysqltest: Result content mismatch
|