Skip to content

Commit

Permalink
no drops
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Dec 30, 2024
1 parent b548d86 commit 456680f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions misc/python/materialize/parallel_workload/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -2230,17 +2230,17 @@ def __init__(
# (CreateRoleAction, 2),
# (DropRoleAction, 2),
(CreateClusterAction, 2),
(DropClusterAction, 2),
(SwapClusterAction, 10),
# (DropClusterAction, 2),
# (SwapClusterAction, 10),
# (CreateClusterReplicaAction, 4),
# (DropClusterReplicaAction, 4),
(SetClusterAction, 1),
# (SetClusterAction, 1),
# (CreateWebhookSourceAction, 2),
# (DropWebhookSourceAction, 2),
# (CreateKafkaSinkAction, 4),
# (DropKafkaSinkAction, 0),
(CreateKafkaSourceAction, 100),
(DropKafkaSourceAction, 0),
# (DropKafkaSourceAction, 0),
# TODO: Reenable when database-issues#8237 is fixed
# (CreateMySqlSourceAction, 4),
# (DropMySqlSourceAction, 4),
Expand All @@ -2250,9 +2250,9 @@ def __init__(
# (RevokePrivilegesAction, 1),
# (ReconnectAction, 1),
(CreateDatabaseAction, 1),
(DropDatabaseAction, 1),
# (DropDatabaseAction, 1),
(CreateSchemaAction, 1),
(DropSchemaAction, 1),
# (DropSchemaAction, 1),
# (RenameSchemaAction, 10),
# (RenameTableAction, 10),
# (RenameViewAction, 10),
Expand Down

0 comments on commit 456680f

Please sign in to comment.