Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.3(EOL), 10.4(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/win32-debug/builds/15207 contains
--- D:/win32-debug/build/src/mysql-test/suite/mariabackup/big_innodb_log.result 2019-08-21 13:19:57.279279200 +0000
|
+++ D:\win32-debug\build\src\mysql-test\suite\mariabackup\big_innodb_log.reject 2019-08-21 13:37:28.427066400 +0000
|
@@ -28,3 +28,4 @@
|
Ok
|
DROP TABLE t;
|
# Kill the server
|
+Found handle.exe version 4.0
|
|
mysqltest: Result length mismatch
|
|
- saving 'D:/win32-debug/build/mysql-test/var/4/log/mariabackup.big_innodb_log-innodb/' to 'D:/win32-debug/build/mysql-test/var/log/mariabackup.big_innodb_log-innodb/'
|
|
Retrying test mariabackup.big_innodb_log, attempt(2/3)...
|
Looking at the test, it does something weird with bootstrap.
The error may come from attempt to reuse copytree (written for mysql-test-run.pl) inside a perl snippet.
If functionality to copy entire trees recursively inside a test case is desired it is probably best done by adding a new mysqltest command e.g "copytree", rather than reuse some perl code that was not designed to be reused this way.
Attachments
Issue Links
- is caused by
-
MDEV-20060 Failing assertion: srv_log_file_size <= 512ULL << 30 while preparing backup
- Closed