Skip to content

Lock file maintenance #2848

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

Merged
merged 1 commit into from
Dec 5, 2024
Merged
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
Loading

Unchanged files with check annotations Beta

Expect(resourceManager.ApplyFromFiles(files, namespace)).To(Succeed())
nsname := types.NamespacedName{Name: "tea", Namespace: namespace}
Expect(waitForHTTPRouteToHaveGatewayNotProgrammedCond(nsname)).To(Succeed())

Check failure on line 224 in tests/suite/snippets_filter_test.go

GitHub Actions / Functional tests (plus, v1.25.16) / Run Tests

It 12/05/24 08:37:57.959
Expect(resourceManager.DeleteFromFiles(files, namespace)).To(Succeed())
})
Specify("if directives are provided in the wrong context", func() {

Check notice on line 229 in tests/suite/snippets_filter_test.go

GitHub Actions / Functional tests (plus, v1.25.16) / Run Tests

It 12/05/24 08:38:08.465
files := []string{"snippets-filter/invalid-context-sf.yaml"}
Expect(resourceManager.ApplyFromFiles(files, namespace)).To(Succeed())