apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.33k stars 1.3k forks source link

Disable simulation recovery check (draft) #11284

Open dlambrig opened 4 months ago

dlambrig commented 4 months ago

When running in simulation mode, version vector recovery logic is such that the last epoch in the previous version is the minimum committed version of all TLogs. But the latest commit version recorded by the commit proxy, used in simulation tests, may be a higher number, if one TL is advancing faster than another. Either recovery or the test will need to change.

This is a draft placeholder PR for the problem.

foundationdb-ci commented 4 months ago

Result of foundationdb-pr-clang-ide on Linux CentOS 7

foundationdb-ci commented 4 months ago

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x

foundationdb-ci commented 4 months ago

Result of foundationdb-pr-macos on macOS Ventura 13.x

foundationdb-ci commented 4 months ago

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

foundationdb-ci commented 4 months ago

Result of foundationdb-pr-clang on Linux CentOS 7

foundationdb-ci commented 4 months ago

Result of foundationdb-pr on Linux CentOS 7