Skip to content

Flaky test: SettingsViewModelTest (intermittent, predates fork from myfeeds-android) #77

Description

@mapitman

SettingsViewModelTest has intermittently failed in CI at least twice, on different test methods, with a plain java.lang.AssertionError or kotlinx.coroutines.test.UncompletedCoroutinesError unrelated to the diff under test.

This predates this repo -- it was observed in myfeeds-android's CI before this repo was copied from it, so no run logs survive the copy and the specific failing method(s) aren't recorded. Filed here so the known pattern isn't lost, matching the other coroutine-timing races already tracked (issues #75, #76) and previously fixed elsewhere in this ViewModel family (issues #54/#60/#215).

Next time this reproduces in mycasts-android's own CI: capture the run URL and specific failing method name here before rerunning, so there's enough to actually root-cause it.

Workaround in the meantime: rerun locally 3-5x to confirm it's not a real regression, then gh run rerun <run-id> --failed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions