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

Devcontainer: enable coredumps #7523

Merged
merged 6 commits into from
Feb 23, 2024
Merged

Devcontainer: enable coredumps #7523

merged 6 commits into from
Feb 23, 2024

Conversation

thanodnl
Copy link
Member

Add configuration for coredumps and document how to make sure they are enabled.

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

Merging #7523 (6fd5cbe) into main (9ddee5d) will decrease coverage by 0.10%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7523      +/-   ##
==========================================
- Coverage   89.61%   89.51%   -0.10%     
==========================================
  Files         282      282              
  Lines       60375    60373       -2     
  Branches     7522     7522              
==========================================
- Hits        54105    54045      -60     
- Misses       4118     4148      +30     
- Partials     2152     2180      +28     

@thanodnl thanodnl requested a review from eaydingol February 20, 2024 13:56
@@ -1,9 +1,12 @@
{
"image": "ghcr.io/citusdata/citus-devcontainer:main",
"image": "ghcr.io/citusdata/citus-devcontainer:devcontainer-coredumps",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: before merging, revert image tag

Copy link
Contributor

@eaydingol eaydingol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I successfully obtained the core-dump file and opened it using the added extension.

@thanodnl thanodnl force-pushed the devcontainer/coredumps branch from b6be08e to 6fd5cbe Compare February 23, 2024 13:18
@thanodnl thanodnl enabled auto-merge (squash) February 23, 2024 13:19
@thanodnl thanodnl merged commit cbb90cc into main Feb 23, 2024
127 checks passed
@thanodnl thanodnl deleted the devcontainer/coredumps branch February 23, 2024 13:38
emelsimsek pushed a commit that referenced this pull request Mar 11, 2024
Add configuration for coredumps and document how to make sure they are
enabled when developing in a devcontainer.

---------

Co-authored-by: Jelte Fennema-Nio <[email protected]>
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

Successfully merging this pull request may close these issues.

3 participants