Fixing flaky endtoend/tablegc tests

Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
This commit is contained in:
Shlomi Noach 2021-04-25 13:31:48 +03:00
Родитель 482a700811
Коммит b37f496eab
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,11 +1,11 @@
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows" # DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"
name: Cluster (27) name: Cluster (tabletmanager_tablegc)
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
build: build:
name: Run endtoend tests on Cluster (27) name: Run endtoend tests on Cluster (tabletmanager_tablegc)
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
@ -47,4 +47,4 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
run: | run: |
source build.env source build.env
eatmydata -- go run test.go -docker=false -print-log -follow -shard 27 eatmydata -- go run test.go -docker=false -print-log -follow -shard tabletmanager_tablegc

Просмотреть файл

@ -51,7 +51,6 @@ var (
"23", "23",
"24", "24",
"26", "26",
"27",
"vreplication_basic", "vreplication_basic",
"vreplication_multicell", "vreplication_multicell",
"vreplication_cellalias", "vreplication_cellalias",
@ -65,6 +64,7 @@ var (
"onlineddl_singleton", "onlineddl_singleton",
"tabletmanager_throttler", "tabletmanager_throttler",
"tabletmanager_throttler_custom_config", "tabletmanager_throttler_custom_config",
"tabletmanager_tablegc",
} }
// TODO: currently some percona tools including xtrabackup are installed on all clusters, we can possibly optimize // TODO: currently some percona tools including xtrabackup are installed on all clusters, we can possibly optimize
// this by only installing them in the required clusters // this by only installing them in the required clusters

Просмотреть файл

@ -522,7 +522,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/tabletmanager/tablegc"], "Args": ["vitess.io/vitess/go/test/endtoend/tabletmanager/tablegc"],
"Command": [], "Command": [],
"Manual": false, "Manual": false,
"Shard": "27", "Shard": "tabletmanager_tablegc",
"RetryMax": 0, "RetryMax": 0,
"Tags": [ "Tags": [
"site_test" "site_test"