Skip to content

Commit

Permalink
Add an integration test that only tests job creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Edwins committed Mar 28, 2024
1 parent 55fb065 commit 6d3f0a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/controller/jobset_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ var _ = ginkgo.Describe("JobSet controller", func() {
}
}
},
ginkgo.Entry("jobset should successfully create jobs", &testCase{
makeJobSet: testJobSet,
}),
ginkgo.Entry("jobset should succeed after all jobs succeed", &testCase{
makeJobSet: testJobSet,
updates: []*update{
Expand Down

0 comments on commit 6d3f0a0

Please sign in to comment.