Skip to content

Conversation

lucacome
Copy link
Contributor

@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 force-pushed the tests/functional-ginkgo branch from 81c1455 to 28032cf Compare April 24, 2024 18:05
@lucacome lucacome merged commit c298216 into main Apr 25, 2024
@lucacome lucacome deleted the tests/functional-ginkgo branch April 25, 2024 15:57
miledxz added a commit to miledxz/nginx-gateway-fabric that referenced this pull request Jan 14, 2025
Problem: Our tests use ginkgo but we run tests with `go test`

Solution: Switch to running test with ginkgo
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
None yet
Development

Successfully merging this pull request may close these issues.

Run functional and NGF tests using ginkgo
3 participants