-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix failing room state endpoints (setting state twice) #1329
Comments
This comment was originally posted by @MadLittleMods at matrix-org/dendrite#1329 (comment). Looks related to matrix-org/dendrite#1311 |
This comment was originally posted by @piyushsingariya at matrix-org/dendrite#1329 (comment). Is this issue still open? Can I have a look over this? |
This comment was originally posted by @MadLittleMods at matrix-org/dendrite#1329 (comment). Go for it @piyushsingariya! |
This comment was originally posted by @piyushsingariya at matrix-org/dendrite#1329 (comment). @MadLittleMods Can you explain to me a bit about this issue? as I am new and having a hard time understanding Dendrite's issues and its codebase. It would be helpful if you could guide me. |
This comment was originally posted by @MadLittleMods at matrix-org/dendrite#1329 (comment). @piyushsingariya I am also very new and struggling my way through a To start, add Then run Sytest (see https://github.com/matrix-org/dendrite/blob/master/docs/sytest.md for how to run) and see what fails (your test is in |
This comment was originally posted by @keremgocen at matrix-org/dendrite#1329 (comment). hey @piyushsingariya were you able to progress on this one? I can try to help if you need any or I'm also happy to take a look myself, looking for a #good-first-issue to get myself familiarised with this dendrite. |
This comment was originally posted by @piyushsingariya at matrix-org/dendrite#1329 (comment). yeah go ahead @keremgocen , I'm not focusing on this. |
This comment was originally posted by @keremgocen at matrix-org/dendrite#1329 (comment). I'm looking at this and left a comment here. It's not obvious to me what should be the fix;
Not sure how the 2nd event ends up having the same id, when I look at the failing test code here: https://github.com/matrix-org/sytest/blob/master/tests/30rooms/01state.pl#L287 Any guidance would be helpful as this is my first issue, thanks. |
This comment was originally posted by @Tert0 at matrix-org/dendrite#1329 (comment). I get
as output for SyTests. Does that mean that it works? |
This comment was originally posted by @kegsay at matrix-org/dendrite#1329 (comment). No, you need it to be |
This comment was originally posted by @ParthGala2k at matrix-org/dendrite#1329 (comment). Hello, I plan to apply to matrix for the dendrite project as part of GSoC this year and was looking to familiarise myself with the codebase. |
This comment was originally posted by @kegsay at matrix-org/dendrite#1329 (comment). Still failing as of today: |
This comment was originally posted by @S7evinK at matrix-org/dendrite#1329 (comment). Fixed in matrix-org/dendrite#2512 |
This issue was originally created by @kegsay at matrix-org/dendrite#1329.
Sytests:
The text was updated successfully, but these errors were encountered: