Flaky test: MoleculeTest.errorDelayed
- Dominant language
- Kotlin
- Stars
- 2.2k
- Forks
- 116
- Avg merge
- 1h 36m
- Merged PRs (30d)
- 8
Description
```
app.cash.molecule.MoleculeTest > errorDelayed FAILED
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at org.junit.Assert.assertEquals(Assert.java:146)
at app.cash.molecule.MoleculeTest.errorDelayed(MoleculeTest.kt:126)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading MoleculeTest.kt at line 126 and the errorDelayed test, then reproduce the reported assertion failure. The work is done when this test no longer flakes and consistently passes under the project's test suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100