cpp-tests job is flaky: python pulsar_test.py fails with Segmentation fault
See original GitHub issueThe cpp-tests job is flaky.
./run-unit-tests.sh: line 99: 2746 Segmentation fault (core dumped) python pulsar_test.py
Example failure: https://github.com/apache/pulsar/runs/5566228154?check_suite_focus=true#step:11:1313
Logs: https://github.com/apache/pulsar/suites/5678205919/artifacts/186533781 https://transfer.sh/DUTouQ/test-logs.zip
Issue Analytics
- State:
- Created 2 years ago
- Comments:18 (11 by maintainers)
Top Results From Across the Web
Pytest segmentation fault and test fail - python - Stack Overflow
I've figured it out now, but I am far from satisfied with the reason for the seg fault. I commented the line: Wnck.shutdown()....
Read more >Segmentation Fault with devpi-server tests - PyPy - GitLab
I get a segmentation fault when running devpi-server tests. ... 1 selected test_devpi_server/test_extpypi.py Fatal Python error: ...
Read more >PyGPlates Installation error on Ubuntu 20.04 - Bug Reports
I installed pygplates using the focal.deb package that you recommended, and set the correct PYTHONPATH environment variable. However, when I try and import...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Got it. I think one workaround is to modify the
brokerDeleteInactiveTopicsMode
config of the broker withdelete_when_subscriptions_caught_up
and acknowledge messages.BTW, I just tested
close
afterunsubscribe
with the Java client, it’s okay to do that. I’ll look into the issue with the C++ client soon.The issue had no activity for 30 days, mark with Stale label.