-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
TSDB: More tests #78208
TSDB: More tests #78208
Conversation
Pinging @elastic/es-analytics-geo (Team:Analytics) |
This adds more tests copied from the our original TSDB prototype in PR elastic#75638 that are still applicable time series mode indices. There are a bunch of disabled assertions because we are not yet generating `_tsid` but the non-disabled assertions are useful. And we will soon be generating the `_tsid` so we can re-enable those assertions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I would only suggest removing the commented out tests or uncommenting them and placing them under skip clause. Committing such an amount of commented out code is a bit weird to me.
Yeah. I'm not a fan of it. I kept them in because wanted to preserve the work I'd done in the prototype so we could grab it back. But I think we don't need commented out copies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So many tests. I love them!
LGTM.
This adds more tests copied from the our original TSDB prototype in
PR #75638 that are still applicable time series mode indices. There are
a bunch of disabled assertions because we are not yet generating
_tsid
but the non-disabled assertions are useful. And we will soon be
generating the
_tsid
so we can re-enable those assertions.