amoro icon indicating copy to clipboard operation
amoro copied to clipboard

[Bug]: Flaky test for TestDefaultOptimizingService

Open klion26 opened this issue 8 months ago • 0 comments

What happened?

TestDefaultOptimizingService » Runtime Clear table failed

11:00:08.935 DEBUG org.apache.hc.client5.http.headers: http-outgoing-45 << Content-Type: application/json
11:00:08.935 DEBUG org.apache.hc.client5.http.headers: http-outgoing-45 << Content-Length: 358
11:00:08.939 INFO org.apache.amoro.utils.CatalogUtil: TableMetaStore use auth config in catalog meta, authType is simple
11:00:08.939 INFO org.apache.amoro.table.TableMetaStore: Build table meta store with configurations: authMethod:SIMPLE, hadoopUsername:runner, krbPrincipal:null
11:00:08.939 INFO org.apache.amoro.server.catalog.DefaultCatalogManager: Update catalog metadata: internal_iceberg_catalog
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.amoro.server.TestInternalIcebergCatalogService$CatalogPropertiesTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s - in org.apache.amoro.server.TestInternalIcebergCatalogService
[INFO] 
[INFO] Results:
[INFO] 
Error:  Errors: 
Error:    TestDefaultOptimizingService » Runtime Clear table failed
[INFO] 
Error:  Tests run: 706, Failures: 0, Errors: 1, Skipped: 9

please ref to ci[1] for more information

[1] https://github.com/apache/amoro/actions/runs/14467472660/job/40573111682?pr=3519

Affects Versions

master

What table formats are you seeing the problem on?

No response

What engines are you seeing the problem on?

No response

How to reproduce

No response

Relevant log output


Anything else

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

klion26 avatar Apr 16 '25 03:04 klion26