-
Notifications
You must be signed in to change notification settings - Fork 429
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: investigate feature versions with invalid feature states #4871
chore: investigate feature versions with invalid feature states #4871
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4871 +/- ##
=======================================
Coverage 97.37% 97.37%
=======================================
Files 1186 1187 +1
Lines 41261 41294 +33
=======================================
+ Hits 40179 40212 +33
Misses 1082 1082 ☔ View full report in Codecov by Sentry. |
Docker builds report
|
"task_processor": { | ||
"level": LOG_LEVEL, | ||
"handlers": ["console"], | ||
"propagate": False, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@khvn26 good catch - the logging wasn't working correctly for the task processor. I'm not entirely sure why but I assume it's related to it having been moved to it's own package. I've re-added the configuration for it here in the meantime.
Superseded by #4872 |
Changes
Adds logging and exceptions to certain areas of the code to try and track down why we are seemingly seeing versions created with FeatureStates added from unrelated features.
How did you test this code?
Unit tests.