-
Notifications
You must be signed in to change notification settings - Fork 56
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
initial room summary tests #470
Conversation
2b069b5
to
d0ad3cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm otherwise
tests/31sync/16room-summary.pl
Outdated
matrix_create_room_synced( $alice ); | ||
})->then( sub { | ||
( $room_id ) = @_; | ||
matrix_join_room( $bob, $room_id ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll need join_room_synced here to avoid (or reduce the chance of) races
(though should we be alarmed that the tests are failing?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks plausible
tests for matrix-org/synapse#3574