Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core dumped for unit test meta_bulk_load_http_test.start_compaction_test #1060

Open
empiredan opened this issue Jul 18, 2022 · 1 comment
Open
Assignees

Comments

@empiredan
Copy link
Contributor

empiredan commented Jul 18, 2022

While executing meta_bulk_load_http_test.start_compaction_test core dumped as follows:

[----------] 2 tests from meta_http_service_test
[ RUN      ] meta_http_service_test.get_app_from_primary
[       OK ] meta_http_service_test.get_app_from_primary (671 ms)
[ RUN      ] meta_http_service_test.get_app_envs
[       OK ] meta_http_service_test.get_app_envs (668 ms)
[----------] 2 tests from meta_http_service_test (1339 ms total)
[----------] 1 test from meta_backup_test_base
[ RUN      ] meta_backup_test_base.get_backup_policy
[       OK ] meta_backup_test_base.get_backup_policy (1669 ms)
[----------] 1 test from meta_backup_test_base (1669 ms total)
[----------] 4 tests from meta_bulk_load_http_test
[ RUN      ] meta_bulk_load_http_test.start_bulk_load_request
[       OK ] meta_bulk_load_http_test.start_bulk_load_request (1174 ms)
[ RUN      ] meta_bulk_load_http_test.query_bulk_load_request
E2022-07-18 09:50:29.361 (1658137829361131403 9503) test_meta.THREAD_POOL_DEFAULT0.0000250600010001: meta_bulk_load_service.cpp:1537:on_query_bulk_load_status(): app(app_not_exist) is not existed or not available
[       OK ] meta_bulk_load_http_test.query_bulk_load_request (2172 ms)
[ RUN      ] meta_bulk_load_http_test.start_compaction_test
got signal id: 11
Segmentation fault (core dumped)
ERROR: run dsn.meta.test failed, return_code = 139
Error: Process completed with exit code 1.

For details please see the failed workflows:

@acelyc111
Copy link
Member

Maybe also related to meta_bulk_load_http_test.update_scenario_test test Segmentation fault.

[----------] 4 tests from meta_bulk_load_http_test
[ RUN      ] meta_bulk_load_http_test.start_bulk_load_request
[       OK ] meta_bulk_load_http_test.start_bulk_load_request (1195 ms)
[ RUN      ] meta_bulk_load_http_test.query_bulk_load_request
E2022-07-27 16:28:50.253 (1658939330253401962 9510) test_meta.THREAD_POOL_DEFAULT0.0000250d00010001: meta_bulk_load_service.cpp:1537:on_query_bulk_load_status(): app(app_not_exist) is not existed or not available
[       OK ] meta_bulk_load_http_test.query_bulk_load_request (2196 ms)
[ RUN      ] meta_bulk_load_http_test.start_compaction_test
[       OK ] meta_bulk_load_http_test.start_compaction_test (1196 ms)
[ RUN      ] meta_bulk_load_http_test.update_scenario_test
got signal id: 11
Segmentation fault (core dumped)
Error: Process completed with exit code 139.

See https://github.com/apache/incubator-pegasus/runs/7543987315?check_suite_focus=true

ZhongChaoqiang pushed a commit to ZhongChaoqiang/incubator-pegasus that referenced this issue Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants