-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
GeneralTableTest.ApproximateOffsetOfCompressed test case failed in table_test #9910
Comments
@caipengbo Thanks for bringing this to our attention. It looks like the test is very sensitive to the compression algorithm, as well as other factors like variation in overall file size due to metadata blocks. We probably need a more reliable way of verifying. |
Do you know with which compression type it failed? |
|
Hmm... We use Snappy 1.1.3 in our regular tests. Not that big difference. Do you know the actual value when Between(c.ApproximateOffsetOf("k03"), 2000, 3525) assertion fails? Perhaps printf? If it is not far off, we can just expand the range. |
The failed value is 3529. |
I'm getting a similar error, except in my case the value is
|
Hi, I am facing similar issue and unable to run the last test of make check command. table/table_test.cc:4218: CompressionType = Snappy Could you please help me find the reason for this and how to overcome it? |
I ran the unit tests for Rocksdb version 6.29.5 and found that one test case failed:
I looked at the code and found that it was related to the compression algorithm. I successfully installed all the compression algorithms tested, and the version information is as follows:
I guess the failure of this test case is related to the effect of the compression algorithm, is that right?
I'd appreciate it if someone could help me out!
The text was updated successfully, but these errors were encountered: