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

FIX #14248 - Implement test case resolution task workflow #14323

Merged
merged 5 commits into from
Dec 12, 2023

Conversation

TeddyCr
Copy link
Contributor

@TeddyCr TeddyCr commented Dec 8, 2023

Describe your changes:

Fixes #14248

  • Implement test case resolution workflow for assigned and resolved tasks

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

New feature

  • The issue properly describes why the new feature is needed, what's the goal, and how we are building it. Any discussion
    or decision-making process is reflected in the issue.
  • I have updated the documentation.
  • I have added tests around the new logic.

@TeddyCr TeddyCr requested review from a team as code owners December 8, 2023 20:04
@github-actions github-actions bot added Ingestion backend safe to test Add this label to run secure Github workflows on PRs labels Dec 8, 2023
pmbrull
pmbrull previously approved these changes Dec 11, 2023
@@ -1426,7 +1426,10 @@ def ingest_test_case(self) -> Iterable[Either[OMetaTestCaseSample]]:
)
create_test_case_resolution.testCaseResolutionStatusDetails = Assigned(
assignee=EntityReference(
id=user.id.__root__, type="user"
id=user.id.__root__,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming entity can be team or user?
also lets make sure we are validating on the backend side

Copy link
Contributor Author

@TeddyCr TeddyCr Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually just added support for user as far as task flow creation goes. I'll merge it for now to unblock UI, and add the user validation in a seperate PR.

Copy link

[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@TeddyCr TeddyCr merged commit 20bc238 into open-metadata:main Dec 12, 2023
16 checks passed
MrVinegar pushed a commit to MrVinegar/OpenMetadata that referenced this pull request Dec 15, 2023
open-metadata#14323)

* feat: add test case resolution task workflow

* fix: conflict with main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend data quality Ingestion safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create the assigned task workflow
3 participants