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
Copy file name to clipboardExpand all lines: test/e2e/e2e_test.go
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
161
161
})
162
162
}))
163
163
164
-
ginkgo.When("Running a PD configuration with nixlv2 connector(deprecated pd-profile-handler)", ginkgo.Label(metricsTestLabel, deprecatedPDTestLabel), ginkgo.Ordered, testWrapper(func() {
164
+
ginkgo.When("Running a PD configuration with nixlv2 connector(deprecated pd-profile-handler)", ginkgo.Ordered, testWrapper(func() {
165
165
ginkgo.It("should run successfully", func() {
166
166
infPoolObjects:=createInferencePool(1)
167
167
@@ -240,7 +240,7 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
240
240
} {
241
241
config:=tc.config// capture for closure
242
242
label:=tc.label
243
-
ginkgo.When("Running a PD configuration with shared-storage connector using "+tc.name, ginkgo.Label(sharedStorageTestLabel, label), ginkgo.Ordered, testWrapper(func() {
243
+
ginkgo.When("Running a PD configuration with shared-storage connector using "+tc.name, ginkgo.Ordered, testWrapper(func() {
244
244
ginkgo.It("should run regular (non-streaming) requests successfully", func() {
245
245
infPoolObjects:=createInferencePool(1)
246
246
@@ -475,7 +475,7 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
475
475
})
476
476
}))
477
477
478
-
ginkgo.When("Running a PD configuration with disagg-profile-handler and metrics validation", ginkgo.Label(metricsTestLabel, disaggTestLabel), ginkgo.Ordered, testWrapper(func() {
478
+
ginkgo.When("Running a PD configuration with disagg-profile-handler and metrics validation", ginkgo.Ordered, testWrapper(func() {
479
479
480
480
ginkgo.It("should run successfully", func() {
481
481
infPoolObjects:=createInferencePool(1)
@@ -572,7 +572,7 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
572
572
})
573
573
}))
574
574
575
-
ginkgo.When("Running an E/PD (Encode/Prefill-Decode) configuration", ginkgo.Label(extendedTestLabel), ginkgo.Ordered, testWrapper(func() {
575
+
ginkgo.When("Running an E/PD (Encode/Prefill-Decode) configuration", ginkgo.Ordered, testWrapper(func() {
576
576
ginkgo.It("should route multimodal requests through encode and decode pods", func() {
577
577
infPoolObjects:=createInferencePool(1)
578
578
@@ -647,7 +647,7 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
647
647
})
648
648
}))
649
649
650
-
ginkgo.When("Running an E/P/D (encode/prefill/decode) configuration", ginkgo.Label(extendedTestLabel), ginkgo.Ordered, testWrapper(func() {
650
+
ginkgo.When("Running an E/P/D (encode/prefill/decode) configuration", ginkgo.Ordered, testWrapper(func() {
651
651
ginkgo.It("should route multimodal requests through encode, prefill, and decode pods", func() {
652
652
infPoolObjects:=createInferencePool(1)
653
653
@@ -732,7 +732,7 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
732
732
})
733
733
}))
734
734
735
-
ginkgo.When("Running an EPD (no disaggregation) configuration", ginkgo.Label(extendedTestLabel), ginkgo.Ordered, testWrapper(func() {
735
+
ginkgo.When("Running an EPD (no disaggregation) configuration", ginkgo.Ordered, testWrapper(func() {
736
736
ginkgo.It("should route text and multimodal requests to the single deployment", func() {
737
737
infPoolObjects:=createInferencePool(1)
738
738
@@ -800,7 +800,7 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
0 commit comments