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

OJ-39228: fix double uploading bug in git data #367

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

gavinpitt-jf
Copy link
Contributor

Description

There is a bug that occurs when uploading git data via JF Ingest. JF Ingest uploads data as it gets it, this is good and intentional. At the end of the agent processing we then check if we need to upload any additional data. There is a bug where do not detect the already uploaded git data properly, and we upload it twice

Testing

I tested this with orthog git uploading and verified that we do not upload twice

Old upload pattern (bad 😢)
Screenshot 2024-10-16 at 1 06 54 PM

New upload pattern (good 😄)
Screenshot 2024-10-16 at 1 07 37 PM

@gavinpitt-jf gavinpitt-jf merged commit 6578747 into master Oct 16, 2024
5 checks passed
@gavinpitt-jf gavinpitt-jf deleted the OJ-39288-fix-double-upload-bug branch October 16, 2024 18:14
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.

2 participants