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

corrected error msg #2372

Merged
merged 2 commits into from
Jun 20, 2024
Merged

corrected error msg #2372

merged 2 commits into from
Jun 20, 2024

Conversation

swastik959
Copy link
Contributor

Changes

/kind bug

Fixes #2257

Release Note


Docs


Signed-off-by: swastik959 <Sswastik959@gmail.com>
@knative-prow knative-prow bot added the kind/bug Categorizes issue or PR as related to a bug. label Jun 18, 2024
Copy link

knative-prow bot commented Jun 18, 2024

Hi @swastik959. Thanks for your PR.

I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@knative-prow knative-prow bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 18, 2024
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 65.68%. Comparing base (2ac73da) to head (4247e8f).
Report is 9 commits behind head on main.

Files Patch % Lines
pkg/knative/deployer.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2372      +/-   ##
==========================================
+ Coverage   60.20%   65.68%   +5.48%     
==========================================
  Files         128      128              
  Lines       14895    11537    -3358     
==========================================
- Hits         8967     7578    -1389     
+ Misses       5008     3002    -2006     
- Partials      920      957      +37     
Flag Coverage Δ
e2e-test 37.98% <0.00%> (-0.02%) ⬇️
e2e-test-oncluster 31.18% <0.00%> (-0.01%) ⬇️
e2e-test-oncluster-runtime 27.11% <0.00%> (?)
e2e-test-runtime-go 26.03% <0.00%> (?)
e2e-test-runtime-node 26.99% <0.00%> (?)
e2e-test-runtime-python 26.99% <0.00%> (?)
e2e-test-runtime-quarkus 27.09% <0.00%> (?)
e2e-test-runtime-rust 26.10% <0.00%> (?)
e2e-test-runtime-springboot 26.12% <0.00%> (?)
e2e-test-runtime-typescript 27.08% <0.00%> (?)
integration-tests 51.27% <0.00%> (+2.47%) ⬆️
unit-tests 49.27% <0.00%> (?)
unit-tests-macos-latest ?
unit-tests-ubuntu-latest ?
unit-tests-windows-latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matejvasek
Copy link
Contributor

@swastik959 you need to fix that linter error.

@swastik959
Copy link
Contributor Author

@matejvasek should I remove the fmt.print for all the conditions ?

@matejvasek
Copy link
Contributor

@swastik959 the fmt.Sprint() is unnecessary at line 969 since there is no formatting, you can use plain string there.

Signed-off-by: swastik959 <Sswastik959@gmail.com>
@matejvasek
Copy link
Contributor

/approve
/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 20, 2024
Copy link

knative-prow bot commented Jun 20, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matejvasek, swastik959

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 20, 2024
@matejvasek
Copy link
Contributor

/ok-to-test

@knative-prow knative-prow bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 20, 2024
@knative-prow knative-prow bot merged commit 40eb0eb into knative:main Jun 20, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

knative deployer failed to update the Knative Service: referenced Secret xxxis not present
2 participants