June 19 2019 | Multisection: When You Need to Bisect More Than Once | Back Next |
We've now run the commits at the endpoint of our range
Internally, we store md5_hex of the output file, for comparison purposes
We continue at the midpoint of the commit range
At commit counter 2, preparing to test commit 110 of 220 Testing commit: 9c88bb56d60636172f099f56a2808249de0c55a6 Running 'sh ./Configure -des -Dusedevel -Duseithreads 1>/dev/null' Running 'make test_prep 1>/dev/null 2>&1' Running 'cd t; ./perl harness -v /home/username/gitwork/perl/lib/locale.t > \ /home/username/multisect/outputs/9c88bb5.lib_locale_t.output.txt 2>&1; cd -' Created /home/username/multisect/outputs/9c88bb5.lib_locale_t.output.txt Tested commit: 9c88bb56d60636172f099f56a2808249de0c55a6; returning to: blead Commit counter: 3
But, because we're focused on transitions, we must also run immediately preceding commit
At commit counter 3, preparing to test commit 109 of 220 Testing commit: f71079d3db9617c58ae7b6af4dbc508997966529 Running 'sh ./Configure -des -Dusedevel -Duseithreads 1>/dev/null' Running 'make test_prep 1>/dev/null 2>&1' Running 'cd t; ./perl harness -v /home/username/gitwork/perl/lib/locale.t > \ /home/username/multisect/outputs/f71079d.lib_locale_t.output.txt 2>&1; cd -' Created /home/username/multisect/outputs/f71079d.lib_locale_t.output.txt Tested commit: f71079d3db9617c58ae7b6af4dbc508997966529; returning to: blead Commit counter: 4
Home Last TOC | Copyright © 2019 James E Keenan | Back Next |