You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-24 07:41:01.802: (DisruptionEvent Severity.ERROR) period_type=end event_id=28e13ee4-7f6f-4536-95f9-54e9b31e00d4 duration=2s: nemesis_name=NoCorruptRepairAllNodesInParallel target_node=Node perf-latency-nemesis-ubuntu-db-node-61c231b2-1 [63.32.91.73 | 10.4.2.192] errors=ks10:
Traceback (most recent call last):
File "/home/ubuntu/scylla-cluster-tests/sdcm/utils/common.py", line 486, in run
result = future.result(time_out)
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/ubuntu/scylla-cluster-tests/sdcm/utils/common.py", line 462, in inner
return_val = fun(*args, **kwargs)
File "/home/ubuntu/scylla-cluster-tests/sdcm/nemesis.py", line 1721, in create_ks
self._prepare_test_table2(ks=ks, table='standard1')
File "/home/ubuntu/scylla-cluster-tests/sdcm/nemesis.py", line 2131, in _prepare_test_table2
cs_thread = self.tester.run_stress_thread(
File "/home/ubuntu/scylla-cluster-tests/sdcm/tester.py", line 1993, in run_stress_thread
return self.run_stress_cassandra_thread(**params)
File "/home/ubuntu/scylla-cluster-tests/sdcm/tester.py", line 2036, in run_stress_cassandra_thread
self.update_stress_cmd_details(stress_cmd, prefix, stresser="cassandra-stress",
File "/home/ubuntu/scylla-cluster-tests/sdcm/db_stats.py", line 710, in update_stress_cmd_details
self._stats['test_details'][section].append(cmd_params)
AttributeError: 'dict' object has no attribute 'append'
I used the following code to run c-s in my sct test.
I got:
config:
What is this? How can I avoid it.
Should I uses stats_aggregate_cmds=False?
The text was updated successfully, but these errors were encountered: