You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy New Year! This library looks great as I've been having headaches disabling parallelism in jest. I was configuring my project to use your preset and after trial and error realized that Dynalite doesn't support transactions! A huge portion of my codebase utilizes TransacteWrite. Do you have a work around for code that utilizes transactions or would you simply not use this lib in my case?
The text was updated successfully, but these errors were encountered:
Hey! Looks like there is already a PR open for dynalite which needs some work architect/dynalite#129. It's not something I have a specific work around for.
@freshollie thanks. I will give this another try whenever dynalite releases transactions. In the mean time switching back to jest-dynamodb will work albeit not as good. For anyone stuck you can get turn off parallelism via jest --runInBand but the tests will be slower AND you will have to manually clear your tables after each test suite. Fortunately it's pretty painless to switch between these two libraries.
Happy New Year! This library looks great as I've been having headaches disabling parallelism in jest. I was configuring my project to use your preset and after trial and error realized that Dynalite doesn't support transactions! A huge portion of my codebase utilizes TransacteWrite. Do you have a work around for code that utilizes transactions or would you simply not use this lib in my case?
The text was updated successfully, but these errors were encountered: