fys
|
2b2ea5bf72
|
chore: upgrade some dependencies (#5777)
* chore: upgrade some dependencies
* chore: upgrade some dependencies
* fix: cr
* fix: ci
* fix: test
* fix: cargo fmt
|
2025-03-27 02:48:44 +00:00 |
|
Ruihang Xia
|
7daf24c47f
|
feat: remove dedicated runtime for grpc, mysql and pg protocols (#4436)
* feat: remove dedicated runtime for grpc, mysql and pg protocols
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove other runtimes
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* spawn compact task into compact_runtime
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* refine naming
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Update src/servers/tests/mysql/mysql_server_test.rs
Co-authored-by: Zhenchi <zhongzc_arch@outlook.com>
* fix clippy
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* turnoff fuzz test matrix fail fast option
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* chore: update rt config for ci tests
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: Zhenchi <zhongzc_arch@outlook.com>
Co-authored-by: Weny Xu <wenymedia@gmail.com>
|
2024-07-30 06:17:58 +00:00 |
|
Weny Xu
|
8a119aa0b2
|
feat: add naive region failover test for metric table (#4269)
* feat: add failover test for metric table
* chore: introduce help marco
* chore: remove incorrect check
|
2024-07-05 06:54:23 +00:00 |
|
Weny Xu
|
be29e48a60
|
chore: reduce insertion size of fuzz test (#4243)
* chore: reduce size of fuzz test
* chore: get env cfg variables
|
2024-07-02 13:02:04 +00:00 |
|
Weny Xu
|
75bddc0bf5
|
fix(fuzz-tests): avoid to drop in-use database (#4049)
* fix(fuzz-tests): avoid to drop in-use database
* fix: correct datahome path
* fix: correct `schema_name`
* chore: apply suggestions from CR
|
2024-05-27 07:44:59 +00:00 |
|
Weny Xu
|
43bf7bffd0
|
fix: try to fix unstable fuzz test (#4003)
fix: ignore PoolTimedOut
|
2024-05-21 12:57:09 +00:00 |
|
Weny Xu
|
89da42dbc1
|
refactor: refactor frontend cache (#3912)
* feat: implement the `TableCache`
* refactor: use `TableCache`
* refactor: replace `TableFlowManager` with `TableFlownodeSetCache`
* refactor: introduce cache crate
* chore: add comments
* chore: update comments
* chore: apply suggestions from CR
* chore: rename `cache_invalidator` to `local_cache_invalidator`
* chore(fuzz): set `acquire_timeout` to 30s
|
2024-05-11 09:58:18 +00:00 |
|
Weny Xu
|
f6e2039eb8
|
test: introduce unstable fuzz create table test (#3788)
* feat: implement unstable_fuzz_create_table_standalone
* chore: use drop database
* docs: update docs
* chore: add ci config
* chore: add feature gate
* fix: fix clippy
* chore: update ci
* Apply suggestions from code review
* feat: reduce num
* Apply suggestions from code review
* chore: apply suggestions from CR
* Apply suggestions from code review
* chore: reduce `wait_timeout` in health check
* Update .env.example
* refactor: use `init_greptime_connections_via_env`
* refactor: use `init_greptime_connections_via_env`
---------
Co-authored-by: tison <wander4096@gmail.com>
|
2024-05-01 06:08:49 +00:00 |
|