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

Deprecate coremodules (SYN-8048) #4188

Merged
merged 5 commits into from
Mar 28, 2025
Merged

Deprecate coremodules (SYN-8048) #4188

merged 5 commits into from
Mar 28, 2025

Conversation

Cisphyx
Copy link
Contributor

@Cisphyx Cisphyx commented Mar 14, 2025

No description provided.

Copy link

codecov bot commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.28%. Comparing base (8089469) to head (b860c7d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4188      +/-   ##
==========================================
- Coverage   97.35%   97.28%   -0.08%     
==========================================
  Files         261      261              
  Lines       59870    59872       +2     
==========================================
- Hits        58288    58247      -41     
- Misses       1582     1625      +43     
Flag Coverage Δ
linux 97.28% <100.00%> (-0.01%) ⬇️
linux_replay ?

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.


coremods = self.conf.get('modules')
if coremods is not None:
mesg = "The 'modules' Cortex config value is deprecated and will be removed in v3.0.0."
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we avoid warning on the synapse.tests.utils.TestModule being present so we aren't warning for every test cortex we spin up?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated to skip warning on any synapse.tests modules

@vEpiphyte vEpiphyte added this to the v2.206.0 milestone Mar 28, 2025
@Cisphyx Cisphyx merged commit 2872eab into master Mar 28, 2025
5 checks passed
@Cisphyx Cisphyx deleted the depr-coremods branch March 28, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants