Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/monitoring_console/monitoring_console_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@ var _ = Describe("Monitoring Console test", func() {
// Adding this check in the end as SHC take the longest time to scale up due recycle of SHC members
testenv.SearchHeadClusterReady(deployment, testenvInstance)

// Wait for MC to go to Updating Phase
testenv.VerifyMonitoringConsolePhase(deployment, testenvInstance, deployment.GetName(), splcommon.PhaseUpdating)

// Verify Monitoring Console is Ready and stays in ready state
testenv.VerifyMonitoringConsoleReady(deployment, deployment.GetName(), mc, testenvInstance)

Expand Down