-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add Code formatting check post Pull-Request (#3349) #4028
base: main
Are you sure you want to change the base?
Conversation
* bug: added code formatting check in java test pull request hook Signed-off-by: Prakhar Singhal <[email protected]>
Welcome @prakhar479! It looks like this is your first PR to knative-extensions/eventing-kafka-broker 🎉 |
Hi @prakhar479. Thanks for your PR. I'm waiting for a knative-extensions member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: prakhar479 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4028 +/- ##
=======================================
Coverage 48.48% 48.48%
=======================================
Files 244 244
Lines 14469 14469
=======================================
Hits 7016 7016
Misses 6746 6746
Partials 707 707 ☔ View full report in Codecov by Sentry. |
seems like the java tests are failing. I found following as first point of failure:
with error:
these were some relevant logs between initialization and error:
Can someone help with following since I did not make any changes to core logic and thus am unsure why are these failing. thanks! |
emm, this flaky test appears again. That's a separate issue, and this is not related to your PR @prakhar479 . I will look into this and get back to you, thanks for providing the clear description of the error logs! |
Fix for the flaky test is here #4029 |
/ok-to-test |
/retest |
/retest-required |
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.
Thanks for starting on this @prakhar479 !
Could you also add this to
eventing-kafka-broker/test/presubmit-tests.sh
Lines 35 to 38 in dcb704a
function build_tests() { | |
header "Running control plane build tests" | |
default_build_test_runner || fail_test "Control plane build tests failed" | |
} |
Signed-off-by: Prakhar Singhal <[email protected]>
I have added the formatting check in build_tests as well. |
Signed-off-by: Prakhar Singhal <[email protected]>
Signed-off-by: Prakhar Singhal <[email protected]>
Signed-off-by: Prakhar Singhal <[email protected]>
@prakhar479: The following tests failed, say
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. I understand the commands that are listed here. |
I am not quite able to understand why the
and both failed tests return with code |
Signed-off-by: Prakhar Singhal [email protected]
Fixes #