Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions tests/e2e/rehydration_failover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var _ = Describe("Rehydration Failover", Label("rehydration", "failover", "disru
}
})

It("rehydrate after provider stop moves workload to healthy provider", func() {
It("rehydrate after provider stop moves workload to healthy provider", Label("cluster"), func() {
preInst := getInstance(instanceUID)
origResourceID := preInst.ResourceID

Expand All @@ -76,7 +76,7 @@ var _ = Describe("Rehydration Failover", Label("rehydration", "failover", "disru
}
})

It("rehydrate back after provider restore (bidirectional failover)", func() {
It("rehydrate back after provider restore (bidirectional failover)", Label("cluster"), func() {
startProvider(providerA)
waitForProviderHealth(providerA.Name, "ready", healthTimeout)

Expand Down
6 changes: 3 additions & 3 deletions tests/e2e/rehydration_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var _ = Describe("Rehydration Policy", Label("rehydration", "policy"), func() {
})

Context("sovereignty", Label("disruptive"), func() {
It("placement policy constrains instance to provider group", func() {
It("placement policy constrains instance to provider group", Label("cluster"), func() {
requireThreeProviders()
requirePodman()

Expand Down Expand Up @@ -44,7 +44,7 @@ var _ = Describe("Rehydration Policy", Label("rehydration", "policy"), func() {
}
})

It("failover stays within provider group", func() {
It("failover stays within provider group", Label("cluster"), func() {
requireThreeProviders()
requirePodman()

Expand Down Expand Up @@ -145,7 +145,7 @@ var _ = Describe("Rehydration Policy", Label("rehydration", "policy"), func() {
"user_values should be identical before and after rehydration")
})

It("policy change causes rehydration to select different provider", func() {
It("policy change causes rehydration to select different provider", Label("cluster"), func() {
requireMultiProvider()

providerA := threeTierProviders[0]
Expand Down
Loading