-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Lazy relations test [cql-tests][tp-tests] #4367
Conversation
cea3cd2
to
6823520
Compare
Great, I can see the ES tests capture an issue. |
c626437
to
a38326c
Compare
Really great that you executed this feature across all the test cases and some bugs were discovered.
I guess it would make sense to execute also |
This error The idea is that you can't access even the relation ID if it was a lazy load and the transaction is closed because, in some cases, to get the relation id, you also need to deserialize the value before. |
ed32ea5
to
cd8477c
Compare
Got it. Thank you for explanation. Make sense. |
10134ed
to
29040f2
Compare
Signed-off-by: ntisseyre <ntisseyre@apple.com>
55bcad2
to
241949e
Compare
@li-boxuan @porunov The tests are now passing, and I was able to catch 2 errors. Thanks! However, I had to modify 3 tests because the behavior is slightly different now:
Let me know what are your thoughts around these changes |
30a3210
to
ee5f944
Compare
Signed-off-by: ntisseyre <ntisseyre@apple.com> [cql-tests][tp-tests]
ee5f944
to
ed087eb
Compare
Closing this PR as the relative PR ( #4343 ) is now merged. |
Making Lazy Load relations by default TRUE to validate the build.
This PR is opened only for testing purposes of the #4343 PR. Do not merge this PR.