From: Andrew Kryczka Date: Wed, 8 Jun 2016 22:38:04 +0000 (-0700) Subject: use branch names in format compatibility test X-Git-Tag: rocksdb-4.9~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5091dfc1ed9c1ca0025aeb541b0a43acc073492d;p=rocksdb.git use branch names in format compatibility test Summary: We had to go back and update the g++ path for 4.4.fb-4.8.fb. So the path is now fixed on the branches, but can't be fixed on the tags since they're immutable. By making format compatibility tests use branch names (when available), backported fixes like this will be used without having to re-release. Also removed v1.5.7 and v2.1 because make fails. Test Plan: $ build_tools/rocksdb-lego-determinator run_format_compatible Reviewers: sdong, lightmark, IslamAbdelRahman Reviewed By: IslamAbdelRahman Subscribers: andrewkr, dhruba, leveldb Differential Revision: https://reviews.facebook.net/D59355 --- diff --git a/tools/check_format_compatible.sh b/tools/check_format_compatible.sh index 97411d3f..8930d0bc 100755 --- a/tools/check_format_compatible.sh +++ b/tools/check_format_compatible.sh @@ -4,7 +4,7 @@ # ./ldb needs to be avaible to be executed. # # Usage: