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

Change Default Room version to 10 #2933

Merged
merged 4 commits into from
Jan 20, 2023
Merged

Change Default Room version to 10 #2933

merged 4 commits into from
Jan 20, 2023

Conversation

FSG-Cat
Copy link
Contributor

@FSG-Cat FSG-Cat commented Jan 7, 2023

This PR implements MSC3904. This PR is almost identical to #2781 but this PR is also filed well technically 1 day before the MSC passes FCP but well everyone knows this MSC is expected to have passed FCP on monday so im refiling this change today on saturday as i was doing prep work for monday. I assume that this PR wont be counted as clogging the queue since by the next time i expect to be a work day for this project this PR will be implementing an FCP passed disposition merge MSC.

Also as for the lack of tests i belive that this simple change does not need to pass new tests due to that these tests are expected to already have been passed by the successful use of Dendrite with Room version 10 already.

Pull Request Checklist

  • I have added tests for PR or I have justified why this PR doesn't need tests.
  • Pull request includes a sign off

Signed-off-by: Catalan Lover catalanlover@protonmail.com

@FSG-Cat FSG-Cat requested a review from a team as a code owner January 7, 2023 19:22
@S7evinK S7evinK added the T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. label Jan 9, 2023
@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

Base: 37.97% // Head: 37.90% // Decreases project coverage by -0.08% ⚠️

Coverage data is based on head (817be03) compared to base (a2b4860).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2933      +/-   ##
==========================================
- Coverage   37.97%   37.90%   -0.08%     
==========================================
  Files         496      496              
  Lines       54964    54964              
==========================================
- Hits        20875    20832      -43     
- Misses      31527    31557      +30     
- Partials     2562     2575      +13     
Flag Coverage Δ
unittests 37.90% <100.00%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
roomserver/version/version.go 16.66% <100.00%> (ø)
setup/jetstream/helpers.go 60.00% <0.00%> (-5.72%) ⬇️
federationapi/consumers/keychange.go 40.55% <0.00%> (-3.50%) ⬇️
federationapi/storage/shared/storage.go 52.51% <0.00%> (-2.16%) ⬇️
roomserver/storage/postgres/events_table.go 65.83% <0.00%> (-1.89%) ⬇️
roomserver/storage/postgres/rooms_table.go 83.12% <0.00%> (-1.88%) ⬇️
roomserver/internal/query/query.go 30.14% <0.00%> (-1.74%) ⬇️
federationapi/queue/destinationqueue.go 81.12% <0.00%> (-1.41%) ⬇️
federationapi/consumers/roomserver.go 38.92% <0.00%> (-0.90%) ⬇️
roomserver/storage/shared/storage.go 46.46% <0.00%> (-0.56%) ⬇️
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@S7evinK
Copy link
Contributor

S7evinK commented Jan 9, 2023

Looking at the failing Sytest runs, it seems that Sytest also needs to be updated, which I just did for our dendrite branch

@clokep
Copy link
Member

clokep commented Jan 18, 2023

Looking at the failing Sytest runs, it seems that Sytest also needs to be updated, which I just did for our dendrite branch

I ended up doing this on develop in matrix-org/sytest#1328.

@S7evinK
Copy link
Contributor

S7evinK commented Jan 20, 2023

Thanks for this!

@S7evinK S7evinK merged commit 25cb65a into matrix-org:main Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants