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

chore: event_payload column can be JSONB, BYTEA or TEXT #5372

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

Sidddddarth
Copy link
Member

@Sidddddarth Sidddddarth commented Dec 13, 2024

Description

event_payload column in jobs tables can be JSONB, BYTEA or TEXT.

Allows migrations from one type to the other, so changing from one to the other shouldn't fail.

At startup(for w, rw jobsdbs) - we either update the last DS's event_payload column or create a new dataset if the last has some jobs already - both provided the event type column of the last ds is different from what's configured.

Not a reloadable selection.

Potential Issues:

  1. invalid json issues with binary type - needs some more handling when compared to jsonb/text.

Linear Ticket

Resolves PIPE-1649

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@Sidddddarth Sidddddarth marked this pull request as draft December 13, 2024 10:33
@Sidddddarth Sidddddarth force-pushed the chore.jobsdbPayloadColumnType branch from c053da4 to c5c21e3 Compare December 13, 2024 12:02
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 57.14286% with 66 lines in your changes missing coverage. Please review.

Project coverage is 74.73%. Comparing base (7425659) to head (37133be).

Files with missing lines Patch % Lines
jobsdb/jobsdb.go 60.86% 30 Missing and 6 partials ⚠️
jobsdb/migration.go 51.61% 26 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5372      +/-   ##
==========================================
- Coverage   74.77%   74.73%   -0.04%     
==========================================
  Files         437      437              
  Lines       61243    61392     +149     
==========================================
+ Hits        45793    45882      +89     
- Misses      12913    12968      +55     
- Partials     2537     2542       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant