Skip to content

Commit

Permalink
chore(ci): fix intergration ttc-go (#17363)
Browse files Browse the repository at this point in the history
chore(ci): fix intergration  ttc-gc
  • Loading branch information
forsaken628 authored Jan 24, 2025
1 parent 742ca86 commit e057f2e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/sqllogictests/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ use std::sync::LazyLock;
static HYBRID_CONFIGS: LazyLock<Vec<(Box<ClientType>, usize)>> = LazyLock::new(|| {
vec![
(Box::new(ClientType::MySQL), 3),
// (
// Box::new(ClientType::Ttc(
// "datafuselabs/ttc-rust:latest".to_string(),
// TTC_PORT_START,
// )),
// 1,
// ),
(
Box::new(ClientType::Ttc(
"ghcr.io/forsaken628/ttc-go:latest".to_string(),
"datafuselabs/ttc-rust:latest".to_string(),
TTC_PORT_START,
)),
6,
5,
),
(
Box::new(ClientType::Ttc(
"ghcr.io/databendlabs/ttc-go:latest".to_string(),
TTC_PORT_START + 1,
)),
5,
),
]
});
Expand Down

0 comments on commit e057f2e

Please sign in to comment.