You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2021/09/21 15:44:00 UTC

[jira] [Created] (HUDI-2472) Test failure follow up when metadata is enabled by default

sivabalan narayanan created HUDI-2472:
-----------------------------------------

             Summary: Test failure follow up when metadata is enabled by default
                 Key: HUDI-2472
                 URL: https://issues.apache.org/jira/browse/HUDI-2472
             Project: Apache Hudi
          Issue Type: Improvement
          Components: Testing
            Reporter: sivabalan narayanan


We plan to enable metadata by default. but there are some tests that fail with this. Dumping details on tests for which metadata is disabled for now. We need to fix them one by one.  

 

hudi-spark-client: 

TestHoodieSparkMergeOnReadTableIncrementalRead.testIncrementalReadsWithCompaction. disabled metadata for now. directly accesses files.

TestHoodieIndex.
testSimpleTagLocationAndUpdateWithRollback. known issue.  https://issues.apache.org/jira/browse/HUDI-2468

testSimpleGlobalIndexTagLocationWhenShouldUpdatePartitionPath. uses test table. disabled metadata.

TestHoodieRowCreateHandle.testInstantiationFailure. disabled metadata. 
TestHoodieSparkMergeOnReadTableRollback.testMultiRollbackWithDeltaAndCompactionCommit. restore fails. bcoz, there is an inflight rollback in dataset timeline. disabling for now. 
TestHoodieSparkMergeOnReadTableInsertUpdateDelete.testSimpleInsertAndUpdate. fixed sync for schedule internal table service. and now succeeds. 
TestHoodieMergeOnReadTable.testLogFileCountsAfterCompaction. uses HoodieSparkWriteableTestTable. disabled metadata for now. 
TestInlineCompaction.testCompactionRetryOnFailureBasedOnTime. all succeeding now.
TestInlineCompaction.testSuccessfulCompactionBasedOnNumAndTime. all succeeding now. 
TestHoodieCompactor.testWriteStatusContentsAfterCompaction. uses HoodieSparkWriteableTestTable. have disabled metadata.
TestHbaseIndex.testEnsureTagLocationUsesCommitTimeline. rolling back 1st commit. known issue. disabling metadata. https://issues.apache.org/jira/browse/HUDI-2468
TestHbaseIndex.testSimpleTagLocationAndUpdateWithRollback. rolling back 1st commit. known issue. disabling metadata. https://issues.apache.org/jira/browse/HUDI-2468
TestHoodieClientMultiWriter.testMultiWriterWithAsyncTableServicesWithConflict. succeeded on retry.

TestCleaner. lot of tests. uses test table.
TestHoodieTimelineArchiveLog. lot of tests. uses test table. 

 


hudi-client-common: all passed.
hudi-flink-client: all passed. 
hudi-java-client: disabled metadata for java. all ok.
hudi-common: all passed. 
hudi-spark: java Testbootstrap class fully fails.

 

 

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)