File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ import (
3939// - Uses a fake client to mock interactions with the Kubernetes API server.
4040// - Creates multiple AlluxioRuntime and StatefulSet objects with specific ready states.
4141// - Tests two scenarios:
42- // 1. A runtime with insufficient master replicas should result in false readiness.
43- // 2. A runtime with all required master replicas ready should result in true readiness.
42+ // 1. A runtime with insufficient master replicas should result in false readiness.
43+ // 2. A runtime with all required master replicas ready should result in true readiness.
4444// - Also verifies that when readiness is true, the runtime's status conditions are updated correctly.
4545// - Fails the test if actual readiness does not match the expected result or if status update is missing.
4646func TestCheckMasterReady (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments