[CI] : add logs for e2e tests for easier debugging#374
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #374 +/- ##
=======================================
Coverage 73.48% 73.48%
=======================================
Files 15 15
Lines 2682 2682
=======================================
Hits 1971 1971
Misses 544 544
Partials 167 167 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
e2e/test/lb-http-status-health-check/chainsaw-test.yaml:40
- [nitpick] For consistency with similar log messages in other tests, consider updating 'Nodebalancer id:' to 'Nodebalancer ID:'.
echo "Nodebalancer id: $nbid"
e2e/test/lb-with-multiple-http-https-ports/chainsaw-test.yaml:67
- [nitpick] Consider using consistent capitalization such as 'LoadBalancer IP:' to match naming conventions in other test logs.
echo "loadbalancer ip: $IP"
komer3
reviewed
Apr 15, 2025
komer3
approved these changes
Apr 15, 2025
hcwagner
pushed a commit
to hcwagner/linode-cloud-controller-manager
that referenced
this pull request
Jun 11, 2025
* add logs for e2e tests for easier debugging * run test a bit longer to see if it helps with timeout errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
General:
We have seen some e2e tests fail randomly. This PR adds more logs and also lets those tests to run a bit longer to see if that helps.
Pull Request Guidelines: