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 2021/09/04 22:53:19 UTC

[GitHub] [hudi] xushiyan opened a new pull request #3601: [HUDI-2079] Make CLI command tests functional

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


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

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

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045",
       "triggerID" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f25c9277801077f205be997ddcc604e46c2ceedb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2052",
       "triggerID" : "f25c9277801077f205be997ddcc604e46c2ceedb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 954b26dd16f966c68566cd957dd4c24f025ac02b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045) 
   * f25c9277801077f205be997ddcc604e46c2ceedb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2052) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045",
       "triggerID" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44932ed1ba2557120294d52dbe52f7a8d6087b7 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027) 
   * 954b26dd16f966c68566cd957dd4c24f025ac02b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045",
       "triggerID" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 954b26dd16f966c68566cd957dd4c24f025ac02b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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



[GitHub] [hudi] xushiyan merged pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
xushiyan merged pull request #3601:
URL: https://github.com/apache/hudi/pull/3601


   


-- 
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@hudi.apache.org

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045",
       "triggerID" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f25c9277801077f205be997ddcc604e46c2ceedb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f25c9277801077f205be997ddcc604e46c2ceedb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 954b26dd16f966c68566cd957dd4c24f025ac02b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045) 
   * f25c9277801077f205be997ddcc604e46c2ceedb UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44932ed1ba2557120294d52dbe52f7a8d6087b7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44932ed1ba2557120294d52dbe52f7a8d6087b7 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027) 
   * 954b26dd16f966c68566cd957dd4c24f025ac02b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2045",
       "triggerID" : "954b26dd16f966c68566cd957dd4c24f025ac02b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f25c9277801077f205be997ddcc604e46c2ceedb",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2052",
       "triggerID" : "f25c9277801077f205be997ddcc604e46c2ceedb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f25c9277801077f205be997ddcc604e46c2ceedb Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2052) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44932ed1ba2557120294d52dbe52f7a8d6087b7 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=2027) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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



[GitHub] [hudi] hudi-bot commented on pull request #3601: [HUDI-2079] Make CLI command tests functional

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3601:
URL: https://github.com/apache/hudi/pull/3601#issuecomment-913051117


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e44932ed1ba2557120294d52dbe52f7a8d6087b7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44932ed1ba2557120294d52dbe52f7a8d6087b7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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