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

GEN-1192 - Move Test Case to its Own Resource #17862

Merged
merged 39 commits into from
Sep 18, 2024

Conversation

TeddyCr
Copy link
Contributor

@TeddyCr TeddyCr commented Sep 16, 2024

Describe your changes:

  • Move test case results to its own API resource
  • Added list test case results from search endpoint
  • Remove test case result state from testSuite and testCase
    • Will be fetched from search index

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.

Improvement

  • I have added tests around the new logic.
  • For connector/ingestion changes: I updated the documentation.

…ic field fetched from test case results search index
Copy link

sonarcloud bot commented Sep 17, 2024

return TestUtils.get(target, TestCaseResultResource.TestCaseResultList.class, authHeader);
}

protected void validateListTestCaseResultsFromSearchWithPagination(
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice :)

Copy link
Contributor

@mohityadav766 mohityadav766 left a comment

Choose a reason for hiding this comment

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

LGTM!

@TeddyCr TeddyCr enabled auto-merge (squash) September 18, 2024 09:58
@TeddyCr TeddyCr merged commit 33c50ef into open-metadata:main Sep 18, 2024
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants