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

Minor improvements to end-to-end testing framework #66

Merged
merged 4 commits into from
Jun 7, 2024

Conversation

kispaljr
Copy link
Collaborator

@kispaljr kispaljr commented Jun 7, 2024

This PR includes the following improvements in our end-to-end tests:

  • start logs of failed test cases with the "ERROR" string
  • make references to source code (filenames and lines) in test output more meaningful
  • continue the separation of utilities and actual test cases to separate files
  • replace deprecated PollImmediateWithContext() calls
  • fix a bug in clean-kind-only-e2e-test.sh
  • make the name of the receiver parameter of TestSuite methods consistent (t)

- start logs of failed test cases with "ERROR"
- make references to code lines more meaningful in the testing output
- continue the separation of utils and tests
- replace deprecated PollImmediateWithContext calls
@kispaljr kispaljr requested review from tliron and liamfallon and removed request for s3wong June 7, 2024 14:21
@kispaljr kispaljr added the enhancement New feature or request label Jun 7, 2024
@efiacor
Copy link
Collaborator

efiacor commented Jun 7, 2024

/approve

Copy link
Contributor

nephio-prow bot commented Jun 7, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: efiacor, kispaljr

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

@nephio-prow nephio-prow bot added the approved label Jun 7, 2024
@kispaljr kispaljr requested a review from efiacor June 7, 2024 18:34
@efiacor
Copy link
Collaborator

efiacor commented Jun 7, 2024

/lgtm

@nephio-prow nephio-prow bot added the lgtm label Jun 7, 2024
@nephio-prow nephio-prow bot merged commit ef6badd into nephio-project:main Jun 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved enhancement New feature or request lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants