Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Feb 26, 2024
1 parent 3a412e8 commit 017da21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-utils/src/dev/clickhouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const CLICKHOUSE_TIMEOUT: Duration = Duration::from_secs(30);
// Timeout used when starting a ClickHouse keeper subprocess.
const CLICKHOUSE_KEEPER_TIMEOUT: Duration = Duration::from_secs(30);

// The string to look for in a keeper log file that indiccates that the server
// The string to look for in a keeper log file that indicates that the server
// is ready.
const KEEPER_READY: &'static str = "Server initialized, waiting for quorum";

// The string to look for in a clickhouse log file that indiccates that the
// The string to look for in a clickhouse log file that indicates that the
// server is ready.
const CLICKHOUSE_READY: &'static str =
"<Information> Application: Ready for connections";
Expand Down

0 comments on commit 017da21

Please sign in to comment.