From a464a116c39bf5a95663b1148cc6c4a1d4fee244 Mon Sep 17 00:00:00 2001 From: lmatz Date: Wed, 16 Oct 2024 23:26:27 +0800 Subject: [PATCH] fix: use a fixed snapshot for fuzzy testing (#18951) --- ci/scripts/deterministic-e2e-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/deterministic-e2e-test.sh b/ci/scripts/deterministic-e2e-test.sh index c561978e428a..e94de462efa7 100755 --- a/ci/scripts/deterministic-e2e-test.sh +++ b/ci/scripts/deterministic-e2e-test.sh @@ -18,7 +18,7 @@ popd echo "--- Extract data for SqlSmith" pushd ./src/tests/sqlsmith/tests -git clone https://"$GITHUB_TOKEN"@github.com/risingwavelabs/sqlsmith-query-snapshots.git +git clone -b fix_for_release-2.0 https://"$GITHUB_TOKEN"@github.com/risingwavelabs/sqlsmith-query-snapshots.git # FIXME(kwannoel): Uncomment this to stage changes. Should have a better approach. # pushd sqlsmith-query-snapshots # git checkout stage