Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
Description
Compiling with:
cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON
|
make -j10
|
Then running a test
./mtr --gcov main.subselect
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
main.subselect [ pass ] 2364
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 2.364 of 5 seconds executing testcases
|
|
Completed: All 1 tests were successful.
|
|
Running dgcov
|
open(<string.c.gcda.gcov): No such file or directory at ./dgcov.pl line 165.
|
|
Then hit the above error.
Also checked dgcov works on 10.1.
Attachments
Issue Links
- blocks
-
MDBF-158 Gcov builder
-
- Open
-
- relates to
-
MDEV-25914 gcda data files are not created when invoking the test for GCOV builds
-
- Closed
-
-
MDEV-25915 dgcov --generate error
-
- Closed
-
-
MDEV-26102 dgcov: add support for *.gcda.gcov.json.gz files of gcov 9.1+
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.4 [ 22408 ] | |
Affects Version/s | 10.5 [ 23123 ] |
Description |
Compiling with
cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON make -j10 Then running a test ./mtr --gcov main. |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.4 [ 22408 ] |
Description |
Compiling with
cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON make -j10 Then running a test ./mtr --gcov main. |
Compiling with
cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON make -j10 Then running a test ./mtr --gcov main.subselect {noformat} ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 main.subselect [ pass ] 2364 -------------------------------------------------------------------------- The servers were restarted 0 times Spent 2.364 of 5 seconds executing testcases Completed: All 1 tests were successful. Running dgcov open(<string.c.gcda.gcov): No such file or directory at ./dgcov.pl line 165. {noformat} Then hit the above error. |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.4 [ 22408 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] |
Assignee | Sergei Golubchik [ serg ] |
Description |
Compiling with
cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON make -j10 Then running a test ./mtr --gcov main.subselect {noformat} ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 main.subselect [ pass ] 2364 -------------------------------------------------------------------------- The servers were restarted 0 times Spent 2.364 of 5 seconds executing testcases Completed: All 1 tests were successful. Running dgcov open(<string.c.gcda.gcov): No such file or directory at ./dgcov.pl line 165. {noformat} Then hit the above error. |
Compiling with
cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON make -j10 Then running a test ./mtr --gcov main.subselect {noformat} ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 main.subselect [ pass ] 2364 -------------------------------------------------------------------------- The servers were restarted 0 times Spent 2.364 of 5 seconds executing testcases Completed: All 1 tests were successful. Running dgcov open(<string.c.gcda.gcov): No such file or directory at ./dgcov.pl line 165. {noformat} Then hit the above error. Also checked dgcov works on 10.1 |
Assignee | Sergei Golubchik [ serg ] | Anel Husakovic [ anel ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Assignee | Anel Husakovic [ anel ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Fix Version/s | 10.5 [ 23123 ] |
Assignee | Sergei Golubchik [ serg ] | Anel Husakovic [ anel ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Description |
Compiling with
cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON make -j10 Then running a test ./mtr --gcov main.subselect {noformat} ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 main.subselect [ pass ] 2364 -------------------------------------------------------------------------- The servers were restarted 0 times Spent 2.364 of 5 seconds executing testcases Completed: All 1 tests were successful. Running dgcov open(<string.c.gcda.gcov): No such file or directory at ./dgcov.pl line 165. {noformat} Then hit the above error. Also checked dgcov works on 10.1 |
Compiling with:
{code:noformat} cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON make -j10 {code} Then running a test {{./mtr --gcov main.subselect}} {noformat} ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 main.subselect [ pass ] 2364 -------------------------------------------------------------------------- The servers were restarted 0 times Spent 2.364 of 5 seconds executing testcases Completed: All 1 tests were successful. Running dgcov open(<string.c.gcda.gcov): No such file or directory at ./dgcov.pl line 165. {noformat} Then hit the above error. Also checked {{dgcov}} works on {{10.1}}. |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Assignee | Anel Husakovic [ anel ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Link |
This issue blocks |
Link |
This issue blocks |
Assignee | Sergei Golubchik [ serg ] | Anel Husakovic [ anel ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Anel Husakovic [ anel ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Anel Husakovic [ anel ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Anel Husakovic [ anel ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Component/s | Scripts & Clients [ 11002 ] | |
Labels | dgcov |
Assignee | Sergei Golubchik [ serg ] | Anel Husakovic [ anel ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Attachment | screenshot-1.png [ 58053 ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Anel Husakovic [ anel ] | Sergei Golubchik [ serg ] |
Link |
This issue relates to |
Assignee | Sergei Golubchik [ serg ] | Anel Husakovic [ anel ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Anel Husakovic [ anel ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Anel Husakovic [ anel ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Anel Husakovic [ anel ] | Sergei Golubchik [ serg ] |
Fix Version/s | 10.2.40 [ 26027 ] | |
Fix Version/s | 10.3.31 [ 26028 ] | |
Fix Version/s | 10.4.21 [ 26030 ] | |
Fix Version/s | 10.5.12 [ 26025 ] | |
Fix Version/s | 10.6.4 [ 26033 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 100309 ] | MariaDB v4 [ 156837 ] |