geserdugarov commented on PR #10362:
URL: https://github.com/apache/hudi/pull/10362#issuecomment-1862482835

   I've reverted back changes in `TestHoodieTableSource`. Couldn't figure out 
quickly, why there are differences in running on my local machine, work cluster 
vs Azure pipeline. But the difference in the changed test 
`testBucketPruningSpecialKeyDataType`.
   
   Tried even to run locally full copy of the maven command from Azure pipeline 
"UT FT common & flink & UT client/spark-client":
   
   > /usr/bin/mvn -f /home/vsts/work/1/s/pom.xml -fae -Pwarn-log -Dscala-2.12 
-Dspark3.2 -Dflink1.18 -Dcheckstyle.skip=true -Drat.skip=true 
-Djacoco.skip=true -ntp -B -V -Pwarn-log 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=warn 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.dependency=warn 
-Punit-tests -pl 
hudi-common,hudi-flink-datasource,hudi-flink-datasource/hudi-flink,hudi-flink-datasource/hudi-flink1.14.x,hudi-flink-datasource/hudi-flink1.15.x,hudi-flink-datasource/hudi-flink1.16.x,hudi-flink-datasource/hudi-flink1.17.x,hudi-flink-datasource/hudi-flink1.18.x,hudi-client/hudi-spark-client
 test
   
   but can't reproduce Azure running results.
   
   There is a hung of Azure pipeline "UT FT other modules". Will just try to 
restart it. But I've checked that in the available log:
   > [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
153.622 s - in 
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamerWithMultiWriter
   
   which means that fix in TestHoodieDeltaStreamer should be correct.


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to