-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Minor logical test suite agg update #18978
Minor logical test suite agg update #18978
Conversation
TestSuiteRepository testSuiteRepository = | ||
(TestSuiteRepository) Entity.getEntityRepository(Entity.TEST_SUITE); | ||
TestSuite testSuite = Entity.getEntity(test.getTestSuite(), "*", ALL); | ||
TestSuite testSuite = Entity.getEntity(Entity.TEST_SUITE, testSuiteId, "*", ALL); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to fetch all fields here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll update it the entity in ES afterwards. Maybe we can just update the specific fields in ES. LMK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll make this call on:
- Test Case creation/deletion
- Adding/Deleting a test case from a logical test suite
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Describe your changes:
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>