Skip to content

Commit 8d79a71

Browse files
authored
Increased sleep time and removed secondary site down test from UTS-PQ (#3708)
1 parent 7daecfe commit 8d79a71

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

tests/e2e/csi_snapshot_negative.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti
281281
})
282282

283283
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
284-
"[pq-vks-snapshot] create volume snapshot when CNS goes down", ginkgo.Label(p1, block, vanilla,
284+
"[pq-f-vks-snapshot] create volume snapshot when CNS goes down", ginkgo.Label(p1, block, vanilla,
285285
tkg, snapshot, disruptive, negative, vc90), func() {
286286

287287
serviceName = vsanhealthServiceName

tests/e2e/vm_service_vsan_stretch_cluster.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
258258
gomega.Expect(err).NotTo(gomega.HaveOccurred())
259259
}
260260

261-
time.Sleep(5 * time.Minute)
261+
time.Sleep(8 * time.Minute)
262262
// Check if csi pods are running fine after site failure
263263
ginkgo.By("Check if csi pods are running fine after site failure")
264264
err = fpod.WaitForPodsRunningReady(ctx, client, csiNs, len(csipods.Items),
@@ -306,7 +306,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
306306
11.Bring secondary site up and wait for testbed to be back to normal.
307307
12.Delete all objects created in this test.
308308
*/
309-
ginkgo.It("[pq-vmsvc-vsanstretch] VMService - secondary site down",
309+
ginkgo.It("[pq-f-vmsvc-vsanstretch] VMService - secondary site down",
310310
ginkgo.Label(p0, vmsvc, vsanStretch, block, wcp), func() {
311311
ctx, cancel := context.WithCancel(context.Background())
312312
defer cancel()
@@ -397,7 +397,7 @@ var _ bool = ginkgo.Describe("[vsan-stretch-vmsvc] vm service with csi vol tests
397397
gomega.Expect(err).NotTo(gomega.HaveOccurred())
398398
}
399399

400-
time.Sleep(5 * time.Minute)
400+
time.Sleep(10 * time.Minute)
401401
// Check if csi pods are running fine after site failure
402402
ginkgo.By("Check if csi pods are running fine after site failure")
403403
err = fpod.WaitForPodsRunningReady(ctx, client, csiNs, len(csipods.Items),

tests/e2e/vsan_stretched_cluster.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
831831
6. Bring primary site up and wait for testbed to be back to normal
832832
7. Delete PVCs created in step 2
833833
*/
834-
ginkgo.It("[pq-vanilla-vsanstretch][pq-f-wcp-vsanstretch][pq-vks-vsanstretch] PVC creation while primary site "+
834+
ginkgo.It("[pq-vanilla-vsanstretch][pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch] PVC creation while primary site "+
835835
"goes down", ginkgo.Label(p0, vsanStretch, file, block, vanilla, wcp, tkg, primaryCentric, vc70), func() {
836836
ctx, cancel := context.WithCancel(context.Background())
837837
defer cancel()
@@ -983,7 +983,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
983983
6. Re-establish primary site network and wait for testbed to be back to normal
984984
7. Delete all objects created in step 2
985985
*/
986-
ginkgo.It("[pq-vanilla-vsanstretch-distributed][pq-f-wcp-vsanstretch][pq-vks-vsanstretch]"+
986+
ginkgo.It("[pq-vanilla-vsanstretch-distributed][pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch]"+
987987
"[pq-vanilla-vsanstretch-controlplaneonprimary][pq-vanilla-vsanstretch-primarycentric] Primary site network "+
988988
"isolation", ginkgo.Label(p0, vsanStretch, file, block, vanilla, wcp, tkg, primaryCentric,
989989
controlPlaneOnPrimary, distributed, vc70), func() {
@@ -1153,7 +1153,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
11531153
6. Verify PVs and CNS volumes associated with PVCs created in step 2 are also deleted successfully
11541154
7. Bring primary site up and wait for testbed to be back to normal
11551155
*/
1156-
ginkgo.It("[pq-vanilla-vsanstretch-primarycentric][pq-f-wcp-vsanstretch][pq-vks-vsanstretch] PVC deletion while "+
1156+
ginkgo.It("[pq-vanilla-vsanstretch-primarycentric][pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch] PVC deletion while "+
11571157
"primary site goes down", ginkgo.Label(p0, vsanStretch, file, block, vanilla, wcp, tkg, primaryCentric,
11581158
vc70), func() {
11591159
ctx, cancel := context.WithCancel(context.Background())
@@ -1423,7 +1423,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
14231423
8. Delete the PVCs created in step 2
14241424
9. Bring primary site up and wait for testbed to be back to normal
14251425
*/
1426-
ginkgo.It("[pq-vanilla-vsanstretch-primarycentric][pq-f-wcp-vsanstretch][pq-vks-vsanstretch] Label updates to PV"+
1426+
ginkgo.It("[pq-vanilla-vsanstretch-primarycentric][pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch] Label updates to PV"+
14271427
", PVC, pod while primary site goes down", ginkgo.Label(p0, vsanStretch, file, block, vanilla, wcp, tkg,
14281428
primaryCentric, vc70), func() {
14291429

@@ -2108,7 +2108,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
21082108
6. Bring secondary site up and wait for testbed to be back to normal
21092109
7. Delete all objects created in step 2 and 5
21102110
*/
2111-
ginkgo.It("[pq-vanilla-vsanstretch-controlplaneonprimary][pq-f-wcp-vsanstretch][pq-vks-vsanstretch] Secondary "+
2111+
ginkgo.It("[pq-vanilla-vsanstretch-controlplaneonprimary][pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch] Secondary "+
21122112
"site down", ginkgo.Label(p0, vsanStretch, file, block, vanilla, wcp, tkg, controlPlaneOnPrimary,
21132113
vc70), func() {
21142114

@@ -2291,7 +2291,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
22912291
volume and application lifecycle actions work fine
22922292
11. Cleanup all objects created so far in the test
22932293
*/
2294-
ginkgo.It("[pq-vanilla-vsanstretch-distributed][pq-f-wcp-vsanstretch][pq-vks-vsanstretch]"+
2294+
ginkgo.It("[pq-vanilla-vsanstretch-distributed][pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch]"+
22952295
"[pq-vanilla-vsanstretch-controlplaneonprimary] Network failure between sites", ginkgo.Label(p0, vsanStretch,
22962296
file, block, vanilla, wcp, tkg, controlPlaneOnPrimary, distributed, vc70), func() {
22972297
ctx, cancel := context.WithCancel(context.Background())
@@ -2529,7 +2529,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
25292529
5. Run volume and application lifecycle actions
25302530
6. Cleanup all objects created in step 3 and 5
25312531
*/
2532-
ginkgo.It("[pq-vanilla-vsanstretch-distributed][pq-f-wcp-vsanstretch][pq-vks-vsanstretch] Witness "+
2532+
ginkgo.It("[pq-vanilla-vsanstretch-distributed][pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch] Witness "+
25332533
"failure", ginkgo.Label(p0, vsanStretch, file, block, vanilla, wcp, tkg, distributed, vc70), func() {
25342534
ctx, cancel := context.WithCancel(context.Background())
25352535
defer cancel()
@@ -4122,7 +4122,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
41224122
19. Bring primary site up and wait for testbed to be back to normal
41234123
41244124
*/
4125-
ginkgo.It("[pq-vanilla-vsanstretch-distributed][pq-f-wcp-vsanstretch][pq-vks-vsanstretch]"+
4125+
ginkgo.It("[pq-vanilla-vsanstretch-distributed][pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch]"+
41264126
"[pq-vanilla-vsanstretch-primarycentric] Primary site failover during full sync", ginkgo.Label(p0, vsanStretch,
41274127
file, block, vanilla, wcp, tkg, primaryCentric, distributed, vc70), func() {
41284128
ctx, cancel := context.WithCancel(context.Background())
@@ -4834,7 +4834,7 @@ var _ = ginkgo.Describe("[vsan-stretch-vanilla] vsan stretched cluster tests", f
48344834
8. Delete statefulsets and its pvcs created in step 2
48354835
9. Bring primary site up and wait for testbed to be back to normal
48364836
*/
4837-
ginkgo.It("[pq-f-wcp-vsanstretch][pq-vks-vsanstretch] PSOD hosts on secondary "+
4837+
ginkgo.It("[pq-f-wcp-vsanstretch][pq-f-vks-vsanstretch] PSOD hosts on secondary "+
48384838
"site", ginkgo.Label(p0, vsanStretch, block, wcp, tkg, vc80), func() {
48394839

48404840
ctx, cancel := context.WithCancel(context.Background())

0 commit comments

Comments
 (0)