Skip to content
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

release-25.1: logictestccl: deflake as_of #143105

Merged
merged 1 commit into from
Mar 19, 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
6 changes: 6 additions & 0 deletions pkg/ccl/logictestccl/testdata/logic_test/as_of
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,18 @@ ROLLBACK
statement error pq: AS OF SYSTEM TIME specified with READ WRITE mode
BEGIN READ WRITE

statement ok
SET autocommit_before_ddl = false

statement error (pq: cannot execute CREATE DATABASE in a read-only transaction|database \"\[1\]\" does not exist)
BEGIN; CREATE DATABASE IF NOT EXISTS d2

statement ok
ROLLBACK

statement ok
RESET autocommit_before_ddl

statement ok
SET DEFAULT_TRANSACTION_USE_FOLLOWER_READS TO FALSE

Expand Down