Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
refactor(storage): remove
enable_test_epoch
and modify epochs used by all unit tests to be realistic #14557refactor(storage): remove
enable_test_epoch
and modify epochs used by all unit tests to be realistic #14557Changes from 51 commits
c558c9b
db99819
404be29
e95c965
30821a3
104c2a1
ffbbb65
9a1a0d0
e5a6fd6
8d5c0a7
5277575
e151d9b
302601b
2e3c58a
2244612
2379d70
98558a2
8b9302e
47fd634
4e72501
7e74b13
2e8b83e
a76514d
4fe88e0
0a1dfbb
2816fa9
00ec751
e338c45
8f99665
2eebf85
8f28f85
ace01c4
d6b9211
6fde6b7
a548190
aef803d
64319f6
b427f4d
dc63913
60b4a2a
2ead893
7e02709
5930b19
fd9672a
339f9d4
2398adf
4dde294
e2eff55
6c4aff9
e271f7a
2d0a335
6db3372
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
How to test the real scenarios if we only use test epoch in UT ?
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.
I don't quite understand what you mean, after this pr, we can test mem table spill in unit test.