Skip to content

[CI] : add logs for e2e tests for easier debugging#374

Merged
rahulait merged 2 commits intomainfrom
add-logs-for-e2e-tests
Apr 15, 2025
Merged

[CI] : add logs for e2e tests for easier debugging#374
rahulait merged 2 commits intomainfrom
add-logs-for-e2e-tests

Conversation

@rahulait
Copy link
Copy Markdown
Contributor

@rahulait rahulait commented Apr 15, 2025

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.

  • Have you removed all sensitive information, including but not limited to access keys and passwords?
  • Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?

Pull Request Guidelines:

  1. Does your submission pass tests?
  2. Have you added tests?
  3. Are you addressing a single feature in this PR?
  4. Are your commits atomic, addressing one change per commit?
  5. Are you following the conventions of the language?
  6. Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. Have you explained your rationale for why this feature is needed?
  8. Have you linked your PR to an open issue

@github-actions github-actions Bot added the repo-ci-improvement for improvements in the repository or CI workflow in the changelog. label Apr 15, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.48%. Comparing base (c982307) to head (c3fae27).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Comment thread e2e/test/lb-http-status-health-check/chainsaw-test.yaml
@rahulait rahulait merged commit 28651da into main Apr 15, 2025
9 checks passed
@rahulait rahulait deleted the add-logs-for-e2e-tests branch May 29, 2025 14:12
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

repo-ci-improvement for improvements in the repository or CI workflow in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants