apple / foundationdb

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

Correctness unseed mismatch #4297

Closed sfc-gh-abeamon closed 2 years ago

sfc-gh-abeamon commented 3 years ago

We have an unseed mismatch in a correctness test. It's a status test, which I know has had issues in the past. If this is a known issue with status tests, then we can make this issue into a generic one about status test determinism.

Source Version: e687791b1fc7472cf8090218fc85ef9ed9092dd7 (release-6.3) Test: slow/DDBalanceAndRemoveStatus.txt Seed: 574487676 Buggify: On Unseed 1: 82431 Unseed 2: 76878

sfc-gh-tclinkenbeard commented 3 years ago

The status determinism issue should have been fixed by https://github.com/apple/foundationdb/pull/4019, so this may be a separate issue.

sfc-gh-anoyes commented 2 years ago

Closing as stale, but going forward will keep an eye out for unseed mismatches.