Bug #90633 | innodb_fts.ngram_1 test fails (runs too long probably) | ||
---|---|---|---|
Submitted: | 25 Apr 2018 16:27 | Modified: | 24 Oct 2018 10:00 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S3 (Non-critical) |
Version: | 8.0.11 | OS: | Ubuntu (14.04) |
Assigned to: | CPU Architecture: | Any | |
Tags: | innodb_fts.ngram_1, test |
[25 Apr 2018 16:27]
Valeriy Kravchuk
[25 Apr 2018 23:21]
MySQL Verification Team
Thank you for the bug report. I was able to repeat with 8.0.11 but not anymore with most recent source server, so I am closing as cannot repeat: miguel@tikal:~/tmp/dbs/8.0/mysql-test $ ./mtr innodb_fts.ngram_1 Logging: ./mtr innodb_fts.ngram_1 2018-04-25T22:56:24.461510Z 0 [System] [MY-010116] [Server] /home/miguel/tmp/dbs/8.0/bin/mysqld (mysqld 8.0.12) starting as process 4873 MySQL Version 8.0.12 Checking supported features... - SSL connections supported Collecting tests... Removing old var directory... Creating var directory '/home/miguel/tmp/dbs/8.0/mysql-test/var'... Installing system database... Using parallel: 1 ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009 innodb_fts.ngram_1 [ fail ] Test ended at 2018-04-25 20:09:41 CURRENT_TEST: innodb_fts.ngram_1 --- /home/miguel/tmp/dbs/8.0/mysql-test/suite/innodb_fts/r/ngram_1.result 2018-04-08 09:44:49.000000000 +0300 +++ /home/miguel/tmp/dbs/8.0/mysql-test/var/log/ngram_1.reject 2018-04-26 02:09:40.898654221 +0300 @@ -95,7 +95,6 @@ ------------------------------------------------------------------------- miguel@tikal:~/build/2018APR18/mysql-8.0/mysql-test $ ./mtr innodb_fts.ngram_1 Logging: ./mtr innodb_fts.ngram_1 2018-04-25T20:47:29.954221Z 0 [System] [MY-010116] [Server] /home/miguel/build/2018APR18/mysql-8.0/runtime_output_directory/mysqld (mysqld 8.0.12) starting as process 2654 MySQL Version 8.0.12 Checking supported features... - SSL connections supported Collecting tests... Removing old var directory... Creating var directory '/home/miguel/build/2018APR18/mysql-8.0/mysql-test/var'... Installing system database... Using parallel: 1 ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009 innodb_fts.ngram_1 [ pass ] 751350 -------------------------------------------------------------------------- The servers were restarted 0 times Spent 751.350 of 800 seconds executing testcases Completed: All 1 tests were successful.
[25 Apr 2018 23:26]
MySQL Verification Team
Sorry I confused with the test which failed was 8.0.11 but really was the same 8.0.12 but compiled as reporter indicated, so corrected as Verified: miguel@tikal:~/tmp/dbs/8.0/mysql-test $ ./mtr innodb_fts.ngram_1 Logging: ./mtr innodb_fts.ngram_1 2018-04-25T22:56:24.461510Z 0 [System] [MY-010116] [Server] /home/miguel/tmp/dbs/8.0/bin/mysqld (mysqld 8.0.12) starting as process 4873 MySQL Version 8.0.12 Checking supported features... - SSL connections supported Collecting tests... Removing old var directory... Creating var directory '/home/miguel/tmp/dbs/8.0/mysql-test/var'... Installing system database... Using parallel: 1 ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009 innodb_fts.ngram_1 [ fail ] Test ended at 2018-04-25 20:09:41 CURRENT_TEST: innodb_fts.ngram_1 --- /home/miguel/tmp/dbs/8.0/mysql-test/suite/innodb_fts/r/ngram_1.result 2018-04-08 09:44:49.000000000 +0300 +++ /home/miguel/tmp/dbs/8.0/mysql-test/var/log/ngram_1.reject 2018-04-26 02:09:40.898654221 +0300 @@ -95,7 +95,6 @@ SELECT * FROM articles_1 WHERE
[24 Oct 2018 10:00]
Erlend Dahl
It runs in 77 seconds on my local machine: [100%] innodb_fts.ngram_1 [ pass ] 77243 Solaris takes quite a while more time: [ 58%] innodb_fts.ngram_1 w9 [ pass ] 131269 There really isn't any reason to tweak the testsuite towards running properly on weak platforms. Please use the --testcase-timeout argument to MTR instead.