Skip to content

Commit

Permalink
CherryPick(vitessio#13435): MoveTables sequence e2e tests: change ter…
Browse files Browse the repository at this point in the history
…minology to use basic vs simple everywhere for partial movetables workflows (vitessio#2739)

* cherry pick of 13435

* Fix conflict

Signed-off-by: Rohit Nayak <rohit@planetscale.com>

---------

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Co-authored-by: Rohit Nayak <rohit@planetscale.com>
  • Loading branch information
planetscale-actions-bot and rohit-nayak-ps authored Jul 23, 2023
1 parent 1bfbbd3 commit aa47b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]

jobs:
build:
name: Run endtoend tests on Cluster (vreplication_partial_movetables_simple)
name: Run endtoend tests on Cluster (vreplication_partial_movetables_basic)
runs-on: ubuntu-22.04
timeout-minutes: 60

Expand Down Expand Up @@ -112,4 +112,5 @@ jobs:
binlog-transaction-compression=ON
EOF
eatmydata -- go run test.go -docker=false -follow -shard vreplication_partial_movetables_simple
# run the tests however you normally do, then produce a JUnit XML file
eatmydata -- go run test.go -docker=false -follow -shard vreplication_partial_movetables_basic
2 changes: 1 addition & 1 deletion test/ci_workflow_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var (
"vreplication_cellalias",
"vreplication_basic",
"vreplication_v2",
"vreplication_partial_movetables_simple",
"vreplication_partial_movetables_basic",
"vreplication_partial_movetables_sequences",
"schemadiff_vrepl",
"topo_connection_cache",
Expand Down

0 comments on commit aa47b36

Please sign in to comment.