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

Refactor tests when moving to k8s.io/client-go v0.26.0 #4107

Merged
merged 12 commits into from
Jan 20, 2023

Commits on Jan 14, 2023

  1. bump go-client version

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    a25275b View commit details
    Browse the repository at this point in the history
  2. migrate to GinkgoV2

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    3e42164 View commit details
    Browse the repository at this point in the history
  3. migrate to GinkgoV2 by changing async testing

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    536bcc4 View commit details
    Browse the repository at this point in the history
  4. bump sigs.k8s.io/controller-tools to v0.11.0

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    f5662c4 View commit details
    Browse the repository at this point in the history
  5. fix BeforeSuite() TimeOut when migrating to ginkgo v2

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    07c36fe View commit details
    Browse the repository at this point in the history
  6. fix CRD generation bug in k8s 1.26 with Kustomize patch

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    1511a4a View commit details
    Browse the repository at this point in the history
  7. migrate to GinkgoV2 by changing async testing for scaledobject_webhoo…

    …k_test.go
    
    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    294673c View commit details
    Browse the repository at this point in the history
  8. Group import in suite_test.go

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    059e247 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. fix go imports fmt and minor code review changes

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    7deab8e View commit details
    Browse the repository at this point in the history
  2. fix CI failures with make clientset-generate

    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    4d12b4a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Fix accidental downgrade of generated pb and remove deprecated exec.S…

    …tream()
    
    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    0c5fe86 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update kubernetes to v1.26.1 to fix CustomResourceDefinitions schema …

    …incompatibility
    
    Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
    dttung2905 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3504783 View commit details
    Browse the repository at this point in the history