tarantool / vshard

The new generation of sharding based on virtual buckets
Other
98 stars 29 forks source link

Fix git checkout in upgrade test #420

Closed Serpentian closed 1 year ago

Serpentian commented 1 year ago

Currently, the upgrade test fails on Tarantool 3.0 during git checkout. The error message says: "fatal: reference is not a tree," which means that the commit hash is not valid.

Let's replace corrupted hash with the correct one.