Fix unit tests not running in feast.core package.#883
Fix unit tests not running in feast.core package.#883feast-ci-bot merged 6 commits intofeast-dev:masterfrom mrzzy:fix-feast-core-test
Conversation
|
/ok-to-test |
There was a problem hiding this comment.
@dr3s is it possible to remove the ObjectProvider here to remove the code duplication in two nearly identical AccessManagementService() constructors? This makes the code really error prone.
(:disappointed_relieved: I was stuck debugging because I didn't realize there were two constructors.)
It seems that one constructor is used by Spring and one used by tests.
core/src/main/java/feast/core/service/AccessManagementService.java
Outdated
Show resolved
Hide resolved
core/src/main/java/feast/core/service/AccessManagementService.java
Outdated
Show resolved
Hide resolved
|
/test test-end-to-end-batch-dataflow |
3 similar comments
|
/test test-end-to-end-batch-dataflow |
|
/test test-end-to-end-batch-dataflow |
|
/test test-end-to-end-batch-dataflow |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrzzy, woop The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
…gementService's constructor
|
/test test-end-to-end-batch |
1 similar comment
|
/test test-end-to-end-batch |
|
/test test-end-to-end-batch |
|
/lgtm |
What this PR does / why we need it:
Fixes most
feast.coreunit tests not running as described in issue #882core/pom.xmlWhich issue(s) this PR fixes:
Fixes #882
Does this PR introduce a user-facing change?: