Skip to content

Commit

Permalink
CBQE-7591: Removing can_abort_rebalance param from config files
Browse files Browse the repository at this point in the history
Change-Id: Ia4688613ae5145606b659f96176d00acabb30367
Reviewed-on: https://review.couchbase.org/c/testrunner/+/174193
Tested-by: Balakumaran G <balakumaran.gopal@couchbase.com>
Reviewed-by: Balakumaran G <balakumaran.gopal@couchbase.com>
  • Loading branch information
ashwin2002 authored and bkumaran committed Apr 26, 2022
1 parent 8836983 commit c36b92f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 deletions conf/failover/py-autofailover-aborts-rebalance.conf
Expand Up @@ -2,67 +2,67 @@ failover.AutoFailoverAbortsRebalance.AutoFailoverAbortsRebalance:
########################################################################
########################### Add NodeA ###############################
########################################################################
test_failure_scenarios_during_rebalance_in_of_node_A,timeout=5,num_node_failures=1,nodes_in=1,nodes_out=0,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=4,GROUP=P1
test_failure_scenarios_during_rebalance_in_of_node_A,timeout=5,num_node_failures=1,nodes_in=1,nodes_out=0,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=4,GROUP=P1
########################################################################
########################### Remove NodeA #############################
########################################################################
test_failure_scenarios_during_rebalance_out_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=3,GROUP=P0
test_failure_scenarios_during_rebalance_out_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=3,GROUP=P0
########################################################################
#################### Remove Failed-over NodeA ########################
########################################################################
test_failure_scenarios_during_rebalance_out_of_failedover_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=3,GROUP=P0
test_failure_scenarios_during_rebalance_out_of_failedover_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=3,GROUP=P0
########################################################################
########### Remove Failed-over Node other than Node A ################
########################################################################
test_failure_scenarios_during_rebalance_out_of_failedover_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=2,server_index_to_failover=1,GROUP=P0
test_failure_scenarios_during_rebalance_out_of_failedover_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=2,server_index_to_failover=1,GROUP=P0
########################################################################
################## Delta Recovery NodeA ##############################
########################################################################
test_failure_scenarios_during_recovery_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=3,recovery_type=full,GROUP=P0
test_failure_scenarios_during_recovery_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=3,recovery_type=full,GROUP=P0
########################################################################
################## Full Recovery NodeA ###############################
########################################################################
#test_failure_scenarios_during_recovery_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=2,recovery_type=delta,GROUP=P0
#test_failure_scenarios_during_recovery_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=2,recovery_type=delta,GROUP=P0
########################################################################################
################## Delta Recovery node other than NodeA ##############################
########################################################################################
test_failure_scenarios_during_recovery_of_node_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=1,server_index_to_failover=3,recovery_type=full,GROUP=P0
test_failure_scenarios_during_recovery_of_node_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=1,server_index_to_failover=3,recovery_type=full,GROUP=P0
########################################################################################
################## Full Recovery node other than NodeA ###############################
########################################################################################
test_failure_scenarios_during_recovery_of_node_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=2,server_index_to_failover=3,recovery_type=delta,GROUP=P0
test_failure_scenarios_during_recovery_of_node_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=2,server_index_to_failover=3,recovery_type=delta,GROUP=P0



########################################################################
########################### Add NodeA ###############################
########################################################################
test_failure_scenarios_during_rebalance_in_of_node_A,timeout=5,num_node_failures=1,nodes_in=1,nodes_out=0,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=4,GROUP=P1
test_failure_scenarios_during_rebalance_in_of_node_A,timeout=5,num_node_failures=1,nodes_in=1,nodes_out=0,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=4,GROUP=P1
########################################################################
########################### Remove NodeA #############################
########################################################################
test_failure_scenarios_during_rebalance_out_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=3,GROUP=P1
test_failure_scenarios_during_rebalance_out_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=3,GROUP=P1
########################################################################
#################### Remove Failed-over NodeA ########################
########################################################################
test_failure_scenarios_during_rebalance_out_of_failedover_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=3,GROUP=P1
test_failure_scenarios_during_rebalance_out_of_failedover_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=3,GROUP=P1
########################################################################
########### Remove Failed-over Node other than Node A ################
########################################################################
test_failure_scenarios_during_rebalance_out_of_failedover_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=2,server_index_to_failover=1,GROUP=P1
test_failure_scenarios_during_rebalance_out_of_failedover_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=2,server_index_to_failover=1,GROUP=P1
########################################################################
################## Delta Recovery NodeA ##############################
########################################################################
test_failure_scenarios_during_recovery_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=3,recovery_type=full,GROUP=P1
test_failure_scenarios_during_recovery_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=3,recovery_type=full,GROUP=P1
########################################################################
################## Full Recovery NodeA ###############################
########################################################################
test_failure_scenarios_during_recovery_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=2,recovery_type=delta,GROUP=P1
test_failure_scenarios_during_recovery_of_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=2,recovery_type=delta,GROUP=P1
########################################################################################
################## Delta Recovery node other than NodeA ##############################
########################################################################################
test_failure_scenarios_during_recovery_of_node_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=1,server_index_to_failover=3,recovery_type=full,GROUP=P1
test_failure_scenarios_during_recovery_of_node_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=1,server_index_to_failover=3,recovery_type=full,GROUP=P1
########################################################################################
################## Full Recovery node other than NodeA ###############################
########################################################################################
test_failure_scenarios_during_recovery_of_node_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,can_abort_rebalance=True,server_index_to_fail=2,server_index_to_failover=3,recovery_type=delta,GROUP=P1
test_failure_scenarios_during_recovery_of_node_other_than_node_A,timeout=5,num_node_failures=1,failover_action=stop_memcached,nodes_init=4,num_buckets=3,replica=1,bucket_size=300,skip_cleanup=True,num_items=100000,server_index_to_fail=2,server_index_to_failover=3,recovery_type=delta,GROUP=P1

0 comments on commit c36b92f

Please sign in to comment.