Disable advanceversion ctest

This commit is contained in:
Chaoguang Lin 2021-08-05 19:31:33 +00:00
parent 8609b45354
commit 10484c426c

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()