mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-08 09:39:02 +00:00

* feat: indexed test case results * feat: added indexation logic for test case results * style: ran java linting * fix: IDE warnigns * chore: added test case results migration * style: ran java linting * fix: postgres migration column json ref * empty commit to trigger queued * chore: extracted test case results to its own resource * chore: fix failing tests * chore: move testCaseResult state from testSuite and testCase to dynamic field fetched from test case results search index * chore: clean up test case repository * style: ran java linting * chore: removed testCaseResultSummary and testCaseResult state from db * fix: test failures * chore: fix index mapping type for result value * chore: fix test failure