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

Split retry and timeout error #357

Merged
merged 7 commits into from
Sep 24, 2024
Merged

Conversation

HarrisChu
Copy link
Contributor

@HarrisChu HarrisChu commented Sep 19, 2024

  1. split retry for session invalid an error
  2. update error code
  3. cherry-pick feat: add int64 param #348

HarrisChu and others added 3 commits September 19, 2024 15:18
* feat: add int64 param

close: vesoft-inc#288

* ci: use docker compose as ci runner dropped docker-compose

* fix: use test_client to test int64 param instead

* fix example for int64 test

- also hardcode the container name for test

* address Haris' comment
@HarrisChu HarrisChu requested a review from wenhaocs September 19, 2024 08:33
ErrorCode_E_PART_DISABLED ErrorCode = -34
ErrorCode_E_PART_ALREADY_STARTED ErrorCode = -35
ErrorCode_E_PART_ALREADY_STOPPED ErrorCode = -36
ErrorCode_E_QUERY_TIMEDOUT ErrorCode = -37

Choose a reason for hiding this comment

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

Are all these error codes currently missing but should have existed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

internel error code
e.g. graphd won't send ErrorCode_E_PART_DISABLED code to client

@HarrisChu HarrisChu requested a review from wenhaocs September 24, 2024 02:52
@wenhaocs
Copy link

LGTM. Need more test cases.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@Nicole00 Nicole00 merged commit fe239fa into vesoft-inc:release-3.7 Sep 24, 2024
13 of 19 checks passed
@wenhaocs
Copy link

UT result:

image

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.

None yet

4 participants