Yu Jin
Yu Jin
**Is your feature request related to a problem? Please describe.** Add test for data_source_item **Describe the solution you'd like** Add test for data_source_item **Describe alternatives you've considered** A clear and...
**Is your feature request related to a problem? Please describe.** Increase test coverage for data_source_error_menu **Describe the solution you'd like** Increase test coverage for data_source_error_menu **Describe alternatives you've considered** A...
**Is your feature request related to a problem? Please describe.** Add test for edit_data_source **Describe the solution you'd like** Add test for edit_data_source **Describe alternatives you've considered** A clear and...
**Is your feature request related to a problem? Please describe.** ``` export async function getDataSourceById( id: string, savedObjectsClient: SavedObjectsClientContract ) { const response = await savedObjectsClient.get('data-source', id); if (!response ||...
**Describe the bug** Found that when run FT repo in OSD, if there is no test to run, the test result still show succeed **To Reproduce** Like this https://github.com/opensearch-project/OpenSearch-Dashboards/actions/runs/8932383630/job/24536146128?pr=6610 Go...
**Is your feature request related to a problem? Please describe.** Increase the test coverage for DataSourceAggregated view **Describe the solution you'd like** Increase the test coverage for DataSourceAggregated view **Describe...
**Is your feature request related to a problem? Please describe.** Add UT for custom_database_icon: https://app.codecov.io/gh/opensearch-project/OpenSearch-Dashboards/tree/main/src%2Fplugins%2Fdata_source_management%2Fpublic%2Fcomponents%2Fcustom_database_icon **Describe the solution you'd like** Add UT for custom_database_icon **Describe alternatives you've considered** N/A **Additional...