You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/12/13 03:40:42 UTC

[GitHub] [dolphinscheduler] github-actions[bot] edited a comment on issue #7312: [Feature][e2e] Resource Center test cases

github-actions[bot] edited a comment on issue #7312:
URL: https://github.com/apache/dolphinscheduler/issues/7312#issuecomment-990648217


   ### Search before asking
   
   -[X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   | task status | Function module | Test point | Priority | Service | Test procedure | Expected result | Actual result | Remarks |
   | ----------- | ----- | ---------------- | --- | ------- | - -------------------------------------------------- -------------------------------------------------- --- | ---------------------------------------------- ------------------------------- | ---- | - |
   | <ul><li>[] finish</li></ul> | Data source list| Create MYSQL data source| p1 | Start api service| 1. Enter the data source center page, click the "Create data source" button, Pop-up box<br>2. Data source type selection MYSQL<br>3. Edit data source information<br>4. Click the "Test Connection" button to test the connection<br>5. Click "Submit" | 1. Test the connection is not Passed, data source information cannot be saved<br>2. The test connection is passed, save the data source information, and a new piece of data is added to the t\_ds\_datasource table | | |
   | <ul><li>[] finish</li></ul> | Data source list| Create POSTGRESQL data source| p1 | Start api service| 1. Enter the data source center page, click the "Create data source" button, Pop up a pop-up box<br>2. Select the data source type POSTGRESQL (database name is not verified)<br>3. Edit the data source information<br>4. Click the "Test Connection" button to test the connection<br>5. Click "Submit "| 1. The test connection fails and the data source information cannot be saved<br>2. The test connection is passed, save the data source information, and a new piece of data is added to the t\_ds\_datasource table | | |
   | <ul><li>[] finish</li></ul> | Data source list| Create HIVE/IMPALA data source| p1 | Start api service| 1. Enter the data source center page, click "Create data source" Button, a pop-up box pops up<br>2. Data source type selection HIVE/IMPALA<br>3. Edit data source information<br>4. Click the "Test Connection" button to test the connection<br>5. Click "Submit" | 1 .The test connection fails, and the data source information cannot be saved.<br>2. The test connection is passed, save the data source information, and a new piece of data is added to the t\_ds\_datasource table | | |
   | <ul><li>[] finish</li></ul> | Data source list| Create SPARK data source| p1 | Start api service| 1. Enter the data source center page, click the "Create data source" button, Pop-up box<br>2. Data source type selection SPARK<br>3. Edit data source information<br>4. Click "Test Connection" button to test the connection<br>5. Click "Submit" | 1. Test the connection is not Passed, data source information cannot be saved<br>2. The test connection is passed, save the data source information, and a new piece of data is added to the t\_ds\_datasource table | | |
   | <ul><li>[] finish</li></ul> | Data source list| Create CLICKHOUSE data source| p1 | Start api service| 1. Enter the data source center page, click the "Create data source" button, Pop-up box<br>2. Data source type selection CLICKHOUSE<br>3. Edit data source information<br>4. Click the "Test Connection" button to test the connection<br>5. Click "Submit" | 1. Test the connection is not Passed, data source information cannot be saved<br>2. The test connection is passed, save the data source information, and a new piece of data is added to the t\_ds\_datasource table | | |
   | <ul><li>[] finish</li></ul> | Data source list| Create ORACLE data source| p1 | Start api service| 1. Enter the data source center page, click the "Create data source" button, Pop-up box<br>2. Data source type selection ORACLE<br>3. Edit data source information<br>4. Click the "Test Connection" button to test the connection<br>5. Click "Submit" | 1. Test the connection is not Passed, data source information cannot be saved<br>2. The test connection is passed, save the data source information, and a new piece of data is added to the t\_ds\_datasource table | | |
   | <ul><li>[] finish</li></ul> | Data source list| Create SQLSERVER data source| p1 | Start api service| 1. Enter the data source center page, click the "Create data source" button, Pop-up box<br>2. Data source type selection SQLSERVER<br>3. Edit data source information<br>4. Click the "Test Connection" button to test the connection<br>5. Click "Submit" | 1. Test the connection is not Passed, data source information cannot be saved<br>2. The test connection is passed, save the data source information, and a new piece of data is added to the t\_ds\_datasource table | | |
   | <ul><li>[] finish</li></ul> | Data source list| Create DB2 data source| p1 | Start api service| 1. Enter the data source center page, click the "Create data source" button, Pop-up box<br>2. Data source type selection DB2<br>3. Edit data source information<br>4. Click the "Test Connection" button to test the connection<br>5. Click "Submit" | 1. Test the connection is not Passed, data source information cannot be saved<br>2. The test connection is passed, save the data source information, and a new piece of data is added to the t\_ds\_datasource table | | |
   | <ul><li>[] finish</li></ul> | Data source list| Cancel creation of data source| p3 | Start api service| 1. Enter the data source center page, click the "Create data source" button, Pop-up box<br>2. Select the data source type<br>3. Edit the data source information<br>4. Click the "Cancel" button | Cancel the creation of the data source | | |
   | <ul><li>[] finish</li></ul> | Data source list | View data source parameters | p3 | Start api service | 1. Enter the data source center page, click "click to view" under the data source parameters ā€¯Button | Display database related information, password encryption display | | |
   | <ul><li>[] finish</li></ul> | Data source list| Edit data source| p1 | Start api service| 1. Enter the data source center page, click the "Edit" button, and "Edit" will pop up Data source" pop-up box<br>2. Edit data source information<br>3. Click the "Test Connection" button to test the connection<br>4. Click the "Edit" button<br> | 1. The test connection is not passed, do not update Data source information<br>2. The test connection is passed, and the t\_ds\_datasource table updates the data source information | | |
   | <ul><li>[] finish</li></ul> | Data source list| Cancel editing data source| p3 | Start api service| 1. Enter the data source center page, click the "Edit" button, and a pop-up " Edit data source" pop-up box<br>2. Edit data source information<br>3. Click the "Cancel" button<br> | Cancel data source editing, data source information will not be updated | | |
   | <ul><li>[] finish</li></ul> | Data source list | Delete data source | p1 | Start api service | Enter the data source center page, click the "Delete" button | Delete data source | | |
   | <ul><li>[] finish</li></ul> | Data source list| Query data source| p1 | Start api service| Enter the data source center page, enter the data source name, and click the "query" button | The data source name supports fuzzy query: <br>1. The query has no data, and the data source list shows no data.<br>2. The query has data, and the data source list displays the data correctly | | |
   | <ul><li>[] finish</li></ul> | Data source list| Verify paging control, no more than 10 entries | p2 | Start api service| 1. Select 10 entries per page, no more than 10 entries Data, view paging display<br>2. Select 30 items/page, no more than 30 data, view paging display<br>3. Select 50 items/page, no more than 50 data, view paging display | 1. Select 10 Article/page, no more than 10 data, 1 page display<br>2. Select 30 data/page, no more than 30 data, 1 page display<br>3. Select 50 data/page, no more than 50 data, 1 page display | | |
   | <ul><li>[] finish</li></ul> | Data source list| Verify paging control, more than 10 items| p2 | Start api service| 1. Select 10 items/page, more than 10 items of data, View paging display<br>2. Select 30 items/page, more than 30 data, view paging display<br>3. Select 50 items/page, more than 50 data, view paging display| 1. Select 10 items/page, More than 10 items of data, turn page display<br>2. Select 30 items/page, more than 30 items, turn page display<br>3. Select 50 items/page, more than 50 items, turn page display | | |
   | <ul><li>[] finish</li></ul> | Data source list |> button to verify the paging control | p2 | Start api service | Click the> button to view the paging display | The page jumps to the next Page | | |
   | <ul><li>[] finish</li></ul> | Data source list | <button for verifying the paging control | p2 | Start api service | Click the <button to view the paging display | The page jumps to the previous Page | | |
   | <ul><li>[] finish</li></ul> | Data source list| Verify the input box of the paging control| p2 | Start the api service| Enter the number of pages, view the page display| Page jump to enter the page number Page | | |
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   -[] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   -[X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org