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
fix(manager): get rf dynamically for repair test with multiDC cluster
In previous implementation the test was trying to set rf=2 per each DC
while one of DCs had only one node. As a result, the test failed with
error (1) like
"Datacenter us-west-2scylla_node_west doesn't have enough token-owning
nodes for replication_factor=2"
The new approach will dynamically define the number of nodes per DC and
set this value to DC's replication factor.
refs:
1. https://jenkins.scylladb.com/job/manager-3.5/job/ubuntu22-sanity-test/1/
0 commit comments