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

Remove check_carboncopy CT hook #3134

Merged
merged 1 commit into from
May 27, 2021
Merged

Remove check_carboncopy CT hook #3134

merged 1 commit into from
May 27, 2021

Conversation

gustawlippa
Copy link
Contributor

This PR removes the Suite ... finished dirty. messages appearing when running the tests. They appeared because of a failing common test hook.
This hook is a leftover from when mod_carboncopy was using its own mnesia table. See commit e0b1d9d in which it was removed for details. It is safe to remove this hook, as other hooks like check_sessions or check_registered_users together with using escalus fresh stories should already ensure that no user configuration leaks between the test groups.

This hook is a leftover from when mod_carboncopy was using its own mnesia table.
See commit e0b1d9d when it was removed for
details. It is safe to remove this hook, as other hooks like `check_sessions`
or `check_registered_users` together with using escalus fresh stories should
already ensure that no user configuration leaks between the test groups.
@codecov
Copy link

codecov bot commented May 27, 2021

Codecov Report

Merging #3134 (8e05c72) into master (e55fa8e) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3134      +/-   ##
==========================================
+ Coverage   79.46%   79.47%   +0.01%     
==========================================
  Files         395      395              
  Lines       32172    32172              
==========================================
+ Hits        25565    25569       +4     
+ Misses       6607     6603       -4     
Impacted Files Coverage Δ
src/wpool/mongoose_wpool.erl 84.00% <0.00%> (-1.00%) ⬇️
src/ejabberd_c2s.erl 89.13% <0.00%> (-0.23%) ⬇️
src/mod_muc_room.erl 77.33% <0.00%> (-0.12%) ⬇️
src/pubsub/mod_pubsub.erl 71.94% <0.00%> (+0.05%) ⬆️
src/global_distrib/mod_global_distrib_utils.erl 66.03% <0.00%> (+0.94%) ⬆️
src/ejabberd_s2s_out.erl 61.78% <0.00%> (+1.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e55fa8e...8e05c72. Read the comment docs.

Copy link
Collaborator

@NelsonVides NelsonVides left a comment

Choose a reason for hiding this comment

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

Excellent! And good reference to the commit that changed this! 😄

@NelsonVides NelsonVides merged commit e896371 into master May 27, 2021
@NelsonVides NelsonVides deleted the carboncopy-ct-hook branch May 27, 2021 13:36
@Premwoik Premwoik added this to the 5.0.0 milestone Oct 5, 2021
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