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

testutils: remove gocheck #25684

Merged
merged 2 commits into from
Jun 15, 2023
Merged

testutils: remove gocheck #25684

merged 2 commits into from
Jun 15, 2023

Conversation

lmb
Copy link
Contributor

@lmb lmb commented May 25, 2023

Use testing instead of gopkg.in/check.v1. Migrate users of IntegrationCheck to IntegrationTest.

@lmb lmb added area/CI Continuous Integration testing issue or flake release-note/misc This PR makes changes that have no direct user impact. labels May 25, 2023
@lmb
Copy link
Contributor Author

lmb commented May 25, 2023

/test

@lmb
Copy link
Contributor Author

lmb commented May 30, 2023

/test

@lmb
Copy link
Contributor Author

lmb commented May 31, 2023

/test

@lmb
Copy link
Contributor Author

lmb commented Jun 5, 2023

/test

@lmb
Copy link
Contributor Author

lmb commented Jun 5, 2023

ci-l4lb is #25892

@lmb lmb marked this pull request as ready for review June 5, 2023 14:47
@lmb lmb requested review from a team as code owners June 5, 2023 14:47
Copy link
Member

@giorio94 giorio94 left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Member

Choose a reason for hiding this comment

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

Nit. Should these changes be in a separate commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You mean, split removing checkmate from testutils from removing IntegrationCheck?

Copy link
Member

Choose a reason for hiding this comment

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

Yep, exactly (if that makes sense to you)

@lmb
Copy link
Contributor Author

lmb commented Jun 12, 2023

@tommyp1ckles could you give this PR a quick one over please?

@lmb
Copy link
Contributor Author

lmb commented Jun 12, 2023

/test

@lmb
Copy link
Contributor Author

lmb commented Jun 13, 2023

Both CI failures are known flakes.

@lmb
Copy link
Contributor Author

lmb commented Jun 13, 2023

/test

Job 'Cilium-PR-K8s-1.26-kernel-net-next' hit: #25958 (89.13% similarity)

@lmb
Copy link
Contributor Author

lmb commented Jun 13, 2023

ci-ginkgo is #26009

Copy link
Contributor

@ti-mo ti-mo left a comment

Choose a reason for hiding this comment

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

💯 💯 💯

Copy link
Member

@sayboras sayboras left a comment

Choose a reason for hiding this comment

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

LGTM ✔️

@lmb lmb self-assigned this Jun 14, 2023
@sayboras
Copy link
Member

test-1.26-net-next hits #25958

@lmb
Copy link
Contributor Author

lmb commented Jun 14, 2023

/test-1.26-net-next

@lmb
Copy link
Contributor Author

lmb commented Jun 14, 2023

/test-ci-ginkgo

lmb added 2 commits June 14, 2023 10:36
gocheck tests can now call IntegrationTest, migrate them and
remove IntegrationCheck.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
Remove uses of gocheck in favour of testing.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
@lmb
Copy link
Contributor Author

lmb commented Jun 14, 2023

/test

@lmb
Copy link
Contributor Author

lmb commented Jun 14, 2023

runtime is #26222

@lmb lmb added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jun 14, 2023
@tommyp1ckles
Copy link
Contributor

sorry for the delay - looks good

@sayboras sayboras merged commit f1134ad into cilium:main Jun 15, 2023
65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants