-
Notifications
You must be signed in to change notification settings - Fork 67
SWIFT-1470 Fix failing load balancer tests #745
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
SWIFT-1470 Fix failing load balancer tests #745
Conversation
99fd1ab to
a5faaa9
Compare
| helloReply["isreplicaset"] != true | ||
| { | ||
| self = .single | ||
| // TODO: SWIFT-1319: eventually, we should be able to just check for serviceId 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.
as discussed offline, serviceId only shows up in the initial handshake, so we can't check for it here and need to still rely on the environment variable.
kmahar
left a comment
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 mod one comment
| git apply ${ETC_DIR}/lower-minheartbeatfrequencyms.diff | ||
| git apply ${ETC_DIR}/inttypes-non-modular-header-workaround.diff | ||
| # TODO SWIFT-1319: Remove. | ||
| git apply ${ETC_DIR}/expose-mock-service-id.diff |
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.
should we delete this diff file now too?
isabelatkinson
left a comment
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 mod kaitlin's comment
SWIFT-1470 / SWIFT-1319