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

Implement sorting by NS and test object sorting. #259

Merged
merged 3 commits into from
Apr 19, 2020

Conversation

mplzik
Copy link
Contributor

@mplzik mplzik commented Apr 16, 2020

  • the original sort code in Reconcile() didn't take into account
    the case where two objects of the same kind and name might reside in
    different namespace, allowing the sort being non-deterministic at
    times.

  • testing of the sort code is now implemented.

There might be some refactor pending, since kubernetes_test.go also
contains code testing Reconcile(), but this is outside the scope of
this PR.

- the original sort code in Reconcile() didn't take into account
  the case where two objects of the same kind and name might reside in
  different namespace, allowing the sort being non-deterministic at
  times.

- testing of the sort code is now implemented.

There might be some refactor pending, since `kubernetes_test.go` also
contains code testing `Reconcile()`, but this is outside the scope of
this PR.

Signed-off-by: Milan Plzik <[email protected]>
@mplzik mplzik force-pushed the mplzik/test-object-sorting branch from 63194c9 to 3a18c9d Compare April 16, 2020 08:44
@mplzik mplzik requested a review from sh0rez April 16, 2020 08:50
@mplzik mplzik marked this pull request as ready for review April 16, 2020 08:50
@mplzik mplzik linked an issue Apr 16, 2020 that may be closed by this pull request
Copy link
Member

@sh0rez sh0rez left a comment

Choose a reason for hiding this comment

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

Very nice!

- Refactored `mkobj` to look nicer.
- Added a testcase that tests prioritizing Kind -> Namespace -> Name, in
  that order.

Signed-off-by: Milan Plzik <[email protected]>
@mplzik
Copy link
Contributor Author

mplzik commented Apr 17, 2020

@sh0rez changes implemented; PTAL.

@mplzik mplzik mentioned this pull request Apr 19, 2020
Copy link
Member

@sh0rez sh0rez left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@sh0rez sh0rez merged commit 68eee01 into master Apr 19, 2020
@sh0rez sh0rez deleted the mplzik/test-object-sorting branch April 19, 2020 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test output object ordering from the reconcile phase.
2 participants