-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add more tests for receiving events while resyncing for a partial join #419
Add more tests for receiving events while resyncing for a partial join #419
Commits on Jul 21, 2022
-
Factor out CreateMessageEvent() function
Sean Quah committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for a07b041 - Browse repository at this point
Copy the full SHA a07b041View commit details -
Factor out
testReceiveEventDuringPartialStateJoin()
function`testReceiveEventDuringPartialStateJoin()` sends an event over federation, checks that a client can see it and checks the state at the event.
Sean Quah committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 7b483be - Browse repository at this point
Copy the full SHA 7b483beView commit details -
Add
handleGetMissingEventsRequests()
function to respond to `/get_m……isisng_events` requests
Sean Quah committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for bd2b688 - Browse repository at this point
Copy the full SHA bd2b688View commit details -
Test whether the homeserver thinks it has full state at a received event
Sean Quah committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for d085f11 - Browse repository at this point
Copy the full SHA d085f11View commit details -
Allow explicitly specified
/state
and/state_ids
requests to comp……lete
Sean Quah committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 2cbeaae - Browse repository at this point
Copy the full SHA 2cbeaaeView commit details -
Add simple test for receiving an event with a missing prev event
Sean Quah committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 894d755 - Browse repository at this point
Copy the full SHA 894d755View commit details -
Add a test for receiving an event with one missing and one known prev…
… event
Sean Quah committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 0643979 - Browse repository at this point
Copy the full SHA 0643979View commit details -
Add a test for receiving an event with a missing prev event, with one…
… missing and one known prev event
Sean Quah committedJul 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 5e38528 - Browse repository at this point
Copy the full SHA 5e38528View commit details
Commits on Jul 22, 2022
-
Sean Quah committed
Jul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 2979d24 - Browse repository at this point
Copy the full SHA 2979d24View commit details -
fixup: define StateIDsResult struct and send /state_id failures down …
…the channel too
Sean Quah committedJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for a5b3c71 - Browse repository at this point
Copy the full SHA a5b3c71View commit details -
fixup: rename new tests to use parents/grandparents terminology
Sean Quah committedJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 8f5b930 - Browse repository at this point
Copy the full SHA 8f5b930View commit details -
Revert "Allow explicitly specified
/state
and/state_ids
requests…… to complete" This reverts commit 2cbeaae.
Sean Quah committedJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 49e35b4 - Browse repository at this point
Copy the full SHA 49e35b4View commit details -
Faster joins tests: make request handlers more specific
I'm going to add a test which will involve *multiple* /state and /state_ids requests, so we need to make the registered handlers more selective.
Configuration menu - View commit details
-
Copy full SHA for 1adf5aa - Browse repository at this point
Copy the full SHA 1adf5aaView commit details -
fixup: Add explicit /state_id and /state handlers instead
Sean Quah committedJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 74dc057 - Browse repository at this point
Copy the full SHA 74dc057View commit details -
Log which /state_ids request is being replied to
Sean Quah committedJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 5a9832f - Browse repository at this point
Copy the full SHA 5a9832fView commit details -
fixup: explain purpose of deferred channel read
Sean Quah committedJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for d437bfb - Browse repository at this point
Copy the full SHA d437bfbView commit details -
Sean Quah committed
Jul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 8abc0e8 - Browse repository at this point
Copy the full SHA 8abc0e8View commit details -
Merge remote-tracking branch 'origin/main' into squah/faster_room_joi…
…ns_calculate_partial_state_flag_for_backfill
Sean Quah committedJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 8f0b234 - Browse repository at this point
Copy the full SHA 8f0b234View commit details
Commits on Jul 25, 2022
-
fixup: Use WithRetryUntil to retry /event
Sean Quah committedJul 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 98907c0 - Browse repository at this point
Copy the full SHA 98907c0View commit details -
Use Context.WithTimeout instead of a SendFederationRequest goroutine
Sean Quah committedJul 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 47ce7ba - Browse repository at this point
Copy the full SHA 47ce7baView commit details -
Add comment explaining purpose of early /state_ids request
Sean Quah committedJul 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 1a0fa9f - Browse repository at this point
Copy the full SHA 1a0fa9fView commit details
Commits on Jul 26, 2022
-
fixup: Remove .vscode/settings.json
Sean Quah committedJul 26, 2022 Configuration menu - View commit details
-
Copy full SHA for e3d8197 - Browse repository at this point
Copy the full SHA e3d8197View commit details