bvaradar commented on pull request #1697:
URL: https://github.com/apache/hudi/pull/1697#issuecomment-637794330


   Not seeing OOM errors for few runs now. But, the last run had a test 
failure. Investigating
   
   ```
   ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.295 
s <<< FAILURE! - in org.apache.hudi.cli.commands.TestRollbacksCommand
   [ERROR] org.apache.hudi.cli.commands.TestRollbacksCommand.testShowRollbacks  
Time elapsed: 1.448 s  <<< FAILURE!
   org.opentest4j.AssertionFailedError: 
   expected: 
<╔════════════════╤════════════════════╤═════════════════════╤══════════════════════╤══════════════════╗
   ║ Instant        │ Rolledback Instant │ Total Files Deleted │ Time 
taken in millis │ Total Partitions ║
   â• 
════════════════╪════════════════════╪═════════════════════╪══════════════════════╪══════════════════╣
   ║ 20200602203040 │ 102                │ 3                   │ 0      
              │ 3                ║
   
╟────────────────┼────────────────────┼─────────────────────┼──────────────────────┼──────────────────╢
   ║ 20200602203041 │ 101                │ 3                   │ 0      
              │ 3                ║
   
╚════════════════╧════════════════════╧═════════════════════╧══════════════════════╧══════════════════╝
   > but was: 
<╔════════════════╤════════════════════╤═════════════════════╤══════════════════════╤══════════════════╗
   ║ Instant        │ Rolledback Instant │ Total Files Deleted │ Time 
taken in millis │ Total Partitions ║
   â• 
════════════════╪════════════════════╪═════════════════════╪══════════════════════╪══════════════════╣
   ║ 20200602203040 │ 102                │ 3                   │ 1      
              │ 3                ║
   
╟────────────────┼────────────────────┼─────────────────────┼──────────────────────┼──────────────────╢
   ║ 20200602203041 │ 101                │ 3                   │ 0      
              │ 3                ║
   
╚════════════════╧════════════════════╧═════════════════════╧══════════════════════╧══════════════════╝
   >
        at 
org.apache.hudi.cli.commands.TestRollbacksCommand.testShowRollbacks(TestRollbacksCommand.java:138)
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   TestRollbacksCommand.testShowRollbacks:138 expected: 
<╔════════════════╤════════════════════╤═════════════════════╤══════════════════════╤══════════════════╗
   ║ Instant        │ Rolledback Instant │ Total Files Deleted │ Time 
taken in millis │ Total Partitions ║
   â• 
════════════════╪════════════════════╪═════════════════════╪══════════════════════╪══════════════════╣
   ║ 20200602203040 │ 102                │ 3                   │ 0      
              │ 3                ║
   
╟────────────────┼────────────────────┼─────────────────────┼──────────────────────┼──────────────────╢
   ║ 20200602203041 │ 101                │ 3                   │ 0      
              │ 3                ║
   
╚════════════════╧════════════════════╧═════════════════════╧══════════════════════���══════════════════╝
   > but was: 
<╔════════════════╤════════════════════╤═════════════════════╤══════════════════════╤══════════════════╗
   ║ Instant        │ Rolledback Instant │ Total Files Deleted │ Time 
taken in millis │ Total Partitions ║
   â• 
════════════════╪════════════════════╪═════════════════════╪══════════════════════╪══════════════════╣
   ║ 20200602203040 │ 102                │ 3                   │ 1      
              │ 3                ║
   
╟────────────────┼────────────────────┼─────────────────────┼──────────────────────┼──────────────────╢
   ║ 20200602203041 │ 101                │ 3                   │ 0      
              │ 3                ║
   
╚════════════════╧════════════════════╧═════════════════════╧══════════════════════╧══════════════���═══╝
   >
   [INFO] 
   [ERROR] Tests run: 25, Failures: 1, Errors: 0, Skipped: 0
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to