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

feat: customize channel information for sqlness tests #4729

Merged
merged 24 commits into from
Oct 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
fe26be9
feat: add pg and mysql server_address options
J0HN50N133 Sep 15, 2024
5565217
feat: start pg and mysql server(standalone)
J0HN50N133 Sep 15, 2024
2f83e50
feat: start pg and mysql in distribute
J0HN50N133 Sep 15, 2024
6cbaddc
feat: finally get there, specify postgres sqlness
J0HN50N133 Sep 15, 2024
22cbb68
feat: support mysql sqlness
J0HN50N133 Sep 16, 2024
ef73c95
fix: license
J0HN50N133 Sep 16, 2024
05f8141
fix: remove unused import
J0HN50N133 Sep 16, 2024
460f697
fix: toml
J0HN50N133 Sep 16, 2024
0d1189e
fix: clippy
J0HN50N133 Sep 16, 2024
b95df69
refactor: BeginProtocolInterceptorFactory to ProtocolInterceptorFactory
J0HN50N133 Sep 16, 2024
b5f369b
fix: sqlness pg connect
J0HN50N133 Sep 17, 2024
446ee27
fix: clippy
J0HN50N133 Sep 17, 2024
2a10a38
Apply suggestions from code review
J0HN50N133 Sep 18, 2024
feb3b47
fix: rustfmt
J0HN50N133 Sep 18, 2024
bc4163f
fix: reconnect pg and mysql when restart
J0HN50N133 Sep 19, 2024
6c3eebd
test: add mysql related sqlness
J0HN50N133 Sep 19, 2024
bc23b4b
fix: wait for start while restarting
J0HN50N133 Sep 19, 2024
69eca08
fix: clippy
J0HN50N133 Sep 19, 2024
d0645db
fix: cargo lock conflict
J0HN50N133 Sep 21, 2024
81dbc88
fix: usage of '@@tx_isolation' in sqlness
J0HN50N133 Sep 23, 2024
88f2996
Merge remote-tracking branch 'upstream/main' into sqlness_improve
J0HN50N133 Oct 3, 2024
e26b297
fix: typos
J0HN50N133 Oct 3, 2024
600ef21
feat: retry with backoff when create client
J0HN50N133 Oct 4, 2024
01f40dd
fix: use millisecond rather than microseconds in backoff
J0HN50N133 Oct 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: start pg and mysql server(standalone)
J0HN50N133 committed Oct 3, 2024
commit 55652170bfe4d950cef1533333a6602a4226573b
Loading