Skip to content

Commit

Permalink
test: Remove e2e tests for old, obsolete resharding automation.
Browse files Browse the repository at this point in the history
This is superseeded by the new workflows now e.g. see test/horizontal_resharding_workflow.py.

BUG=64890442
  • Loading branch information
michael-berlin committed Sep 20, 2017
1 parent 167f91f commit f7274f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 230 deletions.
127 changes: 0 additions & 127 deletions test/automation_horizontal_resharding.py

This file was deleted.

85 changes: 0 additions & 85 deletions test/automation_vertical_split.py

This file was deleted.

18 changes: 0 additions & 18 deletions test/config.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@

{
"Tests": {
"automation_horizontal_resharding": {
"File": "automation_horizontal_resharding.py",
"Args": [],
"Command": [],
"Manual": false,
"Shard": 4,
"RetryMax": 0,
"Tags": []
},
"automation_vertical_split": {
"File": "automation_vertical_split.py",
"Args": [],
"Command": [],
"Manual": false,
"Shard": 3,
"RetryMax": 0,
"Tags": []
},
"backup": {
"File": "backup.py",
"Args": [],
Expand Down

0 comments on commit f7274f6

Please sign in to comment.