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

Run functional and NFR tests with ginkgo #1833

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Apr 17, 2024

Proposed changes

Problem: Our tests use ginkgo but we run tests with go test

Solution: Switch to running test with ginkgo

Closes #1677

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

Release notes

If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.

NONE

@github-actions github-actions bot added dependencies Pull requests that update a dependency file tests Pull requests that update tests labels Apr 17, 2024
@lucacome lucacome force-pushed the tests/functional-ginkgo branch 3 times, most recently from d6115bf to 9d31abb Compare April 19, 2024 01:03
@lucacome lucacome marked this pull request as ready for review April 19, 2024 01:05
@lucacome lucacome requested a review from a team as a code owner April 19, 2024 01:05
@lucacome lucacome changed the title Run functional tests with ginkgo Run functional and NFR tests with ginkgo Apr 19, 2024

This comment was marked as outdated.

Problem: Our tests use ginkgo but we run tests with `go test`

Solution: Switch to running test with ginkgo
@lucacome lucacome merged commit c298216 into main Apr 25, 2024
40 checks passed
@lucacome lucacome deleted the tests/functional-ginkgo branch April 25, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file tests Pull requests that update tests
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Run functional and NGF tests using ginkgo
3 participants