Skip to content

Commit e7df3f2

Browse files
committed
Refactor HA Functional Test definitions: enable Resource Migration and Primary Node Crash tests, and comment out Block Network Communication test
1 parent 9f7feba commit e7df3f2

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

src/vars/input-api.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,35 +29,35 @@ test_groups:
2929
configuration, backend pool settings, load balancing rules, and frontend IP configuration.
3030
enabled: true
3131

32-
# - name: HA Functional Test- Resource Migration
33-
# task_name: resource-migration
34-
# description: |
35-
# The Resource Migration test validates planned failover scenarios by executing controlled
36-
# resource movement between HANA nodes. It performs a graceful migration of the primary HANA
37-
# resources to the secondary node, verifies proper role changes, ensures cluster maintains
38-
# stability throughout the transition, and validates complete data synchronization after
39-
# migration.
40-
# enabled: true
41-
42-
# - name: HA Functional Test- Primary Node Crash
43-
# task_name: primary-node-crash
44-
# description: |
45-
# The Primary Index Server Crash test simulates cluster behavior when the HANA index server
46-
# crashes on the primary node. It simulates an index server failure by forcefully terminating
47-
# the process, then verifies automatic failover to the secondary node, monitors system
48-
# replication status, and confirms service recovery without data loss.
49-
# enabled: true
32+
- name: HA Functional Test- Resource Migration
33+
task_name: resource-migration
34+
description: |
35+
The Resource Migration test validates planned failover scenarios by executing controlled
36+
resource movement between HANA nodes. It performs a graceful migration of the primary HANA
37+
resources to the secondary node, verifies proper role changes, ensures cluster maintains
38+
stability throughout the transition, and validates complete data synchronization after
39+
migration.
40+
enabled: true
5041

51-
- name: HA Functional Test- Block Network Communication
52-
task_name: block-network
42+
- name: HA Functional Test- Primary Node Crash
43+
task_name: primary-node-crash
5344
description: |
54-
The Block Network test validates cluster behavior during network partition scenarios by
55-
implementing iptables rules to block communication between primary and secondary HANA nodes.
56-
It verifies split-brain prevention mechanisms, validates proper failover execution when nodes
57-
become isolated, and ensures cluster stability and data consistency after network
58-
sconnectivity is restored.
45+
The Primary Index Server Crash test simulates cluster behavior when the HANA index server
46+
crashes on the primary node. It simulates an index server failure by forcefully terminating
47+
the process, then verifies automatic failover to the secondary node, monitors system
48+
replication status, and confirms service recovery without data loss.
5949
enabled: true
6050

51+
# - name: HA Functional Test- Block Network Communication
52+
# task_name: block-network
53+
# description: |
54+
# The Block Network test validates cluster behavior during network partition scenarios by
55+
# implementing iptables rules to block communication between primary and secondary HANA nodes.
56+
# It verifies split-brain prevention mechanisms, validates proper failover execution when nodes
57+
# become isolated, and ensures cluster stability and data consistency after network
58+
# sconnectivity is restored.
59+
# enabled: true
60+
6161
# - name: HA Functional Test- Crash index server on primary node
6262
# task_name: primary-crash-index
6363
# description: |

0 commit comments

Comments
 (0)