Sagar Sumit created HUDI-6917:
---------------------------------
Summary: Fix some integration test failures
Key: HUDI-6917
URL: https://issues.apache.org/jira/browse/HUDI-6917
Project: Apache Hudi
Issue Type: Test
Reporter: Sagar Sumit
Assignee: Sagar Sumit
Fix For: 1.0.0
{code:java}
2023-10-04T12:20:50.9713320Z [ERROR] Failures: 2023-10-04T12:20:50.9752255Z
[ERROR]
ITTestHoodieDemo.testParquetDemo:138->testHiveAfterSecondBatchAfterCompaction:417->ITTestBase.assertStdOutContains:374
Did not find output the expected number of times. ==> expected: <4> but was:
<2>2023-10-04T12:20:50.9756538Z [ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnMultiPartitionKeysMORTable:110->testRunHoodieJavaApp:178->ITTestBase.executeCommandStringInDocker:263->ITTestBase.executeCommandStringInDocker:274->ITTestBase.executeCommandInDocker:197->ITTestBase.executeCommandInDocker:246
Command ([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_multi_partition_key_mor_test_20231004120229187,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, MERGE_ON_READ,
--hive-table, docker_hoodie_multi_partition_key_mor_test_20231004120229187,
--use-multi-partition-keys]) expected to succeed. Exit (1) ==> expected: <0>
but was: <1>2023-10-04T12:20:50.9762292Z [ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnMultiPartitionKeysMORTable:110->testRunHoodieJavaApp:178->ITTestBase.executeCommandStringInDocker:263->ITTestBase.executeCommandStringInDocker:274->ITTestBase.executeCommandInDocker:197->ITTestBase.executeCommandInDocker:246
Command
([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_streaming_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_multi_partition_key_mor_test_20231004120323761,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, MERGE_ON_READ,
--hive-table, docker_hoodie_multi_partition_key_mor_test_20231004120323761,
--use-multi-partition-keys, --streaming-source-path,
hdfs://namenode/streaming/source/docker_hoodie_multi_partition_key_mor_test_20231004120323761,
--streaming-checkpointing-path,
hdfs://namenode/streaming/ckpt/docker_hoodie_multi_partition_key_mor_test_20231004120323761])
expected to succeed. Exit (255) ==> expected: <0> but was:
<255>2023-10-04T12:20:50.9766642Z [ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnSinglePartitionKeyMORTable:96->testRunHoodieJavaApp:238->testRunHoodieJavaApp:178->ITTestBase.executeCommandStringInDocker:263->ITTestBase.executeCommandStringInDocker:274->ITTestBase.executeCommandInDocker:197->ITTestBase.executeCommandInDocker:246
Command ([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_single_partition_key_mor_test_20231004115759538,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, MERGE_ON_READ,
--hive-table, docker_hoodie_single_partition_key_mor_test_20231004115759538])
expected to succeed. Exit (1) ==> expected: <0> but was:
<1>2023-10-04T12:20:50.9768468Z [INFO] 2023-10-04T12:20:50.9768820Z [ERROR]
Tests run: 11, Failures: 4, Errors: 0, Skipped: 1 {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)