preaction / Minion-Backend-mysql

MySQL backend for the 🐙 Minion job runner
Other
7 stars 14 forks source link

Test t/05-copy-data-from.t runs forever on my Debian #42

Closed andk closed 11 months ago

andk commented 11 months ago

The last output of the test is:

failed to launch mysqld 2023-09-22T18:13:45.676361Z 0 [System] [MY-010116] [Server] /sbin/mysqld (mysqld 8.0.32-1) starting as process 2324481 2023-09-22T18:13:45.676391Z 0 [ERROR] [MY-010338] [Server] Can't find error-message file '/share/mysql/errmsg.sys'. Check error-message file location and 'lc-messages-dir' configuration directive. 2023-09-22T18:13:45.677479Z 0 [Warning] [MY-010122] [Server] One can only use the --user switch if running as root 2023-09-22T18:13:45.689638Z 0 [Warning] [MY-010075] [Server] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: c5094b78-5973-11ee-be61-525400d53f85. 2023-09-22T18:13:45.702183Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-09-22T18:13:45.725391Z 1 [ERROR] [MY-013862] [InnoDB] Neither found #innodb_redo subdirectory, nor ib_logfile* files in ./ 2023-09-22T18:13:45.725427Z 1 [ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error Generic error. 2023-09-22T18:13:46.218584Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine 2023-09-22T18:13:46.218813Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed. 2023-09-22T18:13:46.218840Z 0 [ERROR] [MY-010119] [Server] Aborting 2023-09-22T18:13:46.219283Z 0 [System] [MY-010910] [Server] /sbin/mysqld: Shutdown complete (mysqld 8.0.32-1) (Debian).

But the test does not finish after that, it seems that it does not notice that mysql startup had issues.

andk commented 11 months ago

Sorry, please scratch that. I just noticed, this happend during SONGMU/Test-mysqld-1.0013.tar.gz, not Minion-Backend-mysql . I close the issue now.

Greetings from Berlin!