-
Notifications
You must be signed in to change notification settings - Fork 388
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
feat(file-loader): Add recursive loading from sub-directories #5126
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: EshaanAgg <[email protected]>
Signed-off-by: EshaanAgg <[email protected]>
Signed-off-by: EshaanAgg <[email protected]>
Signed-off-by: EshaanAgg <[email protected]>
@shawnh2 I am currently a bit unsure about two things:
Sorry for the trouble associated with reviewing a new PR. And thanks! :) |
Signed-off-by: EshaanAgg <[email protected]>
Signed-off-by: EshaanAgg <[email protected]>
Signed-off-by: Eshaan Aggarwal <[email protected]>
Signed-off-by: EshaanAgg <[email protected]>
Hi! I noticed that the testing CI for this PR has been failing repeatedly, and it's because of two tests:
Logs
This should not happen as I have repeatedly run the same test on my system locally multiple times, and it never fails. These are the verbose logs on running Logs
Is there any difference in how the tests run locally and in the CI? I am clueless here about how I should try to debug such a test failure that isn't locally reproducible! I would appreciate any guidance concerning this. |
Signed-off-by: EshaanAgg <[email protected]>
Sorry for the late response. This is not the functionality we must support right now, can open a new issue to track it once this PR has merged. Raise #5150 to track this. |
Signed-off-by: EshaanAgg <[email protected]>
Signed-off-by: EshaanAgg <[email protected]>
@@ -58,7 +58,7 @@ go.testdata.complete: ## Override test ouputdata | |||
go.test.coverage: go.test.cel ## Run go unit and integration tests in GitHub Actions | |||
@$(LOG_TARGET) | |||
KUBEBUILDER_ASSETS="$(shell $(tools/setup-envtest) use $(ENVTEST_K8S_VERSION) -p path)" \ | |||
go test ./... --tags=integration -race -coverprofile=coverage.xml -covermode=atomic | |||
go test ./... --tags=integration -race -coverprofile=coverage.xml -covermode=atomic -p 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the trouble! Let's leave it! We can change current healthz server port to a non-conflict one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! I will try to address #5149 first, then, and then update this PR post it. Thanks for the help!
What type of PR is this?
Adds support for recursive file loading.
Which issue(s) this PR fixes:
Fixes #4689
Release Notes: Yes