Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YUNIKORN-2068] E2E Test for Preemption #705

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b83bdd5
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Oct 26, 2023
3830426
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Oct 26, 2023
72ef0d8
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Oct 30, 2023
f3e8b57
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Oct 30, 2023
46eb327
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Oct 30, 2023
856b629
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Oct 31, 2023
7e22832
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 2, 2023
353bf51
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 2, 2023
2206722
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 2, 2023
c972734
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 2, 2023
daac46d
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 2, 2023
93ab76e
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 3, 2023
d916cd9
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 3, 2023
bca7152
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 3, 2023
b30f5ec
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 3, 2023
726c154
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 6, 2023
ad8e7eb
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 7, 2023
c4f17b0
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 8, 2023
ce0351b
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 8, 2023
fae4a0f
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 8, 2023
d2d1130
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 8, 2023
5fbc97f
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 8, 2023
c86acb1
[YUNIKORN-2068] E2E Test for Preemption
rrajesh-cloudera Nov 9, 2023
d85fa9a
cdh kli
rrajesh-cloudera Nov 9, 2023
87494ce
[YUNIKORN-2068] E2E Preemption tests
rrajesh-cloudera Nov 21, 2023
7a30f8e
[YUNIKORN-2068] E2E Preemption tests
rrajesh-cloudera Nov 21, 2023
461cff1
[YUNIKORN-2068] E2E Preemption tests
rrajesh-cloudera Nov 27, 2023
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
Prev Previous commit
Next Next commit
[YUNIKORN-2068] E2E Test for Preemption
  • Loading branch information
rrajesh-cloudera committed Oct 30, 2023
commit 46eb327b6a4aae56f6723dbeaff7018faecfd393
2 changes: 1 addition & 1 deletion test/e2e/preemption/preemption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ var _ = ginkgo.Describe("Preemption", func() {
annotation = "ann-" + common.RandSeq(10)
yunikorn.UpdateCustomConfigMapWrapper(oldConfigMap, "", annotation, func(sc *configs.SchedulerConfig) error {
// remove placement rules so we can control queue
sc.Partitions[0].PlacementRules = nil
sc.Partitions[0].PlacementRules = []configs.PlacementRule{{Name: "provided", Value: "namespace", Create: true}}
var err error
if err = common.AddQueue(sc, "default", "root", configs.QueueConfig{
Name: "high-priority",
Expand Down
Loading