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

test: Bye bye SS proxy, hello Synapse \o/ #3983

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Hywan
Copy link
Member

@Hywan Hywan commented Sep 11, 2024

This patch removes the sliding sync proxy, and makes the matrix-sdk-integration-testing tests to run against Synapse with MSC4186 enabled.


@Hywan Hywan requested a review from a team as a code owner September 11, 2024 14:25
@Hywan Hywan requested review from jmartinesp and poljar and removed request for a team September 11, 2024 14:25
@bnjbvr
Copy link
Member

bnjbvr commented Sep 11, 2024

I did bet a piece of emmental cheese that this would require changes here and here. (Also can remove the sliding sync proxy images from CI.)

@Hywan
Copy link
Member Author

Hywan commented Sep 11, 2024

🧀

I've updated the CI scripts.

Copy link
Member

@bnjbvr bnjbvr left a comment

Choose a reason for hiding this comment

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

me: ohnoes, i lost a piece of cheese because the tests passed???!
also me: always be doubting 👀 let's check the CI run
finally me: mwahahahah

.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
# tests need a synapse: this is a service and not michaelkaye/setup-matrix-synapse@main as the
# latter does not provide networking for services to communicate with it.
synapse:
image: ghcr.io/matrix-org/synapse-service:5b6a75935e560945f69af72e9768bbaac10c9b4f # keep in sync with ./ci.yml
image: ghcr.io/matrix-org/synapse-service::v1.114.0 # keep in sync with ./ci.yml
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
image: ghcr.io/matrix-org/synapse-service::v1.114.0 # keep in sync with ./ci.yml
image: ghcr.io/matrix-org/synapse-service:v1.114.0 # keep in sync with ./ci.yml

Copy link
Member Author

Choose a reason for hiding this comment

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

On purpose. Because I want you to taste my local cheese.

Hywan and others added 5 commits September 16, 2024 12:48
This patch removes the sliding sync proxy, and makes the
`matrix-sdk-integration-testing` tests to run against Synapse with
MSC4186 enabled.
also why do people create manual fixup! commits?
@@ -59,6 +59,7 @@ rc_invites:

experimental_features:
msc3266_enabled: true
msc3575_enabled: true
Copy link
Member Author

Choose a reason for hiding this comment

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

We can remove that. It's true by default in Synapse.

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.30%. Comparing base (aa92e26) to head (0da4f8c).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3983      +/-   ##
==========================================
+ Coverage   84.27%   84.30%   +0.02%     
==========================================
  Files         266      266              
  Lines       28315    28306       -9     
==========================================
- Hits        23863    23862       -1     
+ Misses       4452     4444       -8     

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

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.

test: Use Synapse with Simplified Sliding Sync in our integration tests
2 participants