Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration Test Fix #11

Open
mpierucci opened this issue Nov 17, 2021 · 0 comments
Open

Integration Test Fix #11

mpierucci opened this issue Nov 17, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@mpierucci
Copy link
Owner

It seems there is a bug in the coroutine test library that prevented testing suspended functions with external thread management.

This in conjunction with the suspendCoroutine implementation opted by this project ( to make callback Retrofit call API into coroutine friendly) broke Integration tests capabilities.

Kotlin/kotlinx.coroutines#2978

Looks like something that could fix that, so once released check it out and re-enable integration tests.

PS: It also forces repository unitest to run with runBlocking which is bad if delays and such start being implemented

@mpierucci mpierucci added the help wanted Extra attention is needed label Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant