Skip to content

Commit

Permalink
Revert "fix(cassandra-harry): disable nemesis"
Browse files Browse the repository at this point in the history
now we proven the the nemesis mostly works,
beside scylladb/scylladb#10598 that still under
investigation

This reverts commit 820d561.
  • Loading branch information
fruch committed May 25, 2022
1 parent b007ed0 commit 7d75163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdcm/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -4637,7 +4637,7 @@ def node_setup(self, node, verbose=False, db_node_address=None, **kwargs): # py
node.install_scylla_bench()
if 'cassandra-harry' in self.params.list_of_stress_tools:
if not node.is_cassandra_harry_installed:
node.install_cassandra_harry()
node.install_cassandra_harry(node)

# install docker
docker_install = dedent("""
Expand Down
2 changes: 1 addition & 1 deletion test-cases/longevity/longevity-harry-2h.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ instance_type_db: 'i3.large'

aws_root_disk_size_loader: 80 # enlarge loader disk, cause of cassandra-harry operation.log that can't be disabled

nemesis_class_name: 'NoOpMonkey'
nemesis_class_name: 'SisyphusMonkey'
nemesis_seed: '001'
nemesis_interval: 2
ssh_transport: 'libssh2'
Expand Down

0 comments on commit 7d75163

Please sign in to comment.