◐ Shell
clean mode source ↗

feat: Operator E2E test to validate FeatureStore custom resource using remote registry by lokeshrangineni · Pull Request #4822 · feast-dev/feast

added 2 commits

December 5, 2024 16:42
abstracted the code to do the featurestore testing.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
…cute only once for all the test cases.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

@lokeshrangineni lokeshrangineni changed the title Operator E2E test to validate FeatureStore custom resource using remote registry feat: Operator E2E test to validate FeatureStore custom resource using remote registry

Dec 6, 2024
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
… the github CI timeout issue.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
…when there is a failure.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
…est action.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
…est action.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
…est action.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

tchughesiv

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

tchughesiv

…truct object rather than map.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

tchughesiv

dharmisha pushed a commit to nishantgaurav-dev/feast that referenced this pull request

Jan 15, 2025
…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 <19699092+lokeshrangineni@users.noreply.github.com>

* abstracted the code even further. Now the custom resource CR will execute only once for all the test cases.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* fixing the operator e2e test. this was commented before by mistake.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* increasing the remote registry deployment timeout to see if it solves the github CI timeout issue.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* Trying to increase the timeout and also adding the debugging actions when there is a failure.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* increased the go test timeout to 30m to fix the github operator e2e test action.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* increased the go test timeout to 30m to fix the github operator e2e test action.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* increased the go test timeout to 30m to fix the github operator e2e test action.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* incorporating the code review comments.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* incorporating the code review comments by using the feastRef.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* incorporating the code review comments by marshaling json to the go struct object rather than map.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

* Fixing the lint error.

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

---------

Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>

tmihalac pushed a commit to opendatahub-io/feast that referenced this pull request

Jan 21, 2025