Lines Matching refs:checkout_obj

114 for checkout_obj in "${extern_sst_ingestion_compatible_checkout_objs[@]}"
116 echo == Generating DB with extern SST file in "$checkout_obj" ...
117 https_proxy="fwdproxy:8080" git checkout github_origin/$checkout_obj -b $checkout_obj
120 write_external_sst $input_data_path $test_dir/$checkout_obj $test_dir/$checkout_obj
121 ingest_external_sst $test_dir/$checkout_obj $test_dir/$checkout_obj
134 for checkout_obj in "${extern_sst_ingestion_compatible_checkout_objs[@]}"
136 echo == Build "$checkout_obj" and try to open DB generated using $checkout_flag
137 git checkout $checkout_obj
140 compare_db $test_dir/$checkout_obj $compare_base_db_dir db_dump.txt 1 1
143 git branch -D $checkout_obj
148 for checkout_obj in "${checkout_objs[@]}"
150 echo == Generating DB from "$checkout_obj" ...
151 https_proxy="fwdproxy:8080" git checkout github_origin/$checkout_obj -b $checkout_obj
154 generate_db $input_data_path $test_dir/$checkout_obj
167 for checkout_obj in "${checkout_objs[@]}"
169 echo == Opening DB from "$checkout_obj" using debug build of $checkout_flag ...
170 compare_db $test_dir/$checkout_obj $compare_base_db_dir db_dump.txt 1 0
173 for checkout_obj in "${forward_compatible_checkout_objs[@]}"
175 echo == Build "$checkout_obj" and try to open DB generated using $checkout_flag...
176 git checkout $checkout_obj
179 compare_db $test_dir/$checkout_obj $compare_base_db_dir forward_${checkout_obj}_dump.txt 0
182 for checkout_obj in "${forward_compatible_with_options_checkout_objs[@]}"
184 …echo == Build "$checkout_obj" and try to open DB generated using $checkout_flag with its options...
185 git checkout $checkout_obj
188 compare_db $test_dir/$checkout_obj $compare_base_db_dir forward_${checkout_obj}_dump.txt 1 1