forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Operator E2E test to validate FeatureStore custom resource usin…
…g remote registry (feast-dev#4822) * Added new e2e test case to do the remote registry deployment. abstracted the code to do the featurestore testing. Signed-off-by: lrangine <[email protected]> * abstracted the code even further. Now the custom resource CR will execute only once for all the test cases. Signed-off-by: lrangine <[email protected]> * fixing the operator e2e test. this was commented before by mistake. Signed-off-by: lrangine <[email protected]> * increasing the remote registry deployment timeout to see if it solves the github CI timeout issue. Signed-off-by: lrangine <[email protected]> * Trying to increase the timeout and also adding the debugging actions when there is a failure. Signed-off-by: lrangine <[email protected]> * increased the go test timeout to 30m to fix the github operator e2e test action. Signed-off-by: lrangine <[email protected]> * increased the go test timeout to 30m to fix the github operator e2e test action. Signed-off-by: lrangine <[email protected]> * increased the go test timeout to 30m to fix the github operator e2e test action. Signed-off-by: lrangine <[email protected]> * incorporating the code review comments. Signed-off-by: lrangine <[email protected]> * incorporating the code review comments by using the feastRef. Signed-off-by: lrangine <[email protected]> * incorporating the code review comments by marshaling json to the go struct object rather than map. Signed-off-by: lrangine <[email protected]> * Fixing the lint error. Signed-off-by: lrangine <[email protected]> --------- Signed-off-by: lrangine <[email protected]>
- Loading branch information
1 parent
3d6bf42
commit d558ef7
Showing
5 changed files
with
230 additions
and
116 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
Oops, something went wrong.