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

ZIO Magic Reproducible Bug #538

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

guygo87
Copy link
Contributor

@guygo87 guygo87 commented Jan 29, 2023

When using provide method to build the dependency tree automatically, the tests are flaky (the actual failing reason is that one of the [Ref] that we use is empty, i.e consume topic tests fails as it expects the ref to be non empty).

It looks like some layers are shared between tests/ leaking between tests, or something similar.

When using provideLayer, and building the dependency tree manually everything is working (this is the logic at the moment in master).

…y, the tests are flaky (the actual failing reason is that one of the [Ref] that we use is empty, i.e `consume topic` tests fails as it expects the ref to be non empty).

It looks like some layers are shared between tests/ leaking between tests, or something similar.

When using `provideLayer`, and building the dependency tree manually everything is working (this is the logic at the moment in master).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant