You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/30 07:37:30 UTC

[GitHub] [pulsar] RobertIndie opened a new issue, #16296: Flaky-test: Segmentation fault in CPP Tests

RobertIndie opened a new issue, #16296:
URL: https://github.com/apache/pulsar/issues/16296

   <!--- 
   
   Instructions for reporting a flaky test using this issue template:
   
   1. Replace test_class in title and body with the short test class name WITHOUT the package name.
   2. Replace test_method in title and body with the test method that failed. Multiple methods are flaky, remove the content that refers to the test method.
   3. Replace "url here" with a url to an example failure. In the Github Actions workflow run logs, you can right click on the line number to copy a link to the line. Example of such url is https://github.com/apache/pulsar/pull/8892/checks?check_run_id=1531075794#step:9:377 . The logs are available for a limited amount of time (usually for a few weeks).
   4. Replace "relevant parts of the exception stacktrace here" with the a few lines of the stack trace that shows at least the exception message and the line of test code where the stacktrace occurred.
   5. Replace "full exception stacktrace here" with the full exception stacktrace from logs. This section will be hidden by default.
   6. Remove all unused fields / content to unclutter the reported issue. Remove this comment too.
   
   -->
   There is a segmentation fault in the CPP test. I couldn't find the specific failing test in the log. Could someone take a look? Thanks.
   
   [example failure](https://github.com/apache/pulsar/runs/7125015873?check_suite_focus=true)
   
   ```
   ..................E................................../run-unit-tests.sh: line 93:  2850 Segmentation fault      (core dumped) python3 pulsar_test.py
   + RES=139
   + '[' 139 -ne 0 ']'
   + cd /home/runner/work/pulsar/pulsar
   + mkdir -p test-logs
   + cd test-logs
   ++ docker ps -a -q --filter label=pulsartests=5756
   + container_id=75946c038356
   + '[' -n 75946c038356 ']'
   + docker commit 75946c038356 pulsartests/75946c038356
   sha256:07e1b8ab31a0e5717bcccdc1909d8561757284afa2f61533aa3a0dede3a822bc
   + docker run -i --rm pulsartests/75946c038356 bash -c 'cd /tmp; tar zcf - gtest-parallel-logs gtest_parallel_results.json pulsar-test-dist/logs'
   + tar zxvf -
   ```
   
   <!-- optionally provide the full stacktrace ->
   <details>
   <summary>Full exception stacktrace</summary>
   <code><pre>
   full exception stacktrace here
   </pre></code>
   </details>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tisonkun commented on issue #16296: Flaky-test: Segmentation fault in CPP Tests

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #16296:
URL: https://github.com/apache/pulsar/issues/16296#issuecomment-1309828827

   Closed as stale.
   
   The development of the C++ client has been permanently moved to https://github.com/apache/pulsar-client-cpp. If it's still relevant, please open an issue there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on issue #16296: Flaky-test: Segmentation fault in CPP Tests

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #16296:
URL: https://github.com/apache/pulsar/issues/16296#issuecomment-1200332328

   The issue had no activity for 30 days, mark with Stale label.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tisonkun closed issue #16296: Flaky-test: Segmentation fault in CPP Tests

Posted by GitBox <gi...@apache.org>.
tisonkun closed issue #16296: Flaky-test: Segmentation fault in CPP Tests
URL: https://github.com/apache/pulsar/issues/16296


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org