Alexey Biryukov
Alexey Biryukov
## Cover letter To properly check whether the lists of partitons in `rpk group describe` are the same, sort both partition lists first because the order of partitions is 1...
## Cover letter When do_transfer_leadersip(), if a follower is still not caught up after prepare_transfer_leadership() is done, a `timeout` was returned. However it's not really a timeout, it's a flap...
A controller log may possibly end up with the commands sequence that would deallocate partitions from a node when the node does not have partitions in the domain. This change...
Module: **rptest.tests.scaling_up_test** Class: **ScalingUpTest** Method: **test_adding_nodes_to_cluster** Arguments: ``` { "partition_count": 1 } ``` in job https://buildkite.com/redpanda/redpanda/builds/18876#01849c1f-24b8-447e-956d-2b6f080f625b ``` test_id: rptest.tests.scaling_up_test.ScalingUpTest.test_adding_nodes_to_cluster.partition_count=1 status: FAIL run time: 1 minute 2.276 seconds TimeoutError('') Traceback (most...