Skip to content

Commit

Permalink
fix: use a fixed snapshot for fuzzy testing (#18951)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatz authored Oct 16, 2024
1 parent ecce43a commit a464a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/deterministic-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a464a11

Please sign in to comment.