- add Tim Vaillancourt to maintainers #15851
- Load
--grpc_auth_static_client_creds
file once #15030
- Mysqld: capture mysqlbinlog std error output #15278
- fix backup goroutine leak #15410
- Ensure that WithParams keeps the transport #15421
- Configurable incremental restore files path #15451
- Use latest go version in update golang version workflow #15159
- Fix
docker_build_images
CI workflow #15635 - Continue building base/k8s when tag version is below v20 #15638
- Add
mysqlbinlog
andxtrabackup
to thevitess/lite
image #15775
- Fix type coercion between the sides of an UNION #15340
- evalengine: Ensure to pass down the precision #15611
- evalengine: Fix additional time type handling #15614
- projection: Return correct collation information #15801
ExecuteFetch
: error on multiple result sets #14949- GRPC: Address potential segfault in dedicated connection pooling #15751
- Properly unescape keyspace name in FindAllShardsInKeyspace #15765
- VReplication/OnlineDDL: reordering enum values #15103
- Remove
ALGORITHM=COPY
from Online DDL in MySQL>= 8.0.32
#15376 - Enum value parsing: do not parse by whitespace #15493
- Flaky test TestOnlineDDLVDiff: add additional check for vreplication workflow to exist #15695
schemadiff
:DROP COLUMN
not eligible forINSTANT
algorithm if covered by an index #15714schemadiff
INSTANT DDL: impossible changes on tables withFULLTEXT
index #15725- SchemaEngine: Ensure GetTableForPos returns table schema for "current" position by default #15912
- [release-20.0-rc] Online DDL shadow table: rename referenced table name in self referencing FK (#16205) #16208
- Make connection killing resilient to MySQL hangs #14500
- TxThrottler: dont throttle unless lag #14789
- Planner Bug: Joins inside derived table #14974
- fix: ignore internal tables in schema tracking #15141
- bugfix: wrong field type returned for SUM #15192
- Avoid rewriting unsharded queries and split semantic analysis in two #15217
- Fix Delete with multi-tables related by foreign keys #15218
- sqlparser: use integers instead of literals for Length/Precision #15256
- Fix Go routine leaks in streaming calls #15293
- Column alias expanding on ORDER BY #15302
- planner: support union statements with ctes #15312
- go/vt/discovery: use protobuf getters for SrvVschema #15343
- Bugfix: GROUP BY/HAVING alias resolution #15344
- SHOW VITESS_REPLICATION_STATUS: Only use replication tracker when it's enabled #15348
- Fixing Column aliases in outer join queries #15384
- Fix view tracking on sharded keyspace #15436
- engine: fix race in concatenate #15454
- Fix cycle detection for foreign keys #15458
- fail insert when primary vindex cannot be mapped to a shard #15500
- Fix aliasing in routes that have a derived table #15550
- bugfix: handling of ANDed join predicates #15551
- Make sure derived table column names are handled correctly #15588
- Fix TPCH test by providing the correct field information in evalengine #15623
- fix: don't forget DISTINCT for derived tables #15672
- Prevent adding to query details after unserve common has started #15684
- Fix panic in aggregation #15728
- fix: use correct flag field for udf tracking #15749
- Store Decimal precision and size while normalising #15785
- Fix Scale and length handling in
CASE
and JOIN bind variables #15787 - Fix derived table bug #15831
- Fix CTE query by fixing bindvar pushing in unions #15838
- Fix wrong assignment to
sql_id_opt
in the parser #15862 schemadiff
: moreINSTANT
DDL compliance #15871- fix: handle info_schema routing #15899
- fix: handle table_schema = '' without failing #15901
- Fix aliasing in queries by keeping required projections #15943
- connpool: Allow time out during shutdown #15979
schemadiff
: assume default collation for textual column when collation is undefined #16000- fix: remove keyspace when merging subqueries #16019
- [release-20.0-rc] fix: rows affected count for multi table update for non-literal column value (#16181) #16182
- [release-20.0-rc] Handle Nullability for Columns from Outer Tables (#16174) #16186
- mysqlctl: Improve handling of the lock file #15404
- Fix possible race in MySQL startup and vttablet in parallel #15538
- mysqlctld: setup a different default for onterm_timeout #15575
- Fix the race condition during vttablet startup #15731
- Throttler: fix nil pointer dereference error #15180
- Tablet throttler: starvation fix and consolidation of logic. #15398
- Dedicated poolDialer logic for VTOrc, throttler #15562
- Tablet throttler: recent check diff fix #16001
ApplySchema
: rerouteALTER VITESS_MIGRATION ... THROTTLE ...
viaUpdateThrottlerConfig
#16030
- discovery: Fix tablets removed from healthcheck when topo server GetTablet call fails #15633
- Fix ZooKeeper Topology connection locks not being cleaned up correctly #15757
- VReplication: disable foreign_key_checks for bulk data cleanup #15261
- VReplication: Make Target Sequence Initialization More Robust #15289
- MoveTables Atomic Mode: set FK checks off while deploying schema on targets #15448
- VReplication: Fix workflow filtering in GetWorkflows RPC #15524
- VReplication: Migrate intra-keyspace materialize workflows when Resharding the keyspace #15536
- VReplication: Fix workflow update changed handling #15621
- VReplication: Improve query buffering behavior during MoveTables traffic switching #15701
- VReplication: Take replication lag into account in VStreamManager healthcheck result processing #15761
- VReplication: Improve workflow cancel/delete #15977
- [release-20.0-rc] vtctldclient: Apply (Shard | Keyspace| Table) Routing Rules commands don't work (#16096) #16125
- [release-20.0-rc] VReplication: Improve workflow cancel/delete (#15977) #16130
- [release-20.0-rc] VDiff CLI: Fix VDiff
show
bug (#16177) #16199 - [release-20.0-rc] VReplication: handle escaped identifiers in vschema when initializing sequence tables (#16169) #16218
- [release-20.0-rc] VReplication Workflow: set state correctly when restarting workflow streams in the copy phase (#16217) #16223
- [VTAdmin API] Fix schema cache flag, add documentation #15704
- [VTAdmin] Remove vtctld web link, improve local example (#15607) #15824
- Correctly set log_dir default in vtcombo #15153
- Use the legacy name for timeouts #15689
- Add timeout to all the contexts used for RPC calls in vtorc #15991
- vtexplain: Fix setting up the column information #15275
- vtexplain: Ensure memory topo is set up for throttler #15279
- Revert unwanted logging change to
vttestserver
#15148 - use proper mysql version in the
vttestserver
images #15235
- [VTAdmin] Remove vtctld web link, improve local example #15607
- CI: Use v3 of fossa-action and exclude maven #15140
- mysql: move colldump to its own standalone repository #15166
- Remove concurrency group for check labels workflow #15197
- CI: Use FOSSA push-only token for license scans on PRs #15222
- Update FOSSA license scan links #15233
- Update toolchain version in go.mod #15245
- statsd: Update to datadog-go v5 API #15247
- Ensure to use latest golangci-lint #15413
- Fix go.mod #15416
- bump
github.com/golang/protobuf
tov1.5.4
#15426 - Update all actions setup to latest versions #15443
- CI: Disable CodeCov GitHub Changed Files Annotations #15447
- Update to latest CodeQL #15530
- Generate vtctldclient RPC client code from vtctlservice protobufs on make proto #15561
- Add @mattlord as CODEOWNER for vtctld[client] related things #15870
- Validate go versions in Static Code Checks CI #15932
- Add CODEOWNERS for tablet throttler and schemadiff #16036
- [release-20.0-rc] Add DCO workflow (#16052) #16057
- [release-20.0-rc] Remove DCO workaround (#16087) #16092
- Revert "[release-20.0-rc] Bump to
v20.0.0-SNAPSHOT
after thev20.00-RC1
release (#16142)" #16144
- Docker/vtadmin: Update node version #16145
- [main] Upgrade the Golang version to
go1.22.1
#15405 - Upgrade go version to go1.22.2 #15642
- [main] Upgrade the Golang version to
go1.22.3
#15865 - [release-20.0-rc] [release-20.0] Upgrade the Golang version to
go1.22.4
(#16060) #16064
onlineddl_scheduler
test: fix flakiness in artifact cleanup test #15396- Online DDL: fix flaky
onlineddl_scheduler
CI test #16011
- CI upgrade/downgrade tests for Online DDL / throttler / vreplication flow #16017
- VReplication: Get workflowFlavorVtctl endtoend testing working properly again #15636
- Update VTAdmin build script #15839
- Update to the latest x/net #15680
- Revert GRPC context changes #15780
- Upgrade the Golang Dependencies #15823
- Upgrade the Golang Dependencies #15942
- Bump vitess.io/vitess from 0.16.2 to 0.17.7 in /vitess-mixin #15918
- Update
github.com/Azure/go-autorest/autorest/adal
to fix Dependabot alert #15986
- Bump vite from 4.5.2 to 4.5.3 in /web/vtadmin #15634
- [release-20.0-rc] Update braces package (#16115) #16119
- Remove highcharts dependency pt. 1 #15970
- Add v20 changelog docs for PR #15030 #15367
- Fix docs for unmanaged tablets #15437
- [release-20.0-rc] Changelog 20.0: Fix broken links (#16048) #16075
- Add Shopify to
ADOPTERS.md
#15853 - [release-20.0-rc] release notes: update dml related release notes (#16241) #16246
- amend contributing guide to ban trivial contributions #15618
- remove koz from active maintainer list #15733
- Add lock shard docs #15981
- VDiff CLI: add missing target keyspace in VDiff command examples #15525
- Add changelogs for PR #15911 and #15919 #16044
- Point in time recovery and restore: assume (and validate) MySQL56 flavor in position arguments #15599
- mysqlctl: Improve backup restore compatibility check #15856
- [main] Add
release-19.0
to the auto go upgrade (#15157) #15168 - Update paths filter action #15254
- Add memory check for runners for VTOrc tests #15317
- Assign and tag the release team for go update/upgrade auto PRs #15737
- Add unmanaged tablet flag at vttablet level #14871
- Fix error message for planned reparent shard #15529
- Filter tablet map using valid candidates before reparenting to intermediate source #15540
- Add a default for
replica_net_timeout
#15663 - Add
GetServerStatus
RPC to use in PRS #16022
- Remove MySQL/Percona from the
vitess/lite
Docker image #15605 - Remove
vitess/base
andvitess/k8s
Docker images #15620
- Add types to Go SQL driver #15569
- evalEngine: Implement SPACE, REVERSE #15173
- evalengine: Implement LOCATE and friends #15195
- evalEngine: Implement string
INSERT
#15201 - evalengine: Implement BIN, OCT & CHAR functions #15226
- evalEngine: Implement ELT and FIELD #15249
- evalengine: Implement REPLACE #15274
- evalengine: Implement
TO_SECONDS
#15590 - evalengine: Fix temporal cases in
MAKETIME
#15709 - evalengine: Implement
SEC_TO_TIME
#15755 - evalengine: Add support for enum and set #15783
- Update
operator.yaml
and add schedule backup example #15969
- Enable gRPC Server Side Keepalive settings #14939
- queryserving, observability: instrument vttablet query cache plan hits/misses #14947
- VTGate Warnings: Add
WarnUnshardedOnly
to warnings counter #15033 - VDiff: Add some stats #15175
- DDL strategy flag
--unsafe-allow-foreign-keys
implies settingFOREIGN_KEY_CHECKS=0
#15432 schemadiff
:SubsequentDiffStrategy
: allow/reject multiple changes on same entity #15675- Online DDL: unsupporting
gh-ost
DDL strategy #15693 - Online DDL: better support for range partitioning #15698
- Limit concurrent creation of healthcheck gRPC connections #15053
- feat: use collation aware typing for UNION #15122
- Fix evalEngine functions for dates on/before
0000-02-29
#15124 - Subqueries in SET condition of UPDATE statement in presence of foreign keys #15163
- Feature: Adding support for Vindex Hints to allow for greater control over shard routing #15172
- Fix PRS from being blocked because of misbehaving clients #15339
- Filter by keyspace earlier in
tabletgateway
sWaitForTablets(...)
#15347 - Update Planning for Limits in the presence of foreign keys #15372
schemadiff
: supporting textual diff #15388- Use a throttled logger for exceeded memory warnings #15424
schemadiff
: support valid foreign key cycles #15431- Handle panics during parallel execution #15450
- Optimize with IN Clause for UPDATE/DELETE Statements on Vindexes #15455
schemadiff
: removeForeignKeyLoopError
and loop detection logic #15507- Add support for
row_alias
syntax added in MySQL 8.0.19. #15510 - test: failing unit test for type aggregation #15518
- Allow non-reserved-keywords for index names #15602
- feat: support IS UNKNOWN as synonym to IS NULL #15673
- Use Kill Query for Non-Transaction Query Execution and Update Query Timeout / Cancelled Error Message #15694
- Add schema tracking support for UDFs #15705
- Gen4 Planner: support aggregate UDFs #15710
- Prepare schema tracking for all UDFs #15732
- add udfs to vschema on update #15771
- fix: make sure string literals as columns are handled well #15820
- Improve
mcmp
type comparison #15821 - feat: optimise outer joins #15840
schemadiff
: atomic diffs for range partitionDROP PARTITION
statement #15843- Add error transformer to vtgate executor #15894
- allow query timeout hints on shard targeting #15898
- feat: add support for WITH ROLLUP #15930
schemadiff
: ALTER TABLE is not INSTANT-able if adding column with default expression value #16028
- Introducing
ExecuteMultiFetchAsDba
gRPC andvtctldclient ExecuteMultiFetchAsDBA
command #15506
- Topo: Add version support to GetTopologyPath #15933
- VReplication: Enforce consistent order for table copies and diffs #15152
- VReplication: use proper column collations in vstreamer #15313
- VStream: Allow for automatic resume after Reshard across VStreams #15395
- VReplication: Remove auto_increment clauses for MoveTables to a sharded keyspace #15679
- VReplication: Move ENUM and SET mappings from vplayer to vstreamer #15723
- VReplication: Add stream DDL processing stats #15769
- Improve WaitForPos errors, don't include Result struct in message #15962
- [vtcombo] Expose
--tablet_types_to_wait
flag #14951
- Add sql text counts stats to
vtcombo
,vtgate
+vttablet
#15897 vtgate
: support filtering tablets by tablet-tags #15911- Add support for sampling rate in
streamlog
#15919
- Improve VTOrc startup flow #15315
- Add api end point to print the current database state in VTOrc #15485
- Make
Durabler
interface methods public #15548 - VTOrc: Rework recovery registration #15591
proto
: lexical ordering ofExecuteMultiFetchAsDBA
#15558
- Add initialize-with-vt-dba-tcp flag to enable TCP/IP connection access to the underlying MySQL instance #15354
- CI workflows: Split long running vreplication workflows #15834
- [vtctldclient] Add GetShardReplication #15389
- Update with Limit Plan #15107
- Add support for Update Multi Table #15211
- Delete with subquery support #15219
- Multi Target Delete Support #15294
- Feature: Multi Target Update Support #15402
- Foreign Key: Add support for multi target delete #15504
- Foreign Key: Add support for Multi Table and Multi Target Update Statement #15523
- Respect Straight Join in Vitess query planning #15528
- feat: Add support for Insert with row alias #15790
- Add support for multi table update with non literal value #15980
- Tablet throttler: adding more stats #15224
- Experimental: Multi-tenant import support in Vitess #15503
- VDiff/OnlineDDL: add support for running VDiffs for OnlineDDL migrations #15546
- Multi-tenant MoveTables: Create vreplication streams only on specified shards #15746
- Multi-tenant MoveTables: allow switching replica/rdonly traffic separately before switching primary traffic #15768
- Multi-tenant migrations: add topo locking while updating keyspace routing rules #15807
- endtoend: Remove usage of deprecated terminology #15827
- [e2e] More vtctldclient updates in tests #15276
- wranger: Clean up leak check and use existing version #15334
- update andrew's email #15495
- Remove self-hosted runners in ci_workflow_gen #15989
- Linkname removal (step 1) #16016
- go/vt/wrangler: pass reparent options structs #15251
- delete TestActionAndTimeout #15322
- Deprecate old reparent metrics and replace with new ones #16031
- Revert the removal of the MySQL binaries in the
vitess/lite
image #16042 - [release-20.0-rc] Remove unnecessary Docker build workflows (#16196) #16201
- Update env.sh so that is does not error when running on Mac #15835
- Local Examples: Add --binary-as-hex=false flag to mysql alias #15996
- New for loops and some assert/require #15194
- Remove loopclosure captures from tests #15202
- Make
--pprof-http
default to false #15260 - discovery: Remove unused code #15332
- chore: remove repetitive words #15449
- Migrate to math/rand/v2 #15513
- Fix misorganized annotations #15566
- changelogs: squash 19.0.2/19.0.3 into just 19.0.3 and remove 19.0.2 #15665
- Cleanup usage of FLUSH PRIVILEGES #15700
- Upgrade the Golang Dependencies #15743
- grpc: Always pass through context for dialer #15781
- Switch to use semisync source / replica plugins #15791
- Use replica queries when available #15808
- messager: add consistent log prefix w/ table name #15973
- Upgrade the golang version used
vitess-mixin
#15972
- New unified internal table names format: part 2, generating new names #15178
- Make tablet collation mismatch warning throttled #15123
- schemadiff: Clean up MySQL version from diff hints #15210
- refactor: change FuncExpr to use Exprs instead of SelectExprs #15368
- refactor: clean up semantics package #15385
- planbuilder: Cleanup unused logic #15415
- cleanup: make sure we use the right Offset #15576
- Add more fields to the marshal output of column #15622
- modify error message when transaction not found in numbered pool #15760
- Delete the deprecated pool size flags #15844
- refactor: introduce helper method to extract logic #15939
- refactor: remove logical plan interface #16006
- Decouple topotools from vschema #16008
- srvtopo: Setup metrics in init() function #15304
- Revert "Skip for-loop alloc in
go/vt/discovery/healthcheck.go
" #15328 - mysqlctld: Remove unneeded resets in init_db.sql #15832
- mysql: Handle more deprecated SQL commands #15907
- topo: Clean up unused code #15515
- Etcd2Topo: Use node's ModRevision consistently for in-memory topo.Version value #15847
- Fix documentation for
--lock-timeout
#16021
- Remove Usage of VReplicationExec For _vt.vreplication Reads #14424
- VReplication: improve reliability of log management #15374
- delete unused code in vreplication e2e tests #15378
- MoveTables: remove option to specify source keyspace alias for multi-tenant migrations #15712
- Delete the deprecated vreplication tablet type flag #15857
- VReplication: Remove noisy logs #15987
- VReplication: refactor denied tables unit test, add couple more tests #15995
- Update Node version to current LTS release #15822
- go/cmd: Audit and fix context.Background() usage #15928
- Remove unneeded loading of the MySQL driver #15502
- vtorc: Cleanup unused code #15508
- Remove reading emergently instances #15580
- Cleanup unused vtorc code #15595
- VTOrc: Cleanup node registration and unused code #15617
- Remove unused code in VTOrc #15813
- vtorc: Switch to Vitess stats #15948
- Deprecate old metrics in VTOrc and replace with new ones #15994
- Remove legacy
EmergencyReparentShard
stats #15941
- Match MySQL's
LAST_INSERT_ID
behaviour #15697
- prevent vtctld from creating tons of S3 connections #15296
- Skip for-loop alloc in
go/vt/discovery/healthcheck.go
#15326 - logstats: do not allocate memory while logging #15539
- rewrite shuffleTablets to be clearer and more efficient #15716
- Fix: transition to
math/rand/v2
for Improved Performance and Code Clarity #15438
- VReplication Workflows (RowStreamer): explicitly set read only when creating snapshots in the copy phase #15690
- Improve performance for
BaseShowTablesWithSizes
query. #15713 - Do not load table stats when booting
vttablet
. #15715
- Fix routing rule query rewrite #15253
- fix: remove keyspace from column during query builder #15514
- Fix regression where inserts into reference tables with a different name on sharded keyspaces were not routed correctly. #15796
- fix: derived table join column expression to be part of add join predicate on rewrite #15956
- fix: insert on duplicate update to add list argument in the bind variables map #15961
- [release-20.0-rc] fix: order by subquery planning (#16049) #16133
- [release-20.0-rc] feat: add a LIMIT 1 on EXISTS subqueries to limit network overhead (#16153) #16192
- Enable 'heartbeat_on_demand_duration' in local/examples #15204
- Fix logging issue when running in Docker with the syslog daemon disabled #15176
- Bump to
v20.0.0-SNAPSHOT
after thev19.0.0-RC1
release #15138 - Copy
v19.0.0-RC1
release notes onmain
#15164 - Copy
v19.0.0
release notes onmain
#15417 - Copy
v17.0.6
release notes onmain
#15486 - Copy
v18.0.3
release notes onmain
#15488 - Copy
v19.0.1
release notes onmain
#15490 - Copy
v19.0.2
release notes onmain
#15647 - Copy
v18.0.4
release notes onmain
#15659 - Copy
v19.0.3
release notes onmain
#15661 - Copy
v18.0.5
release notes onmain
#15886 - Copy
v19.0.4
release notes onmain
#15887 - Copy
v17.0.7
release notes onmain
#15890 - [release-20.0-rc] Code Freeze for
v20.0.0-RC1
#16046 - Bump to
v21.0.0-SNAPSHOT
after thev20.0.0-RC1
release #16047 - [release-20.0-rc] Release of
v20.0.0-RC1
#16137 - [release-20.0-rc] Bump to
v20.0.0-SNAPSHOT
after thev20.0.0-RC1
release #16142 - [release-20.0-rc] Bump to
v20.0.0-SNAPSHOT
after thev20.0.0-RC1
release #16146 - [release-20.0-rc] Release of
v20.0.0-RC2
#16225 - [release-20.0-rc] Bump to
v20.0.0-SNAPSHOT
after thev20.0.0-RC2
release #16236
- Rewrite many tests to use vtctldclient invocations, mostly non-output related stuff #15270
- [e2e] vtctld init tablet and some output-based commands #15297
- CI: Address data races on memorytopo Conn.closed #15365
- Reduce excessing logging in CI #15462
- Split unit test and unit race into 2 components #15734
- CI: Address data race in TestSchemaVersioning #15998
- test: Replace t.fatalf with testify require #16038
- Add required tests for
internal/flag
#15220 - test: Add missing tests and refactor existing tests for
go/flagutil
#15789
- Fix Data race in tests introduced in #15934 #15993
- Added unit tests for cmd/internal/docgen package #15019
- unit test for go/yaml2/yaml.go #15027
- Added unit tests for
go/cmd/rulesctl/
package #15028 - Added tests for the go/trace package #15052
- Added missing tests for the go/streamlog package #15064
- Added unit tests for vt/grpcclient package #15072
- modernize various tests #15184
- go1.22: remove outdated loopclosure captures in tests #15227
- chore: modernize tests #15244
- Add required tests for
go/netutil
#15392 - Add required tests for
go/stats/opentsdb
#15394 - test: Replace
t.fatalf
with testifyrequire
ingo/vt/schemamanager
#15600 - Remove mysql 5.7 tests that are no longer required #15809
- Fix unit-test-runner bug #15815
- test: Add tests for
go/ioutil
and refactor existing #15885 - test: Add required tests for
vt/key
,timer
andcache/theine/bf
#15976
- VStreamer: add throttled logs when row/result/vstreamers get throttled. #14936
- test: skip should mark the correct *testing.T #15333
- test: Add required tests for
go/mysql/collations/charset
#15435 - test: Add missing tests for
go/mysql/datetime
#15501 - schemadiff: add
EntityDiffByStatement
, a testing friendly utility #15519 schemadiff
: better nil check validation #15526- Add testing for shard scoped foreign keys #15571
- chore: use interface instead of struct for tests #15581
- Fix AVG() sharded planning #15626
- Run launchable in unit race #15686
- Make upgrade downgrade tests faster by removing redundancy #15687
- Fix Foreign key fuzzer to ignore rows affected #15841
schemadiff
: adding charset/collation tests #15872- test: Add required tests for
go/logstats
#15893 - test: Add missing/required tests for
sqltypes
andmathstats
#15920 - test: Cleaner plan tests output #15922
- test: Use testify require/assert instead of t.Fatal/Error in
go/vt/throttler
#15703 - v20 backport: CI upgrade/downgrade tests for Online DDL / throttler / vreplication flow #16065
- [release-20.0-rc] v20 backport: CI upgrade/downgrade tests for Online DDL / throttler / vreplication flow (#16065) #16082
- VStreamer Unit Tests: framework to remove the need to specify serialized strings in row events for unit tests #14903
- VtctldClient Reshard: add e2e tests to confirm CLI options and fix discovered issues. #15353
- VStreamer unit test: port remaining tests to new framework #15366
- VReplication: Fix vtctldclient SwitchReads related bugs and move the TestBasicV2Workflows e2e test to vtctldclient #15579
- VStreamer unit tests: refactor pending test #15845
- Add missing tests for
go/vt/vtorc/collection
#15070
- Add tests for GetTablets partial results #15829
- Add
no_scatter
flag to vttestserver #15670