-
Notifications
You must be signed in to change notification settings - Fork 333
backend-notification-pusher: Dynamically discover remote domains #3366
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
Conversation
This allows tests to succeed in a sane amount of time
Remove unused deps
4d83eb9
to
ce432cd
Compare
rabbitmqAdminClient = undefined | ||
rabbitmqVHost = undefined |
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.
I guess undefined
is fine here?
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.
Yeah, I am trying to write tests without polysemy, I think this is the easiest thing we can do.
let federatorInternal = undefined | ||
http2Manager = undefined |
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.
I guess this is fine, too?
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.
Same as above.
Too complicated to implment, will not realy be used in near future.
services/background-worker/src/Wire/BackendNotificationPusher.hs
Outdated
Show resolved
Hide resolved
services/background-worker/test/Test/Wire/BackendNotificationPusherSpec.hs
Outdated
Show resolved
Hide resolved
* Migrated notifications. * Undo EmptyResponse changes * Revert unnecessary test changes. * Revert mls welcome. * Added e2e test removing temp client across backends * Add integration test for client deletion * Removed redundant e2e * Updated nix for integration * Migrate on-msg-sent to queue * delete/adjust tests. * backend-notification-pusher: Dynamically discover remote domains (#3366) * Bumped timeout * Persist typing indicator * Reverted typing indicator back to sync RPC * Deleted outdated tests * [WPB-2789] Use EmptyResponse consistently across Galley federation endpoints (#3365) * Use EmptyResponse consistently for galley fed calls * Amended doc for empty response. * Fixed some failing tests. * Temporary remove test. * Restore EmptyResponse instead of (). * Restore tests removed by accident --------- Co-authored-by: Akshay Mankar <[email protected]>
https://wearezeta.atlassian.net/browse/WPB-1130
Checklist
changelog.d