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
| 23 | telemetry-kafka | Various tests for Kafka using SSL, single/multi-broker setup. |
456
-
| 24 | telemetry-monitorstack | Tests Monitoring components, such as Fluentbit and Collectd are functional. |
457
-
| 25 | telemetry-telemetryrouter | Tests Open Telemetry. |
458
-
| 26 | telemetry-webhook | Tests Data Services Webhooks with valid and invalid calls. |
459
-
| 27 | upgrade-arcdata | Upgrades a full suite of SQL Instances (GP, BC 2 replica, BC 3 replica, with Active Directory) and upgrades from last month's release to latest build. |
433
+
| 1 | `ad-connector` | Tests the deployment and update of an Active Directory Connector (AD Connector). |
434
+
| 2 | `billing` | Testing various Business Critical license types are reflected in resource table in controller, used for Billing upload. |
435
+
| 3 | `ci-billing` | Similar as `billing`, but with more CPU/Memory permutations. |
436
+
| 4 | `ci-sqlinstance` | Long running tests for multi-replica creation, updates, GP -> BC Update, Backup validation and SQL Server Agent. |
437
+
| 5 | `controldb` | Tests Control database - SA secret check, system login verification, audit creation, and sanity checks for SQL build version. |
| 23 | `telemetry-kafka` | Various tests for Kafka using SSL, single/multi-broker setup. |
456
+
| 24 | `telemetry-monitorstack` | Tests Monitoring components, such as `Fluentbit` and `Collectd` are functional. |
457
+
| 25 | `telemetry-telemetryrouter` | Tests Open Telemetry. |
458
+
| 26 | `telemetry-webhook` | Tests Data Services Webhooks with valid and invalid calls. |
459
+
| 27 | `upgrade-arcdata` | Upgrades a full suite of SQL Instances (GP, BC 2 replica, BC 3 replica, with Active Directory) and upgrades from last month's release to latest build. |
460
460
461
461
As an example, for`sqlinstance-ha`, the following tests are performed:
462
462
463
463
- `test_critical_configmaps_present`: Ensures the ConfigMaps and relevant fields are present for a SQL Instance.
464
-
- `test_suspended_system_dbs_auto_heal_by_orchestrator`: Ensures if master and msdb is suspended by any means (in this case, user), Orchestrator maintenance reconcile auto-heals it.
464
+
- `test_suspended_system_dbs_auto_heal_by_orchestrator`: Ensures if`master` and `msdb` are suspended by any means (in this case, user). Orchestrator maintenance reconcile auto-heals it.
465
465
- `test_suspended_user_db_does_not_auto_heal_by_orchestrator`: Ensures if a User Database is deliberately suspended by user, Orchestrator maintenance reconcile does not auto-heal it.
466
466
- `test_delete_active_orchestrator_twice_and_delete_primary_pod`: Deletes orchestrator pod multiple times, followed by the primary replica, and verifies all replicas are synchronized. Failover time expectations for 2 replica are relaxed.
467
467
- `test_delete_primary_pod`: Deletes primary replica and verifies all replicas are synchronized. Failover time expectations for 2 replica are relaxed.
0 commit comments