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
107199: cli: simplify output assertion in TestUnavailableZip r=ericharmeling a=ericharmeling
This commit removes the `datadriven.RunTest` call from `TestUnavailableZip`, as this unit test is meant to test the ability of debug zip to output while nodes are unavailable, and not meant to assert specific, non-deterministic output.
Fixescockroachdb#106961.
Release note: None
108211: plpgsql: add support for ELSIF branches r=DrewKimball a=DrewKimball
This patch adds support for executing PLpgSQL `IF` statements with `ELSIF` branches (else if). `IF` statements were already executed as CASE statements under the hood, so this change only requires building the `ELSIF` branches and appending them to the `whens` list.
Informs cockroachdb#105254
Release note (sql change): Added support for specifying PLpgSQL `IF` statements with `ELSIF` branches.
108538: internal/sqlsmith: don't generate UDFs with collated strings r=yuzefovich a=yuzefovich
Collated strings are not a valid return type for UDFs in Postgres, so they are disallowed. We already had the check in most places, and the only exception was if we created a mutation with a single RETURNING column of collated string type. This omission is now fixed.
Fixes: cockroachdb#108006.
Release note: None
108550: kv: add error return from Txn.PrepareForRetry r=nvanbenschoten a=nvanbenschoten
Instead of using `log.Fatal`, return assertion errors.
Epic: None
Release note: None
108558: kvstreamer: fix up some comments r=yuzefovich a=yuzefovich
As of d564a0c we no longer use FIFO order in the OutOfOrder requests provider, so this commit adjusts the comments accordingly.
Epic: None
Release note: None
Co-authored-by: Eric Harmeling <[email protected]>
Co-authored-by: Drew Kimball <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
Co-authored-by: Nathan VanBenschoten <[email protected]>
0 commit comments