Flaky tests in iceberg-azure integrationTest
- Dominant language
- Java
- Stars
- 9.2k
- Forks
- 3.5k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 132
Description
https://github.com/apache/iceberg/actions/runs/26280375822/job/77354779601
```
> Task :iceberg-azure:integrationTest
TestADLSFileIO > initializationError FAILED
org.testcontainers.containers.ContainerFetchException at GenericContainer.java:1308
Caused by: com.github.dockerjava.api.exception.NotFoundException at DefaultInvocationBuilder.java:241
TestADLSInputStream > initializationError FAILED
org.testcontainers.containers.ContainerFetchException at GenericContainer.java:1308
Caused by: com.github.dockerjava.api.exception.NotFoundException at DefaultInvocationBuilder.java:241
```
Contributor guide
Research direction
Start with the linked GitHub Actions run and the iceberg-azure integrationTest failures for TestADLSFileIO and TestADLSInputStream. Inspect the initialization errors, including ContainerFetchException and NotFoundException; done means identifying and addressing the flakiness so these integration tests complete reliably.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, java
- Domain
- cloud, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100