You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
152309: sql: fix sequence dependencies for IDENTITY columns in pg_depend r=rafiss a=rafiss
fixes#108439
Release note (bug fix): pg_class.pg_depend now contains entries with deptype='i' (internal) for identity columns that depend on sequences. These previously had deptype='a' (auto).
152481: parserutils: extract shared PopulateErrorDetails into new package r=yuzefovich a=yuzefovich
This allows us to break the dependency from `jsonpath/parser` on `sql/parser`.
Additionally, it fixes the bug where we used the hardcoded (inherited from `sql/parser`) code for ERROR token in other parsers - the method now explicitly takes that code as an argument.
Informs: #79357.
Epic: None
Release note: None
152537: cli/interactive_tests: use interrupt_and_wait helper everywhere r=rafiss a=rafiss
This helper was added in 799f5ab to reduce flakiness by waiting for process termination. This patch applies the same change to other tests that benefit.
fixes#152482
Release note: None
152538: roachtest: mark more activerecord tests as flaky r=rafiss a=rafiss
fixes#152405fixes#151710
Release note: None
Co-authored-by: Rafi Shamim <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
Copy file name to clipboardExpand all lines: pkg/cmd/roachtest/tests/activerecord_blocklist.go
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ var activeRecordIgnoreList = blocklist{
29
29
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_translate_no_connection_exception_to_not_established`: "pg_terminate_backend not implemented",
0 commit comments