-
Notifications
You must be signed in to change notification settings - Fork 200
Description
Apache Cloudberry version
Main
What happened
Hi Team,
I have a concern regarding the Cloudberry tests. Even when all tests pass, a core dump is generated on the system if it's enabled.
Typically, a core dump indicates a crash, suggesting that something has gone wrong. However, since all tests are passing, it appears that this might be an expected behavior intended for testing purposes.
I believe this issue may stem from Greenplum, as I've noticed similar problems reported there for quite some time(That issue was created by me, but no response and closed as an expected one).
Core dump files can be quite large and consume significant disk space. I believe we should avoid generating them if possible. It would be beneficial to identify the specific case that triggers the core dump and explore alternative methods for testing such scenarios.
What you think should happen instead
No response
How to reproduce
Run regression test.
Operating System
Ubuntu.
Anything else
No response
Are you willing to submit PR?
- Yes, I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct.