Unverified Commit 206d4bc7 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

nixos/vector: Tweak journald/clickhouse test (#472055)

parents d110b3ce b330f72b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -199,11 +199,11 @@ in
        )

      clickhouse.fail(
        "cat ${selectQuery} | clickhouse-client --user vector --password helloclickhouseworld | grep 2"
        "cat ${selectQuery} | clickhouse-client --user vector --password helloclickhouseworld | grep -v 0"
      )

      clickhouse.wait_until_succeeds(
        "cat ${selectQuery} | clickhouse-client --user grafana --password helloclickhouseworld2 | grep 2"
        "cat ${selectQuery} | clickhouse-client --user grafana --password helloclickhouseworld2 | grep -v 0"
      )
    '';
}