You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes in #156 were accidentally applied to the GetRocksVersionAsString() function instead of GetSpeedbVersionAsString(). This replaced ROCKSDB_PATCH with SPEEDB_PATCH (causing 7.2.2 to become 7.2.0), as well as added the tag in the wrong place (Speedb version: 2.1.0 (7.2.0-*-(main+4)-(#isaac/snapshot+1)) instead of Speedb version: 2.1.0-*-(main+4)-(#isaac/snapshot+1) (7.2.2)).
The changes in #156 were accidentally applied to the
GetRocksVersionAsString()function instead ofGetSpeedbVersionAsString(). This replacedROCKSDB_PATCHwithSPEEDB_PATCH(causing 7.2.2 to become 7.2.0), as well as added the tag in the wrong place (Speedb version: 2.1.0 (7.2.0-*-(main+4)-(#isaac/snapshot+1))instead ofSpeedb version: 2.1.0-*-(main+4)-(#isaac/snapshot+1) (7.2.2)).To Reproduce
db_benchon any branch containing build: add a build tag into the version for non-release builds #156Expected behavior
The RocksDB version patch isn't replaced, and the tag is applied to the Speedb version rather than the RocksDB one.
Additional context
N/A