Flaky-test: PulsarSinkE2ETest.testPulsarSinkDLQ
Open
area/test
help wanted
Stale
type/flaky-tests
- Dominant language
- Java
- Stars
- 15.3k
- Forks
- 3.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 160
Description
[example failure](https://github.com/apache/pulsar/runs/7320943955?check_suite_focus=true)
```
java.lang.AssertionError: expected object to not be null
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.assertNotNull(Assert.java:942)
at org.testng.Assert.assertNotNull(Assert.java:926)
at org.apache.pulsar.io.PulsarSinkE2ETest.testPulsarSinkDLQ(PulsarSinkE2ETest.java:195)
```
Contributor guide
Research direction
Start with PulsarSinkE2ETest.testPulsarSinkDLQ at line 195 and inspect the linked example failure. Run the E2E test to determine why the assertion receives a null object. Done means the underlying flake is addressed and the test passes reliably.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100