Skip to content

Commit 38ff56b

Browse files
ci: set VTDATAROOT to /tmp/ folder to avoid long socket file paths (vitessio#9980)
Signed-off-by: Manan Gupta <manan@planetscale.com>
1 parent c82d09a commit 38ff56b

File tree

64 files changed

+192
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+192
-0
lines changed

.github/workflows/cluster_endtoend_12.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_13.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_15.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_17.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_18.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Run cluster endtoend test
7373
timeout-minutes: 30
7474
run: |
75+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
76+
# which musn't be more than 107 characters long.
77+
export VTDATAROOT="/tmp/"
7578
source build.env
7679
7780
set -x

.github/workflows/cluster_endtoend_19.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_20.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_21.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_22.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_24.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Run cluster endtoend test
7373
timeout-minutes: 30
7474
run: |
75+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
76+
# which musn't be more than 107 characters long.
77+
export VTDATAROOT="/tmp/"
7578
source build.env
7679
7780
set -x

.github/workflows/cluster_endtoend_26.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_ers_prs_newfeatures_heavy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_mysql80.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
- name: Run cluster endtoend test
7878
timeout-minutes: 30
7979
run: |
80+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
81+
# which musn't be more than 107 characters long.
82+
export VTDATAROOT="/tmp/"
8083
source build.env
8184
8285
set -x

.github/workflows/cluster_endtoend_onlineddl_declarative.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_ghost.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_revert.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_revertible.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_scheduler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_singleton.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_vrepl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_vrepl_stress.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_suite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_onlineddl_vrepl_suite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_resharding.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_resharding_bytes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_schemadiff_vrepl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_shardedrecovery_stress_verticalsplit_heavy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_tabletmanager_consul.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Run cluster endtoend test
7373
timeout-minutes: 30
7474
run: |
75+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
76+
# which musn't be more than 107 characters long.
77+
export VTDATAROOT="/tmp/"
7578
source build.env
7679
7780
set -x

.github/workflows/cluster_endtoend_tabletmanager_tablegc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_tabletmanager_throttler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_tabletmanager_throttler_custom_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_vreplication_across_db_versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
- name: Run cluster endtoend test
7878
timeout-minutes: 30
7979
run: |
80+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
81+
# which musn't be more than 107 characters long.
82+
export VTDATAROOT="/tmp/"
8083
source build.env
8184
8285
set -x

.github/workflows/cluster_endtoend_vreplication_basic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_vreplication_cellalias.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_vreplication_migrate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_vreplication_multicell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_vreplication_v2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_vstream_failover.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_vstream_stoponreshard_false.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

.github/workflows/cluster_endtoend_vstream_stoponreshard_true.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run cluster endtoend test
6969
timeout-minutes: 30
7070
run: |
71+
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
72+
# which musn't be more than 107 characters long.
73+
export VTDATAROOT="/tmp/"
7174
source build.env
7275
7376
set -x

0 commit comments

Comments
 (0)