Cezar Moise

Results 24 issues of Cezar Moise

- Add type hints for nodes and clusters to help debugging in dtest - Fix linting / formatting issues

Does not happen locally, tested with up to date branch [Error 1](https://jenkins.scylladb.com/job/sct-github-PRs-scan/job/scylla-dtest/job/PR-4650/15/testReport/secondary_indexes_test/TestSecondaryIndexes/test_stop_node_during_index_build/) ``` ValueError: I/O operation on closed file. ``` Stacktrace self = @pytest.mark.scylla_mode("!debug") def test_stop_node_during_index_build(self): """ Stop one node...

Running ```bash export SCT_SCYLLA_VERSION=5.2.1 hydra run-test ... # then later hydra clean-resources --user `whoami` -b aws ``` Gives this error ``` There is scylladb/hydra:v1.74-tcconfig-0.29.1 in local cache, using it. Going...

Bug

During nemesis `disrupt_rolling_config_change_internode_compression`, all nodes were restarted, but when the target node `10.12.2.4` was restarted, scylla-bench got a connection refused error, and did not continue. > 2025-03-24 15:42:51.456: (ScyllaBenchEvent Severity.CRITICAL)...

bug

Adds test cases and jenkins files for 90% storage utilization tests. Covers these test cases: - Space reclaim - [x] https://github.com/scylladb/scylla-cluster-tests/issues/9169 - [x] https://github.com/scylladb/scylla-cluster-tests/issues/9166 - [x] https://github.com/scylladb/scylla-cluster-tests/issues/9167 - Scale out...

backport/none
area/elastic cloud

## Packages Scylla version: `2024.2.4-20250124.2bc4ec25a8db` with build-id `600f7eab617a1f6b1919ae67f4164635887a00ee` Kernel Version: `5.15.0-1076-aws` ## Issue description Multiple nemisis fail due to loader node being unavailable `Failed to connect in 60 seconds, last...

Bug
Infrastructure

`_grow_cluster` allways adds a fixed number of nodes (`nemesis_add_node_cnt`). but `_shrink_cluster` removes a relative number of nodes `decommission_nodes_number = min(cur_num_nodes_in_dc - initial_db_size, add_nodes_number)` In this example, https://argus.scylladb.com/tests/scylla-cluster-tests/0b0e042d-60a7-4dad-832d-4e38f2e5a5e9, when the nemesis...

Bug

If the nemesis cannot leave the cluster in the topological state it was before it should raise a critical error so the test can be stopped. Add new event for...

backport/2024.2
backport/2025.1

In the logs below I had started with a cluster of 3 x `i4i.large` then added an `i4i.xlarge`. The logs for the newly added logs say `i4i.large`. ``` 20:48:22 <...

Logging
area/elastic cloud

When decommissioning a node, it looks like sct doesn't wait enough, or the checks for decommission are wrong. >[2025-01-24T07:40:53.662Z] < t:2025-01-24 07:40:53,192 f:cluster.py l:4956 c:sdcm.cluster p:ERROR > Decommission Node longevity-parallel-topology-schema--db-node-0b0e042d-6...

Bug