Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
135 commits
Select commit Hold shift + click to select a range
bd0a4ed
Release commit for 12.0.0-rc1
frouioui Oct 5, 2021
1ddb566
Back to dev mode
frouioui Oct 5, 2021
aef734e
e2e test for stream messages
harshit-gangal Oct 4, 2021
ce9f1ad
StreamExecute grpc fix to set default tablettype if not provided
harshit-gangal Oct 4, 2021
65fa4d2
set default target only when tablet_type is present
harshit-gangal Oct 4, 2021
3fcae5a
PR #6630 translated gRPC error message to ERNetPacketTooLarge, but only
aquarapid Sep 20, 2021
70deb16
Inclusive naming: fix are-you-alive example and orc_test.sh
deepthi Oct 4, 2021
17c0d11
Merge pull request #8937 from planetscale/jg_8853_backport
systay Oct 7, 2021
562560b
Merge pull request #8933 from planetscale/bp-8926
harshit-gangal Oct 7, 2021
f0094b5
Handle unhealthy tablets more safely
mattlord Oct 7, 2021
4a9054a
Merge pull request #8950 from planetscale/Backport8943
systay Oct 7, 2021
2b703ac
shard targeted show query test
harshit-gangal Oct 5, 2021
ad691e0
show query to use targeted destination
harshit-gangal Oct 5, 2021
81fbc44
removed show tables from executor other test
harshit-gangal Oct 5, 2021
0c2640d
add support for distinct on pullout subquery plan
harshit-gangal Oct 7, 2021
13cca99
Merge pull request #8730 from vitessio/TestVReplCharColWBinaryCollation
sougou Oct 7, 2021
9c3ddff
Merge pull request #8954 from planetscale/Backport8730
deepthi Oct 8, 2021
a3fea45
Merge pull request #8951 from planetscale/bp-8935
systay Oct 8, 2021
48bec85
Merge pull request #8952 from planetscale/bp-8947
harshit-gangal Oct 8, 2021
eb603b1
go fmt
deepthi Oct 8, 2021
ad0d816
Merge pull request #8941 from planetscale/ds-aya-naming
deepthi Oct 9, 2021
fc24b0a
OnlineDDL in v12: remove legacy code deprecated in earlier version
shlomi-noach Oct 10, 2021
dcb993d
Adding release notes
shlomi-noach Oct 12, 2021
15f905b
Support MariaDB with SHOW vitess_replication_status
mattlord Oct 13, 2021
75a3b80
Merge pull request #8979 from planetscale/VTExplainGen4
harshit-gangal Oct 15, 2021
2e47773
Merge pull request #8967 from ajm188/vtctl-command-deprecations
Oct 15, 2021
f419585
Merge pull request #9003 from planetscale/Backport8979-12.0
askdba Oct 18, 2021
b8bde69
Merge pull request #9004 from ajm188/backport-vtctl-command-deprecations
deepthi Oct 18, 2021
3327311
messager: call stopVStream with mu lock
derekperkins Oct 8, 2021
f59926e
messager: make wg.(Add|Done) pairs more obvious
derekperkins Oct 8, 2021
3a25b6c
messager: defer Broadcast when leaving empty state
derekperkins Oct 8, 2021
440738b
messager: set isOpen while holding lock
derekperkins Oct 8, 2021
71b97a9
Break out the function vtgate needs from tabletserver, to avoid pulling
aquarapid Oct 5, 2021
10f04c2
Move vault auth server code into own package to avoid polluting vttablet
aquarapid Oct 5, 2021
ee21254
Fix formatting and govet warnings
aquarapid Oct 5, 2021
b5d7912
Move tablet type util to topoproto instead
aquarapid Oct 5, 2021
d992a8c
e2e test for sql_select_limit
harshit-gangal Oct 7, 2021
6da3b30
vttablet to not use sql_select_limit to error out on max rows fetch l…
harshit-gangal Oct 7, 2021
392456b
rewrite select statement when sql_select_limit is set on the session
harshit-gangal Oct 7, 2021
2dab477
added e2e test to validate correct plan cache is used in sql_select_l…
harshit-gangal Oct 7, 2021
48bf08e
SqlSelectLimitUnset to -1 as const for sql_select_limt not set
harshit-gangal Oct 7, 2021
b42e73f
Merge pull request #9022 from derekperkins/backport-messages
deepthi Oct 19, 2021
3e753d8
Merge pull request #8985 from planetscale/ShowVitessReplicationStatus…
deepthi Oct 19, 2021
a157e1a
switchtraffic updates for region sharding examples
hallaroo Oct 19, 2021
7f9d101
fix e2e test to use only v3 plan over gen4_compare_v3 planner
harshit-gangal Oct 20, 2021
68812fa
requested edits
hallaroo Oct 20, 2021
e9dd35e
handle sql_mode differently for new value change validation
harshit-gangal Oct 18, 2021
61a1c66
convert to upper case while storing and checking on map. Add unit tes…
harshit-gangal Oct 19, 2021
179d5ac
string encoding for sql_mode value
harshit-gangal Oct 19, 2021
10ee42b
Merge pull request #9027 from planetscale/jg_backport_8944
harshit-gangal Oct 20, 2021
7041b67
Quick fix for schema tracker not recognizing RENAME for schema reloading
aquarapid Oct 8, 2021
eae51bc
Merge branch 'release-12.0' into v12-deprecate-onlineddl-vexec-backport
shlomi-noach Oct 20, 2021
0eb1baa
Merge pull request #9041 from planetscale/bp-9014
harshit-gangal Oct 20, 2021
4d1d0a0
missed 203 edits
hallaroo Oct 20, 2021
b83170e
caps issues
hallaroo Oct 20, 2021
d50063f
region_sharding: SwitchTraffic expects tablet_types to be lowercase
deepthi Oct 20, 2021
349f69e
Migrate k8s topo CRD to v1 api
carsonoid Oct 21, 2021
cb3721c
Merge pull request #8972 from planetscale/v12-deprecate-onlineddl-vex…
shlomi-noach Oct 21, 2021
56d3764
add unit test for savepoint with reserved connection
harshit-gangal Oct 19, 2021
9318c01
starting transaction on reserved connection should also send savepoin…
harshit-gangal Oct 19, 2021
68d4a8b
add e2e test for savepoint with reserved connection
harshit-gangal Oct 19, 2021
4586c55
added an extra field to proto packet for reservedbeginexecute
GuptaManan100 Oct 20, 2021
b710570
added postBeginQueries to reserveBeginExecute API
GuptaManan100 Oct 20, 2021
c114db4
fix savepoints in reserved connections
GuptaManan100 Oct 20, 2021
b9ccd01
added savepoint tests in tablet reserved connections
harshit-gangal Oct 20, 2021
91b4b1a
update vtadmin proto deps
harshit-gangal Oct 21, 2021
d147fd1
Trigger CI
harshit-gangal Oct 21, 2021
d728b27
Renamed docker_test workflows
frouioui Oct 4, 2021
dd634aa
Duplicated cluster 26 to have both docker_26 and Cluster 27
frouioui Oct 5, 2021
a58b8cb
Removed docker 26 workflow
frouioui Oct 7, 2021
61fdafa
Merge pull request #9047 from planetscale/bp-9030
harshit-gangal Oct 21, 2021
9e9f803
Merge pull request #9046 from carsonoid/carsonoid-9044-v12
deepthi Oct 21, 2021
68b4684
Merge pull request #9026 from planetscale/jg_backport_8931
deepthi Oct 21, 2021
14f8c7a
Merge pull request #9031 from vitessio/mp-region-sharding
deepthi Oct 21, 2021
75aca7d
Merge pull request #9048 from planetscale/backport-12-rename-docker-a…
deepthi Oct 21, 2021
480b2c8
example/operator: Update operator.yaml to v2.5.0
dctrwatson Oct 18, 2021
2d20fbf
Add resource limits to mysqld/vttablet in example cluster
dctrwatson Oct 20, 2021
aedf666
Update k8s version used by minikube in readme
dctrwatson Oct 20, 2021
484812d
add limits to vttablet/mysqld in 201 and 302 as well
deepthi Oct 20, 2021
98e134a
example/operator: Update operator.yaml to v2.5.0
dctrwatson Oct 18, 2021
3563214
Add resource limits to mysqld/vttablet in example cluster
dctrwatson Oct 20, 2021
3852698
Update k8s version used by minikube in readme
dctrwatson Oct 20, 2021
0ebd5bc
add limits to vttablet/mysqld in 201 and 302 as well
deepthi Oct 20, 2021
c1ac60a
Merge pull request #9057 from planetscale/at-backport-operator-updates
deepthi Oct 21, 2021
61350a1
InitShardPrimary: don't use new InitPrimary RPC yet
deepthi Oct 21, 2021
3bca102
Merge pull request #9058 from planetscale/ds-fix-isp
deepthi Oct 22, 2021
a1f959f
tabletmanager: correct implementations of deprecated RPCs for backwar…
deepthi Oct 22, 2021
92663b5
handle cases for single column vindex with multi columns to define un…
harshit-gangal Oct 22, 2021
e45b88c
removed support for multi-column vindex selection
harshit-gangal Oct 22, 2021
84d04e3
renamed multiIndex to nameLkpIndex
harshit-gangal Oct 22, 2021
2300548
added multi column vindex to plan test
harshit-gangal Oct 22, 2021
eac9e2a
added multi column vindex to plan tests
harshit-gangal Oct 22, 2021
21ef320
Merge pull request #9059 from planetscale/ds-fix-prs
Oct 22, 2021
cdb4a09
Merge pull request #9061 from planetscale/bp-9060
harshit-gangal Oct 22, 2021
6096d73
Merge pull request #9043 from planetscale/jg_backport_8963
deepthi Oct 22, 2021
34934b4
12.0.0: add buffering and deprecations to release notes
deepthi Oct 25, 2021
43b6034
Merge pull request #9078 from planetscale/ds-upd-12-rel-notes
askdba Oct 26, 2021
525eb66
Update Operator example Pre v12.0.0
askdba Oct 25, 2021
97b4b78
Apply DS corrections
askdba Oct 26, 2021
3533f20
Merge pull request #9085 from planetscale/at-backport-vtop-example
askdba Oct 26, 2021
de06fca
Release commit for 12.0.0
askdba Oct 26, 2021
e74b1c5
Back to dev mode
askdba Oct 26, 2021
23a12ac
Merge pull request #9086 from planetscale/at-release-12.0.0
deepthi Oct 29, 2021
df7fe93
updating usage of vertical and horizontal splits
hallaroo Oct 29, 2021
62b8e97
Merge pull request #9121 from vitessio/mp-splits
askdba Nov 1, 2021
322ac09
Merge pull request #9118 from planetscale/NormalizeHexValuesInQueries
systay Nov 4, 2021
bb3cd18
avoid producing wrong plans
harshit-gangal Nov 9, 2021
fbf0039
Add enable_system_settings flag change
askdba Nov 4, 2021
4861089
Fix Heading
askdba Nov 4, 2021
7a37d97
Merge pull request #9167 from planetscale/bp-9161
harshit-gangal Nov 9, 2021
410a494
Merge pull request #9168 from planetscale/at-v12-relnotes-main
frouioui Nov 9, 2021
22b2799
Merge pull request #9145 from planetscale/NormalizeHexValuesInQueries…
deepthi Nov 9, 2021
dc542ad
Merge pull request #9175 from ajm188/v2-dropsources-keepdata
Nov 10, 2021
438fb06
messager: cleanup interdependecies
vmg Nov 10, 2021
7bc70f1
Merge pull request #9210 from vitessio/release-12.0-messager-deadlock
deepthi Nov 12, 2021
351e414
Fix local change that was committed erroneously
rohit-nayak-ps Nov 12, 2021
baaad40
restore 'vtctl VExec' command
shlomi-noach Nov 14, 2021
e077ab5
make sure to copy bindvars when using them concurrently
systay Nov 11, 2021
a54b0dc
fix end to end test query
GuptaManan100 Nov 11, 2021
9f9e3d8
remove keyspace from query before sending it on
systay Nov 11, 2021
7210c61
Merge pull request #9246 from planetscale/backport-9191-to-12
harshit-gangal Nov 16, 2021
baa5c8d
Merge pull request #9247 from planetscale/backport-9190-to-12
systay Nov 16, 2021
aee4b9c
Merge pull request #9223 from planetscale/backport_9211
deepthi Nov 17, 2021
b0e2e85
restored original 12.0.0 release notes, created 12.0.1 release ntoes
shlomi-noach Nov 17, 2021
a3ee09f
refactor: rename master to primary/source in web interface of vtorc
GuptaManan100 Nov 15, 2021
ecba73c
Merge pull request #9254 from planetscale/vtorc-ui-fix-12.0
harshit-gangal Nov 18, 2021
d184953
Merge pull request #9178 from ajm188/backport-9175
Nov 18, 2021
d93953a
Merge pull request #9227 from planetscale/restore-vexec-v12
deepthi Nov 21, 2021
76d184a
fix: fix show stmt in prepare call
frouioui Nov 23, 2021
7b289c5
refactor: Prepare method
harshit-gangal Nov 23, 2021
01fabe8
Merge pull request #9282 from planetscale/bp-9268
harshit-gangal Nov 23, 2021
fe0af27
Merge pull request #9277 from planetscale/BinaryVindexHexVal
deepthi Nov 29, 2021
5bc98f5
Merge pull request #9293 from planetscale/backport9277to12.0
deepthi Dec 1, 2021
5961180
Take MySQL column type into account in vstreamer
mattlord Dec 7, 2021
42e5606
Detect and handle MySQL 8 specifically in vstreamer tests
mattlord Dec 8, 2021
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
53 changes: 53 additions & 0 deletions .github/workflows/cluster_endtoend_vtgate_v3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"

name: Cluster (vtgate_v3)
on: [push, pull_request]
concurrency:
group: format('{0}-{1}', ${{ github.ref }}, 'Cluster (vtgate_v3)')
cancel-in-progress: true

jobs:
build:
name: Run endtoend tests on Cluster (vtgate_v3)
runs-on: ubuntu-18.04

steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Tune the OS
run: |
echo '1024 65535' | sudo tee -a /proc/sys/net/ipv4/ip_local_port_range

# TEMPORARY WHILE GITHUB FIXES THIS https://github.com/actions/virtual-environments/issues/3185
- name: Add the current IP address, long hostname and short hostname record to /etc/hosts file
run: |
echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
# DON'T FORGET TO REMOVE CODE ABOVE WHEN ISSUE IS ADRESSED!

- name: Check out code
uses: actions/checkout@v2

- name: Get dependencies
run: |
sudo apt-get update
sudo apt-get install -y mysql-server mysql-client make unzip g++ etcd curl git wget eatmydata
sudo service mysql stop
sudo service etcd stop
sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
go mod download

wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb
sudo apt-get install -y gnupg2
sudo dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb
sudo apt-get update
sudo apt-get install percona-xtrabackup-24

- name: Run cluster endtoend test
timeout-minutes: 30
run: |
source build.env
eatmydata -- go run test.go -docker=false -print-log -follow -shard vtgate_v3
31 changes: 0 additions & 31 deletions .github/workflows/docker_test_3.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: docker_test_1
name: docker_test_cluster_10
on: [push, pull_request]
jobs:

build:
name: Docker Test 1
name: Docker Test Cluster 10
runs-on: ubuntu-latest

steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: docker_test_2
name: docker_test_cluster_25
on: [push, pull_request]
jobs:

build:
name: Docker Test 2
name: Docker Test Cluster 25
runs-on: ubuntu-latest

steps:
Expand Down
Loading