Skip to content
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

remove unnecessary spark job from registry test #790

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

Yuqing-cat
Copy link
Collaborator

Signed-off-by: Yuqing Wei weiyuqing021@outlook.com

Description

Based on CI failure here: https://github.com/feathr-ai/feathr/actions/runs/3279090567/jobs/5398225684#step:8:510

feathr_project/test/test_feature_registry.py is marked as F but the RuntimeError: Spark job failed. has nothing todo with registry itself.

By removing the unnecessary spark job, test cost will be saved and only feature register use case will be tested.

How was this PR tested?

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to clarify your proposed changes.

Signed-off-by: Yuqing Wei <weiyuqing021@outlook.com>
@blrchen blrchen requested a review from enya-yx October 28, 2022 06:47
@xiaoyongzhu
Copy link
Member

@Yuqing-cat assuming we have other test cases to cover the E2E test for registry?

@blrchen
Copy link
Collaborator

blrchen commented Oct 28, 2022

@Yuqing-cat assuming we have other test cases to cover the E2E test for registry?

The daily notebook test covers registry E2E, given CI now is taking very long to complete and spark job fails frequently, we should make CI test more scoped and united.

@blrchen blrchen merged commit 2f868ef into feathr-ai:main Oct 31, 2022
blrchen added a commit that referenced this pull request Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants