-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add integration tests for AWS Lambda feature server (#2001)
* Add integration tests for AWS Lambda feature server Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai> * Fix feature server bugs & integration test Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai> * Address comments & ignore incorrect linter errors Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai> * Fix float comparison & lambda api call retries Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai> * Increase retries and catch other ClientErrors Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai> * Fix lambda name shortening (md5 hashing instead of base64 prefixing) 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>
- Loading branch information
Tsotne Tabidze
authored
Nov 12, 2021
1 parent
d607a20
commit 2435777
Showing
13 changed files
with
271 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.