8000 Fix skip test for dolt diff -r sql and views by timsehn · Pull Request #9286 · dolthub/dolt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix skip test for dolt diff -r sql and views #9286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions integration-tests/bats/sql-diff.bats
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@ SQL
dolt sql -q 'create view double_view as select pk*2 from test'
run dolt diff -r sql
[ "$status" -eq 0 ]
skip "create view statements not implemented"
[[ "$output" =~ "CREATE VIEW `double_view`" ]] || false
[[ "$output" =~ "create view double_view" ]] || false
}

@test "sql-diff: diff sql recreates tables with all types" {
Expand Down
Loading
0