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

meta: fix Delete test #2949

Merged
merged 1 commit into from
Sep 24, 2024
Merged

meta: fix Delete test #2949

merged 1 commit into from
Sep 24, 2024

Conversation

carpawell
Copy link
Member

Behavior has changed a few times since the original implementation. Also, the test was broken a little in 8107c8d. Parent/child relations were changed and now are treated differently at higher levels, so this test is not so important (see new TestDeleteAllChildren below, it plays a more important role in metabase testing), but keeping it in working condition with correct statements is not a bad idea.

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.89%. Comparing base (a0447ce) to head (8c2e18d).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2949   +/-   ##
=======================================
  Coverage   23.88%   23.89%           
=======================================
  Files         776      776           
  Lines       45893    45888    -5     
=======================================
+ Hits        10961    10963    +2     
+ Misses      34070    34064    -6     
+ Partials      862      861    -1     

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

Behavior has changed a few times since the original implementation. Also, the
test was broken a little in 8107c8d.
Parent/child relations were changed and now are treated differently at higher
levels, so this test is not so important (see new `TestDeleteAllChildren`
below, it plays a more important role in metabase testing), but keeping it in
working condition with correct statements is not a bad idea.

Signed-off-by: Pavel Karpy <[email protected]>
@roman-khimov roman-khimov merged commit ca16d59 into master Sep 24, 2024
18 of 19 checks passed
@roman-khimov roman-khimov deleted the fix/meta-delete-test branch September 24, 2024 13:48
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.

3 participants