Skip to content

Remove unused DatabaseExclusiveWorkList class 🔥 #2973

Merged
jonathangreen merged 1 commit intomainfrom
chore/remove-unused-database-exclusive-worklist
Jan 11, 2026
Merged

Remove unused DatabaseExclusiveWorkList class 🔥 #2973
jonathangreen merged 1 commit intomainfrom
chore/remove-unused-database-exclusive-worklist

Conversation

@jonathangreen
Copy link
Member

Description

Remove the unused DatabaseExclusiveWorkList class and its associated outdated comment.

Motivation and Context

The DatabaseExclusiveWorkList class was never instantiated anywhere in production code and had no test coverage. It was defined in lanes.py but never used. An outdated comment in lane.py also referenced this class as a hypothetical example.

How Has This Been Tested?

  • Pre-commit hooks pass
  • The class was confirmed to have no usages in production code (only defined, never instantiated)
  • No tests existed for this class

Checklist

  • I have updated the documentation accordingly.
  • All new and existing tests passed.

The DatabaseExclusiveWorkList class was never instantiated anywhere in
production code and had no test coverage. Also removed an outdated
comment in lane.py that referenced this class.
@jonathangreen jonathangreen changed the title Remove unused DatabaseExclusiveWorkList class Remove unused DatabaseExclusiveWorkList class 🔥 Jan 9, 2026
@jonathangreen jonathangreen requested a review from a team January 9, 2026 20:36
@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.81%. Comparing base (d8b8dc1) to head (93003bc).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2973   +/-   ##
=======================================
  Coverage   92.81%   92.81%           
=======================================
  Files         454      454           
  Lines       42942    42939    -3     
  Branches     5999     5999           
=======================================
- Hits        39857    39855    -2     
+ Misses       2016     2015    -1     
  Partials     1069     1069           

☔ 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.

Copy link
Contributor

@tdilauro tdilauro left a comment

Choose a reason for hiding this comment

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

🔥

@jonathangreen jonathangreen merged commit 2eb7864 into main Jan 11, 2026
19 checks passed
@jonathangreen jonathangreen deleted the chore/remove-unused-database-exclusive-worklist branch January 11, 2026 14:27
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