Skip to content
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

Fix failed tests caused by syntax change in the server side #192

Merged
merged 4 commits into from
Jan 11, 2022

Conversation

Aiee
Copy link
Contributor

@Aiee Aiee commented Jan 6, 2022

As title.

@@ -92,7 +95,10 @@ def _reopen(self):
:return:
"""
self.close()
self.open(self._ip, self._port, self._timeout)
if self._ssl_conf != None:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is not None or if not self._ssl_conf

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the correction. Seems I messed up with cpp syntax.

@Aiee Aiee requested a review from HarrisChu January 11, 2022 03:11
@Aiee Aiee merged commit 46cc1f8 into vesoft-inc:master Jan 11, 2022
@Aiee Aiee deleted the fix-tests branch January 11, 2022 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants