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

Syncfork #85

Closed
wants to merge 10 commits into from
Closed

Syncfork #85

wants to merge 10 commits into from

Conversation

peterlyoo
Copy link

Description

Related Issue(s)

Checklist

  • "Backport to:" labels have been added if this change should be back-ported
  • Tests were added or are not required
  • Did the new or modified tests pass consistently locally and on the CI
  • Documentation was added or is not required

Deployment Notes

shlomi-noach and others added 10 commits July 7, 2023 10:00
…or tables (vitessio#13442)

* schema.Reload(): ignore column reading errors for views only, error for tables

Signed-off-by: Shlomi Noach <[email protected]>

* restore to pre-PR

Signed-off-by: Shlomi Noach <[email protected]>

* add ERNoSuchUser error (view's definer not found)

Signed-off-by: Shlomi Noach <[email protected]>

* Error

Signed-off-by: Shlomi Noach <[email protected]>

* ignore either missing columns or unknown definer -- for views

Signed-off-by: Shlomi Noach <[email protected]>

* adapt tests

Signed-off-by: Shlomi Noach <[email protected]>

* cleanup

Signed-off-by: Shlomi Noach <[email protected]>

* update comment

Signed-off-by: Shlomi Noach <[email protected]>

---------

Signed-off-by: Shlomi Noach <[email protected]>
* added kill statement in parser

Signed-off-by: Harshit Gangal <[email protected]>

* add support for executing kill statement

Signed-off-by: Harshit Gangal <[email protected]>

* added e2e test for kill statement

Signed-off-by: Harshit Gangal <[email protected]>

* added more e2e test

Signed-off-by: Harshit Gangal <[email protected]>

* added unit test

Signed-off-by: Harshit Gangal <[email protected]>

* introduce closing bool for connection to check if connection is usable or not

Signed-off-by: Harshit Gangal <[email protected]>

* updated the test

Signed-off-by: Harshit Gangal <[email protected]>

* add allow-kill-statement flag to enable kill statement

Signed-off-by: Harshit Gangal <[email protected]>

* updated the test help output expectation

Signed-off-by: Harshit Gangal <[email protected]>

---------

Signed-off-by: Harshit Gangal <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
…#13434)

* tcp keep alive and period settings

Signed-off-by: Harshit Gangal <[email protected]>

* added e2e test for tcp keep alive

Signed-off-by: Harshit Gangal <[email protected]>

* added unit test and removed e2e test due to cgo dependency

Signed-off-by: Harshit Gangal <[email protected]>

* addressed review comments

Signed-off-by: Harshit Gangal <[email protected]>

* introduce a marker on conn to know if keepalive is on, used for testing

Signed-off-by: Harshit Gangal <[email protected]>

---------

Signed-off-by: Harshit Gangal <[email protected]>
…se-fix-consul-tag

`examples/compose`: fix `consul:latest` error w/`docker-compose up -d`
Signed-off-by: Jimmy Kim <[email protected]>
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.

8 participants