-
Notifications
You must be signed in to change notification settings - Fork 173
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
Throw exception if flx sync during realm conversation (fix flacky test) #5869
Throw exception if flx sync during realm conversation (fix flacky test) #5869
Conversation
This reverts commit fdb1290.
Is this failing because it's sometimes connecting to the server and receiving an error before it gets torn down? If so you could fix the test by stopping the server first. |
I know, but the test is really not useful to be honest. So I preferred deleting it. |
…nification * origin/master: Improve type check when casting to WrapC Updated release notes Throw exception if flx sync during realm conversation (fix flacky test) (#5869) Update install-baas to use go 1.18.6 (#5863) throw inside realm convert if realm uses flx sync (#5846) Update release notes Prepare release Store an optional Query on TableView Replace the typed aggregate functions with simpler untyped ones Add basic benchmarks for aggregate operations Add non-installed headers to the CMake project Remove a double-lookup when reading Dictionary values by index
What, How & Why?
Delete spuriously failing test.
☑️ ToDos