You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/04/29 02:58:40 UTC

[GitHub] [incubator-hudi] xushiyan opened a new pull request #1570: [HUDI-814] Migrate hudi-client tests to JUnit 5

xushiyan opened a new pull request #1570:
URL: https://github.com/apache/incubator-hudi/pull/1570


   Migrate the test cases in hudi-client to JUnit 5.
   
   Follows #1553 
   
   ### Migration status (after merging)
   
   | Package | JUnit 5 lib | API migration | Restructure packages |
   | --- | --- | --- | --- |
   | `hudi-cli` | ✅ | ✅ | - |
   | `hudi-client` | ✅ | ✅ | - |
   | `hudi-common` | ✅ | 🚧 | 🚧 |
   | `hudi-hadoop-mr` | ✅ | ✅ | - |
   | `hudi-hive-sync` | ✅ | ✅ | - |
   | `hudi-integ-test` | ✅ | ✅  | N.A. |
   | `hudi-spark` | ✅ | ✅ | - |
   | `hudi-timeline-service` | ✅ | ✅ | - |
   | `hudi-utilities` | ✅ | 🚧 | - |
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] xushiyan commented on pull request #1570: [HUDI-814] Migrate hudi-client tests to JUnit 5

Posted by GitBox <gi...@apache.org>.
xushiyan commented on pull request #1570:
URL: https://github.com/apache/incubator-hudi/pull/1570#issuecomment-620965031


   @yanghua This PR migrates all remaining test cases in hudi-client that are not subclasses of HoodieClientTestHarness. It is ready for review.


----------------------------------------------------------------
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.

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