We are now testing Rocksdb on ARM. When running make check_some on master branch. There a test failed:
db_universal_compaction_test
db/db_universal_compaction_test.cc:1781: Failure
Value of: 5
Expected: NumSortedRuns()
Which is: 6
terminate called after throwing an instance of 'testing::internal::GoogleTestFailureException'
what(): db/db_universal_compaction_test.cc:1781: Failure
Value of: 5
Expected: NumSortedRuns()
Which is: 6
I'm not sure how to fix them. Could Rocksdb team take a look at this issue? Thanks.