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

Add test for accessing qbit from different threads on kotlin native #109

Open
2 tasks
d-r-q opened this issue May 29, 2020 · 0 comments
Open
2 tasks

Add test for accessing qbit from different threads on kotlin native #109

d-r-q opened this issue May 29, 2020 · 0 comments
Labels
good first issue multiplatform Issues related to multiplatform support native Issues specific to Kotlin/Native tests

Comments

@d-r-q
Copy link
Owner

d-r-q commented May 29, 2020

Kotlin/Native has complex memory model checked at runtime, so if code builds and passes single-threaded tests it doesn't mean, that it will work for native platforms. Add test, that will write and read qbit using different Workers.

Mutable shared state:

  • IndexDb.entityCache
  • IndexDb.dcCache
@d-r-q d-r-q added good first issue tests multiplatform Issues related to multiplatform support native Issues specific to Kotlin/Native labels May 29, 2020
@d-r-q d-r-q added this to the Local DB milestone May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue multiplatform Issues related to multiplatform support native Issues specific to Kotlin/Native tests
Projects
None yet
Development

No branches or pull requests

1 participant