Skip to content

Conversation

@NGTmeaty
Copy link
Collaborator

This should stop the panics from Seencheck failures as well as add retries. We do have additional work to do in #521 .

@NGTmeaty NGTmeaty requested a review from willmhowes November 19, 2025 03:09
@NGTmeaty NGTmeaty self-assigned this Nov 19, 2025
@NGTmeaty NGTmeaty added the bug Something isn't working label Nov 19, 2025
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 46.15385% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.43%. Comparing base (73c7dde) to head (22cbc49).

Files with missing lines Patch % Lines
internal/pkg/preprocessor/preprocessor.go 62.50% 3 Missing ⚠️
internal/pkg/source/hq/hq.go 0.00% 3 Missing ⚠️
internal/pkg/controler/pipeline.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #522      +/-   ##
==========================================
+ Coverage   56.37%   56.43%   +0.05%     
==========================================
  Files         131      131              
  Lines        6570     6578       +8     
==========================================
+ Hits         3704     3712       +8     
  Misses       2491     2491              
  Partials      375      375              
Flag Coverage Δ
e2etests 42.00% <46.15%> (+0.07%) ⬆️
unittests 28.77% <0.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

if err != nil {
logger.Error("unable to seencheck seed", "err", err.Error())
return err
seed.SetStatus(models.ItemFailed)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This will need review. I don't believe it works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants