LFC
|
503585ba42
|
ci: update github runner on old branch (#7249)
* ci: update github runner (ubuntu-20.04 -> ubuntu-22.04)
Signed-off-by: luofucong <luofc@foxmail.com>
|
2025-11-18 19:52:03 +08:00 |
|
Ning Sun
|
ddf36c8324
|
ci: disable docker/rust cache temporarily and merge docker compose files (#5293)
* ci: disable docker cache temporarily and merge docker compose files
* ci: fix compose file name and options
* ci: try to disable rust cache
|
2025-01-06 08:23:46 +00:00 |
|
Lanqing Yang
|
93be81c041
|
feat: implement postgres kvbackend (#4421)
|
2024-08-14 22:49:32 +00:00 |
|
Weny Xu
|
2e2eacf3b2
|
feat: add SASL and TLS config for Kafka client (#4536)
* feat: add SASL and TLS config
* feat: add SASL/PLAIN and TLS config for Kafka client
* chore: use `ring`
* feat: support SASL SCRAM-SHA-256 and SCRAM-SHA-512
* fix: correct unit test
* test: add integration test
* chore: apply suggestions from CR
* refactor: introduce `KafkaConnectionConfig`
* chore: refine toml examples
* docs: add missing fields
* chore: refine examples
* feat: allow no server ca cert
* chore: refine examples
* chore: fix clippy
* feat: load system ca certs
* chore: fmt toml
* chore: unpin version
* Update src/common/wal/src/error.rs
Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
---------
Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
|
2024-08-12 12:27:11 +00:00 |
|
Weny Xu
|
a6269397c8
|
fix: fix EntityTooSmall issue (#4100)
* fix: fix EntityTooSmall issue
* chore(ci): add minio to coverage
* tests: add test for parquet writer
* chore: move tests to `common-datasource` crate
|
2024-06-04 08:43:33 +00:00 |
|
Ruihang Xia
|
b7ac8d6aa8
|
ci: use another mirror for etcd image (#3486)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2024-03-11 10:40:19 +00:00 |
|
Weny Xu
|
e16f093282
|
test(remote_wal): add sqlness with kafka wal (#3027)
* feat(sqlness): add kafka wal config
* chore: add sqlness with kafka wal ci config
* fix: fix config
* chore: apply suggestions from CR
* fix: add metasrv config to sqlness with kafka
* fix: replay memtable should from flushed_entry_id + 1
* fix: should set append flag to fopen
* feat: start wal allocator in standalone meta mode
* feat: append a noop record after kafka topic initialization
* test: ignore tests temporally
* test: change sqlness kafka wal config
|
2023-12-29 08:17:22 +00:00 |
|
Weny Xu
|
89129c99c8
|
chore: setup kafka standalone in coverage test (#2984)
* chore: setup kafka standalone in coverage test
* test: add a naive test for topic manager
|
2023-12-25 11:18:54 +00:00 |
|
tison
|
ff8ab6763b
|
chore: internal ChrootKvBackend refactor and test (#2799)
* try avoid rate limit
Signed-off-by: tison <wander4096@gmail.com>
* chroot utilities as method
Signed-off-by: tison <wander4096@gmail.com>
* add test
Signed-off-by: tison <wander4096@gmail.com>
* make clippy happy
Signed-off-by: tison <wander4096@gmail.com>
---------
Signed-off-by: tison <wander4096@gmail.com>
|
2023-11-24 06:45:09 +00:00 |
|
tison
|
102e43aace
|
test: use EtcdStore in IT cases (#2734)
* test: use EtcdStore in IT cases
Signed-off-by: tison <wander4096@gmail.com>
* retrigger CI
Signed-off-by: tison <wander4096@gmail.com>
* refactor: KvPair can take etcd KeyValue
Signed-off-by: tison <wander4096@gmail.com>
* temporary use fork
Signed-off-by: tison <wander4096@gmail.com>
* drop cloned
Signed-off-by: tison <wander4096@gmail.com>
* chroot_key_value
Signed-off-by: tison <wander4096@gmail.com>
* chroot and prepend in each point
Signed-off-by: tison <wander4096@gmail.com>
* adjust call points
Signed-off-by: tison <wander4096@gmail.com>
* cargo clippy
Signed-off-by: tison <wander4096@gmail.com>
* point to upstream etcd-client
Signed-off-by: tison <wander4096@gmail.com>
* test etcd chroot
Signed-off-by: tison <wander4096@gmail.com>
* add NO_CHROOT constant
Signed-off-by: tison <wander4096@gmail.com>
* check
Signed-off-by: tison <wander4096@gmail.com>
* handle range end
Signed-off-by: tison <wander4096@gmail.com>
* handle special encoded key or range_end
Signed-off-by: tison <wander4096@gmail.com>
* fixup implementation
Signed-off-by: tison <wander4096@gmail.com>
* clippy
Signed-off-by: tison <wander4096@gmail.com>
* avoid test name conflict
Signed-off-by: tison <wander4096@gmail.com>
* chroot to kvbackend level
Signed-off-by: tison <wander4096@gmail.com>
* fixup all occurances
Signed-off-by: tison <wander4096@gmail.com>
* fix type
Signed-off-by: tison <wander4096@gmail.com>
* Update src/common/meta/src/kv_backend/txn.rs
* make github happy
---------
Signed-off-by: tison <wander4096@gmail.com>
Co-authored-by: LFC <990479+MichaelScofield@users.noreply.github.com>
|
2023-11-23 05:47:00 +00:00 |
|