Details
Description
Reproduce
1. Compile with -DPLUGIN_MROONGA=NO
2.
mtr --suite=mroonga
|
Result
Use of uninitialized value $test_name in substitution (s///) at /home/midenok/src/mariadb/10.6/src/mysql-test/mariadb-test-run.pl line 519.
|
Use of uninitialized value $test_name in scalar chomp at /home/midenok/src/mariadb/10.6/src/mysql-test/mariadb-test-run.pl line 520.
|
Use of uninitialized value in concatenation (.) or string at lib/My/Test.pm line 54.
|
[ fail ]
|
Attachments
Issue Links
- is caused by
-
MDEV-25857 MTR should report at least last test that was executed in case of shutdown and not-completed
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Description |
h3. Reproduce
1. Compile with -DPLUGIN_MROONGA=NO 2. ``` mtr --suite=mroonga ``` h3. Result ``` Use of uninitialized value $test_name in substitution (s///) at /home/midenok/src/mariadb/10.6/src/mysql-test/mariadb-test-run.pl line 519. Use of uninitialized value $test_name in scalar chomp at /home/midenok/src/mariadb/10.6/src/mysql-test/mariadb-test-run.pl line 520. Use of uninitialized value in concatenation (.) or string at lib/My/Test.pm line 54. [ fail ] ``` |
h3. Reproduce
1. Compile with -DPLUGIN_MROONGA=NO 2. {code} mtr --suite=mroonga {code} h3. Result {code} Use of uninitialized value $test_name in substitution (s///) at /home/midenok/src/mariadb/10.6/src/mysql-test/mariadb-test-run.pl line 519. Use of uninitialized value $test_name in scalar chomp at /home/midenok/src/mariadb/10.6/src/mysql-test/mariadb-test-run.pl line 520. Use of uninitialized value in concatenation (.) or string at lib/My/Test.pm line 54. [ fail ] {code} |
Affects Version/s | 10.11 [ 27614 ] |
Fix Version/s | 10.11 [ 27614 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Assignee | Anel Husakovic [ anel ] | Aleksey Midenkov [ midenok ] |
Status | Confirmed [ 10101 ] | In Review [ 10002 ] |
Assignee | Aleksey Midenkov [ midenok ] | Anel Husakovic [ anel ] |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.11 [ 27614 ] |
Fix Version/s | 10.6.12 [ 28513 ] | |
Fix Version/s | 10.7.8 [ 28515 ] | |
Fix Version/s | 10.8.7 [ 28517 ] | |
Fix Version/s | 10.9.5 [ 28519 ] | |
Fix Version/s | 10.10.3 [ 28521 ] | |
Fix Version/s | 10.11.2 [ 28523 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Fix Version/s | 10.6.13 [ 28514 ] | |
Fix Version/s | 10.8.8 [ 28518 ] | |
Fix Version/s | 10.9.6 [ 28520 ] | |
Fix Version/s | 10.10.4 [ 28522 ] | |
Fix Version/s | 10.6.12 [ 28513 ] | |
Fix Version/s | 10.7.8 [ 28515 ] | |
Fix Version/s | 10.8.7 [ 28517 ] | |
Fix Version/s | 10.9.5 [ 28519 ] | |
Fix Version/s | 10.10.3 [ 28521 ] |
Fix Version/s | 10.11.3 [ 28524 ] | |
Fix Version/s | 10.11.2 [ 28523 ] |
anel Can you take test name from the running state, not by parsing the logs?