Merge pull request #5341 from sfc-gh-clin/disable-advanceversion-c-test

Disable advanceversion ctest
This commit is contained in:
Chaoguang Lin 2021-08-05 13:51:12 -07:00 committed by GitHub
commit 27ea6b3081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -436,7 +436,8 @@ if __name__ == '__main__':
# assertions will fail if fdbcli does not work as expected
process_number = int(sys.argv[3])
if process_number == 1:
advanceversion()
# TODO: disable for now, the change can cause the database unavailable
#advanceversion()
cache_range()
consistencycheck()
datadistribution()