-
Notifications
You must be signed in to change notification settings - Fork 905
GODRIVER-2117 - Check clientSession is not nil inside executeTestRunnerOperation #1457
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
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.
Hi @kumarlokesh , thank you for the contribution 👍
d762b10
to
653d489
Compare
Thanks @prestonvasquez for the review and sharing feedback! |
653d489
to
e4dd6bb
Compare
API Change ReportNo changes found! |
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!
…erOperation (mongodb#1457) (cherry picked from commit fd1ca35)
GODRIVER-2117
Summary
executeTestRunnerOperation
, checkclientSession
for nullabilitywhere
clientSession
is required.across
executeTestRunnerOperation
.Background & Motivation