Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ejortegau/txthrottler dont throttle unless lag #14773

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
626907b
add dependabot config (#153)
maksimov Nov 6, 2023
7690988
Merge branch 'vitessio:main' into main
timvaillancourt Nov 7, 2023
e6ad43b
examples: fix flag syntax for zkctl (#14469)
deepthi Nov 7, 2023
cb30f78
Add support for AVG on sharded queries (#14419)
systay Nov 8, 2023
df8b428
Bump google.golang.org/grpc from 1.55.0-dev to 1.56.3 (#14364)
dependabot[bot] Nov 8, 2023
9b1ce78
Refactor: use NonEmpty() instead of !IsEmpty() (#14499)
systay Nov 9, 2023
f653ae1
Foreign key on update action with non literal values (#14278)
harshit-gangal Nov 10, 2023
8c80b7f
planbuilder bugfix: expose columns through derived tables (#14501)
systay Nov 10, 2023
eeac346
[main] Upgrade the Golang version to `go1.21.4` (#14488)
github-actions[bot] Nov 10, 2023
5379551
move over 16.0.6 and 17.0.4 release notes to main (#14508)
harshit-gangal Nov 13, 2023
cb45185
Add `SHOW VSCHEMA KEYSPACES` query (#14505)
GuptaManan100 Nov 13, 2023
cb98acd
Update create_release.sh (#14492)
lixin963 Nov 13, 2023
22f1b22
release notes: add FK import to summary (#14518)
deepthi Nov 14, 2023
71bd1e0
Support `fast_analyze_table` variable, introduced in public MySQL for…
shlomi-noach Nov 14, 2023
4577732
Online DDL: edit CONSTRAINT names in CREATE TABLE (#14517)
shlomi-noach Nov 15, 2023
43d72a8
Online DDL: fix endtoend test dropping foreign key (#14522)
shlomi-noach Nov 15, 2023
1cad333
MysqlCtl: implement missing `ReadBinlogFilesTimestamps` function (#14…
shlomi-noach Nov 15, 2023
f2b9ef8
`Replace into` statement plan with foreign keys : unsharded (#14396)
harshit-gangal Nov 15, 2023
22e4c20
Reduce wait time in test helpers (#14476)
dbussink Nov 15, 2023
fd04502
VReplication: VTTablet flag cleanup (#14297)
mattlord Nov 15, 2023
29c1272
Fix #14414: resilient_server metrics name/prefix logic is inverted, …
aquarapid Nov 16, 2023
1881925
Add HealthCheck's `healthy` map to the VTGate UI (#14521)
frouioui Nov 16, 2023
4edc0f3
Fix missing query serving error code (#14520)
frouioui Nov 16, 2023
e622992
Fix type coercion in cascading non-literal updates (#14524)
GuptaManan100 Nov 16, 2023
ccf3017
Use hash joins when nested loop joins are not feasible (#14448)
systay Nov 16, 2023
b6ce0a0
Support cluster bootstrapping in vtctldclient (#14315)
mattlord Nov 16, 2023
cf5f274
Add support for new lock syntax in MySQL8 (#13965)
arthurschreiber Nov 16, 2023
59d3d23
Replace usages of bytes.Buffer with strings.Builder (#14539)
mattrobenolt Nov 17, 2023
bda4f9a
Make `Foreign_key_checks` a Vitess Aware variable (#14484)
GuptaManan100 Nov 20, 2023
63aadd1
Enable `Replace Into` engine and Fix Foreign key locking issue (#14532)
harshit-gangal Nov 20, 2023
2e13b10
evalengine: Improve the typing situation for functions (#14533)
dbussink Nov 20, 2023
6fe1858
mysqlctl: Cleanup stale socket lockfile (#14553)
dbussink Nov 20, 2023
ae1dad9
Remove excessive VTGate logging of default planner selection (#14554)
harshit-gangal Nov 21, 2023
1b6d257
Fix nullability checks in evalengine (#14556)
GuptaManan100 Nov 21, 2023
6547619
fix: mismatch in column count and value count (#14417)
FirePing32 Nov 21, 2023
f89ade4
expression rewriting: enable more rewrites and limit CNF rewrites (#1…
systay Nov 22, 2023
27820b5
planbuilder: push down ordering through filter (#14583)
systay Nov 22, 2023
f56ab43
v18.0.1 release notes to main (#14579)
harshit-gangal Nov 22, 2023
85a4ffe
bug fix: stop all kinds of expressions from cnf-exploding (#14585)
systay Nov 23, 2023
d73d9e2
fix concurrency on stream execute engine primitives (#14586)
harshit-gangal Nov 23, 2023
174ca1f
Snapshot connection: revert to explicit table locks when `FTWRL` is u…
shlomi-noach Nov 23, 2023
bc83e8a
implement `--max-report-sample-rows` for VDiff (#14437)
mcrauwel Nov 24, 2023
d6e5d86
mysqlctl: Fix cleaning up the stale lock file (#14600)
dbussink Nov 24, 2023
88ae1d8
Type Cast all update expressions in verify queries (#14555)
GuptaManan100 Nov 24, 2023
bc286c8
Miscellaneous typo fixes to comments (#14472)
rohit-nayak-ps Nov 25, 2023
f06cea2
Foreign Key Fuzzer Benchmark (#14542)
GuptaManan100 Nov 27, 2023
97aba81
VReplication: extended e2e test for workflows with tables containing …
rohit-nayak-ps Nov 27, 2023
10c843e
plabuilder: use OR for not in comparisons (#14607)
systay Nov 27, 2023
132cbf0
evalengine: Fix the min / max calculation for decimals (#14614)
dbussink Nov 27, 2023
34127dd
Replace use of `WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS` with `WAIT_FOR_EXE…
shlomi-noach Nov 27, 2023
0dc027d
evalengine: Handle zero dates correctly (#14610)
dbussink Nov 27, 2023
46d1c01
Add summary changes for recent PRs (#14598)
GuptaManan100 Nov 27, 2023
79ece46
Set minimal tokens for auto_approve_pr (#14534)
pnacht Nov 27, 2023
0dac1b6
Support unlimited number of ORs in `ExtractINFromOR` (#14566)
frouioui Nov 27, 2023
7fd0930
remove deprecated flags from the codebase (#14544)
Nov 27, 2023
71e5bce
logging: log time taken for tablet initialization only once (#14597)
deepthi Nov 27, 2023
9b80411
Make vttablet wait for vt_dba user to be granted privileges (#14565)
GuptaManan100 Nov 28, 2023
02b445c
tabletserver: Skip wait for DBA grants for external tablets (#14629)
dbussink Nov 28, 2023
0d1206e
Materializer: normalize schema via schemadiff on --atomic-copy (#14636)
shlomi-noach Nov 29, 2023
372d3e7
Fix license header typo (#14630)
frouioui Nov 29, 2023
9f6f5f6
Add log for error to help debug (#14632)
GuptaManan100 Nov 29, 2023
277d786
refactor the INSERT engine primitive (#14606)
systay Nov 29, 2023
452c05e
Add wait for reading mycnf to prevent race (#14626)
GuptaManan100 Nov 29, 2023
217c2d7
increase vtctlclient backupShard command success rate (#14604)
jwangace Nov 30, 2023
ffd7cc5
bugfix: do not rewrite an expression twice (#14641)
systay Nov 30, 2023
c1790dd
refactor: minor cleanups in planner code (#14642)
systay Nov 30, 2023
06c8c54
VReplication TableStreamer: Only stream tables in tablestreamer (igno…
rohit-nayak-ps Nov 30, 2023
4aebf1c
Allow for passing in the MySQL shutdown timeout (#14568)
dbussink Nov 30, 2023
c5ee488
mysqlctl: Error out on stale socket (#14650)
dbussink Nov 30, 2023
0fbae2e
Flakes: Shutdown vttablet before mysqld in backup tests (#14647)
mattlord Nov 30, 2023
48a6690
planbuilder: clean up code (#14657)
systay Dec 4, 2023
15607eb
vtbackup: Fix copy pasta typo in option description (#14664)
dbussink Dec 4, 2023
4fb3c3f
VReplication: Properly Handle FK Constraints When Deferring Secondary…
mattlord Dec 4, 2023
eae8894
TableGC: speed up GC process via `RequestChecks()`. Utilized by Onlin…
shlomi-noach Dec 4, 2023
2da95cf
Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /web/vtadmin (#14654)
dependabot[bot] Dec 4, 2023
7506019
Add summary changes to indicate MySQL 5.7 is EOL and Vitess is droppi…
GuptaManan100 Dec 4, 2023
5af5ad6
Fix Panic in PRS due to a missing nil check (#14656)
GuptaManan100 Dec 5, 2023
a818854
Take replication lag into account while selecting primary candidate (…
GuptaManan100 Dec 5, 2023
5929d42
tabletserver: do not consolidate streams on primary tablet when conso…
maxenglander Dec 5, 2023
85e804e
Postpone waiting for dba grants after restore has succeeded (#14680)
GuptaManan100 Dec 5, 2023
f0c0a92
schemadiff: granular foreign key reference errors (#14682)
shlomi-noach Dec 5, 2023
324364d
Make vttestserver docker image work with vtctldclient (#14665)
GuptaManan100 Dec 5, 2023
302b488
go/vt/topo: enable concurrency for FindAllShardsInKeyspace (#14670)
mdlayher Dec 5, 2023
4e8be87
go/vt/vttablet: fix nilness issues (#14686)
mdlayher Dec 6, 2023
c40e911
go/vt/vtgate: fix nilness issues (#14685)
mdlayher Dec 6, 2023
6e59cfc
[main] Upgrade the Golang version to `go1.21.5` (#14689)
github-actions[bot] Dec 6, 2023
98e412b
go/vt/vtadmin: fix nilness issues (#14687)
mdlayher Dec 6, 2023
4bec17e
go/cache: fix nilness issues and unused code (#14688)
mdlayher Dec 6, 2023
21bba51
schemadiff: pursue foreign key errors and proceed to build schema (#1…
shlomi-noach Dec 6, 2023
4a85ef7
add foreign key as part of set statement when reserved connection is …
harshit-gangal Dec 6, 2023
fc4a74b
bugfix: use the original expression and not the alias (#14704)
systay Dec 6, 2023
90ea96f
Fail correlated subquery in planning phase instead of a runtime error…
GuptaManan100 Dec 6, 2023
361a43b
VReplication VPlayer: support statement and transaction batching (#14…
mattlord Dec 7, 2023
529f300
go/vt/vtctl: fix nilness issues and error scopes (#14711)
mdlayher Dec 7, 2023
7fc6a9a
go/vt/wrangler: fix nilness issues and unused variable (#14710)
mdlayher Dec 7, 2023
6e5bd6e
go/vt/topo: fix nilness issues and unused variables (#14709)
mdlayher Dec 7, 2023
26c557e
Fix RegisterNotifier to use a copy of the tables to prevent data race…
GuptaManan100 Dec 7, 2023
c02f941
Reduce flakiness in TestShardReplicationPositions (#14708)
Dec 7, 2023
093d723
Flaky TestFKExtWorkflow: fix Foreign Key stress test flakiness (#14714)
rohit-nayak-ps Dec 7, 2023
9172bb3
Fix typo for `--cells` flag help description in `ApplyRoutingRules` (…
iheanyi Dec 7, 2023
f27a574
Add step to static check to ensure consistency of GHA workflows (#14724)
frouioui Dec 8, 2023
d3750cd
connpool: fix racy test (#14731)
vmg Dec 8, 2023
5c2f6b3
build: Allow compilation on Windows (#14718)
dbussink Dec 8, 2023
6c68227
fix: flush tables with read lock to run only with reserved connection…
harshit-gangal Dec 8, 2023
a2fe7ae
mysql: Refactor out usage of servenv (#14732)
dbussink Dec 8, 2023
30ee133
TabletServer: Handle nil targets properly everywhere (#14734)
mattlord Dec 9, 2023
76081ef
Replication: Have the DB flavor process waiting for a pos (#14745)
mattlord Dec 11, 2023
ff40d03
Debug vars: Expose build version in `/debug/vars` (#14713)
tycol7 Dec 11, 2023
a8550d8
Keyspace ServedFrom: remove this deprecated attribute and related cod…
rohit-nayak-ps Dec 11, 2023
8dc7600
fix: insert on duplicate key update missing BindVars (#14728)
wlx5575 Dec 12, 2023
a0239ea
Add a retry to remove the vttablet directory during upgrade/downgrade…
frouioui Dec 12, 2023
75e06df
Optimise hash joins (#14644)
systay Dec 12, 2023
d75954f
schemadiff: additional FK column type matching rules (#14751)
shlomi-noach Dec 12, 2023
4d9ca44
build(deps): bump com.google.guava:guava from 30.1.1-jre to 32.0.0-jr…
dependabot[bot] Dec 12, 2023
31b0959
Add foreign key support for insert on duplicate key update (#14638)
harshit-gangal Dec 12, 2023
a5cbcd1
Use GetTabletsByCell in healthcheck (#14693)
deepthi Dec 12, 2023
327549e
Pass on vindex errors with wrap than overriding them (#14737)
harshit-gangal Dec 12, 2023
764d70c
Tablet throttler: post 18 refactoring, race condition fixes, unit & r…
shlomi-noach Dec 13, 2023
bebddba
Online DDL: support migration cut-over backoff and forced cut-over (#…
shlomi-noach Dec 13, 2023
39ad5e6
TxThrottler only throttles if current lag is above threshold.
ejortegau Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
target-branch: "slack-vitess-r14.0.5"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
target-branch: "slack-vitess-r12.0.5"
2 changes: 1 addition & 1 deletion .github/workflows/assign_milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Checkout code
uses: actions/checkout@v3
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/auto_approve_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ on:
pull_request:
types: [opened, reopened]

permissions:
contents: read

jobs:
auto_approve:
name: Auto Approve Pull Request
runs-on: ubuntu-latest

permissions:
pull-requests: write # only given on local PRs, forks run with `read` access

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Auto Approve Pull Request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_make_vtadmin_authz_testgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/setup-go@v4
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.vtadmin_changes == 'true'
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Tune the OS
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.vtadmin_changes == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_make_vtadmin_web_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-go@v4
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.proto_changes == 'true'
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Setup Node
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.proto_changes == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_backup_pitr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_mysql80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_revert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_vrepl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_schemadiff_vrepl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down
Loading
Loading