-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add integration tests for AWS Lambda feature server #2001
Add integration tests for AWS Lambda feature server #2001
Conversation
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
Codecov Report
@@ Coverage Diff @@
## master #2001 +/- ##
==========================================
+ Coverage 83.20% 84.37% +1.16%
==========================================
Files 103 103
Lines 8467 8523 +56
==========================================
+ Hits 7045 7191 +146
+ Misses 1422 1332 -90
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
going to hold off on review until the tests run successfully |
sdk/python/tests/integration/online_store/test_universal_online.py
Outdated
Show resolved
Hide resolved
sdk/python/tests/integration/online_store/test_universal_online.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm pending fixing of flaky test
/lgtm
base64-ing project name and then taking the prefix was not working when the prefix of the project name was identical between tests (only their endings were different for some tests). This caused lambda names between test cases to be the same, causing conflicts between updates. Now, we instead use md5 hash which depends on the entire body of the input, eliminating this issue. Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, tsotnet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Tsotne Tabidze tsotne@tecton.ai
What this PR does / why we need it: This PR does a couple of things:
:aws
, which obviously couldn't support multiple releases (let alone integration tests)0.14.1.dev41+g1cbfa225.d20211104
, it'll use0_14_1
version.Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: