fix(pg_backend): correct set idle_in_transaction_session_timeout statement (#5304)

* fix(metasrv): correct `backend` field configuration

* refactor!: added `#[serde(rename_all = "snake_case")]` macro to the `BackendImpl` enum

* fix(metasrv): correct `set idle_in_transaction_session_timeout` statement

* build: enable `pg_backend` by default
This commit is contained in:
Weny Xu
2025-01-06 20:07:35 +08:00
committed by GitHub
parent 5cf9d7b6ca
commit 05f115e047
7 changed files with 17 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ jobs:
with:
distribution: Ubuntu-22.04
- name: Running tests
run: cargo nextest run -F dashboard
run: cargo nextest run -F dashboard -F pg_kvbackend
env:
CARGO_BUILD_RUSTFLAGS: "-C linker=lld-link"
RUST_BACKTRACE: 1