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
147879: buildutil.bzl: fix disallowed_imports_test logic and refactor BUILD.bazel r=rickystewart a=suvaidkhan
Changes -
- Changed `allowList` logic to check for empty list
- Set `allowList` `disallowed_list` & `disallowed_prefixes` defaults to None and added None handling
- If no list is passed in `disallowed_imports_test` an error is thrown
- Refactored `disallowed_imports_test` in `pkg/server/diagnostics/BUILD.bazel`and `pkg/server/diagnostics/BUILD.bazel`
Fixes#139892
148236: roachtest: add buffered-writes variants of TPCC bench r=stevendanna a=miraradeva
This commit adds the following variants of TPCC bench:
- write buffering enabled, pipelining enabled (by default),
- write buffering enabled, pipelining disabled.
The former will help us compare the performance of buffered writes to the default setup, and the latter will inform our decision to replace pipelining with buffering altogether.
Part of: #148235
Release note: None
148302: changefeedccl: fix table drop shutdown for enriched envelope r=andyyang890 a=asg0451
Fixes a bug where feeds with enriched envelopes
and a `source` field could treat table drops as
transient errors.
Fixes: #148216
Release note: None
Co-authored-by: suvaidkhan <[email protected]>
Co-authored-by: Mira Radeva <[email protected]>
Co-authored-by: Miles Frankel <[email protected]>
0 commit comments