-
Notifications
You must be signed in to change notification settings - Fork 465
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
tests: retain history feature #24344
tests: retain history feature #24344
Conversation
73d7afc
to
5061dfd
Compare
5061dfd
to
daacaaf
Compare
daacaaf
to
6671a15
Compare
Are you still planning the one-off test with |
0cb4bc0
to
30e6a86
Compare
I significantly reworked this PR, please re-review it, thanks! |
@mjibson: I have unfortunately some trouble getting this test stable and valid. Would you be able to help me on this matter? Can you tell me what the expected behavior is when I query
Furthermore, are there any tick intervals that I can influence (to avoid sleep statements)? Furthermore, I am surprised by the influence of timing and sleep statements. In particular, I am confused by the behavior of the following code:
It will succeed like this. However, it will fail with
if I uncomment the I pushed this code as platform check with name
|
0601695
to
63eeeec
Compare
I would expect most queries with an There's no tick you can watch for this that I'm aware of. We call That test snippet does seem to indicate some bug! No idea why it's doing that besides it's just wrong and wasn't tested very well. I'll have to look into it at some point. |
Thanks for your insights!
Ok, I will file a bug. Another question: Is using |
5cf84e0
to
8c62acd
Compare
I had to disable the platform checks for now but can keep the mzcompose test active. |
=> https://github.com/MaterializeInc/database-issues/issues/7310 |
This adds tests for the "RETAIN HISTORY" feature:
Issues: