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

Internally represent value and threshold as int64 #2801

Merged
merged 2 commits into from
Mar 23, 2022

Conversation

zroubalik
Copy link
Member

@zroubalik zroubalik commented Mar 22, 2022

Signed-off-by: Zbynek Roubalik zroubalik@gmail.com

Internally represent value and threshold as int64 to avoid mutliple conversions, this is not user facing, not breaking change from UX. It is a first step towards full implemenation of #2790

Breaking changes from UX (ie conversion from float) needed to be done in a separate PR preferrably.

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Tests have been added
  • Changelog has been updated and is aligned with our changelog requirements

Relates #2790

@zroubalik zroubalik requested a review from a team as a code owner March 22, 2022 22:44
@zroubalik zroubalik marked this pull request as draft March 22, 2022 22:44
@zroubalik
Copy link
Member Author

zroubalik commented Mar 22, 2022

/run-e2e
Update: You can check the progres here

@zroubalik zroubalik marked this pull request as ready for review March 23, 2022 06:54
@zroubalik
Copy link
Member Author

/run-e2e Update: You can check the progres here

only expected failures: aws dynamodb and azure data explorer

Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
@zroubalik
Copy link
Member Author

zroubalik commented Mar 23, 2022

/run-e2e
Update: You can check the progres here

@zroubalik
Copy link
Member Author

/run-e2e Update: You can check the progres here

expected failure only: scalers/azure-data-explorer.test.ts

Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

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

LGTM

@JorTurFer
Copy link
Member

Don't forget the changelog 😉

Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
@zroubalik zroubalik changed the title internally represent value and threshold as int64 Internally represent value and threshold as int64 Mar 23, 2022
@zroubalik zroubalik merged commit 76527d5 into kedacore:main Mar 23, 2022
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.

2 participants