westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
243 stars 88 forks source link

Smoke tests fail on master when assertions are enabled #152

Closed metaspace closed 2 years ago

metaspace commented 2 years ago

The following tests

fail when run on master when assertions are enabled.

They all fail due to the following assertion:

db_bench: plugin/zenfs/fs/io_zenfs.cc:637: rocksdb::ZonedWritableFile::ZonedWritableFile(rocksdb::ZonedBlockDevice*, bool, std::shared_ptr<rocksdb::ZoneFile>, rocksdb::MetadataWriter*): Assertion `wp == 0'
 failed.
yhr commented 2 years ago

Fixed