//! `faucet-conformance` battery for the Amazon Redshift source.
//!
//! Check 1 — the config JSON Schema is a valid, well-formed value.
//!
//! Bounded-memory (Check 2) requires a live Redshift cluster (it speaks the
//! PostgreSQL wire protocol, so there is no mock/wiremock path as for the
//! HTTP-based warehouse sources). It is exercised by the `#[ignore]`d
//! `tests/integration.rs` against a real cluster in CI instead.
use assert_config_schema_valid_value;