codope commented on PR #6098: URL: https://github.com/apache/hudi/pull/6098#issuecomment-1193078774
Not sure why CI failed. I grepped the full logs and see that tests succeeded (couple of tests skipped but no failures): ``` sagars@Sagars-MacBook-Pro hudi % cat 34 | grep -i "Tests run:" 2022-07-23T04:50:23.5084896Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.294 s - in org.apache.hudi.aws.transaction.integ.ITTestDynamoDBBasedLockProvider 2022-07-23T04:50:23.8452776Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 2022-07-23T04:53:54.2007471Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 132.301 s - in org.apache.hudi.cli.integ.ITTestRepairsCommand 2022-07-23T04:54:49.7358601Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.517 s - in org.apache.hudi.cli.integ.ITTestSavepointsCommand 2022-07-23T04:56:02.1501553Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.377 s - in org.apache.hudi.cli.integ.ITTestBootstrapCommand 2022-07-23T04:56:15.0361575Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.845 s - in org.apache.hudi.cli.integ.ITTestMarkersCommand 2022-07-23T04:56:15.0581391Z [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.apache.hudi.cli.integ.ITTestCommitsCommand 2022-07-23T04:56:15.0660649Z [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.apache.hudi.cli.integ.ITTestHDFSParquetImportCommand 2022-07-23T05:00:09.2717006Z [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 234.201 s - in org.apache.hudi.cli.integ.ITTestCompactionCommand 2022-07-23T05:01:59.2645172Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 109.982 s - in org.apache.hudi.cli.integ.ITTestClusteringCommand 2022-07-23T05:01:59.7366818Z [WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 2 ``` -- 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]
