Ignore:
Timestamp:
2013-08-30T09:08:04+12:00 (11 years ago)
Author:
jmt12
Message:

Had accidently hardcoded the max replication number - allow it to be variable (as intended) and for the log directory name to reflect choice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/bin/script/replication_tests.pl

    r28018 r28190  
    4646my $os_name = `lsb_release -i`;
    4747$os_name =~ s/^Distributor ID:\s+(.*)\r?\n$/$1/i;
    48 my $db_path_suffix = $machine_name . '_' . $os_name . '_hadoop_hdfsshell_54_15_1_i' . $iterations;
     48my $db_path_suffix = $machine_name . '_' . $os_name . '_hadoop_hdfsshell_54_' . $max_replication_factor . '_1_i' . $iterations;
    4949my $test_dir = $ENV{'GSDLHOME'} . '/collect/' . $collection . '/results/' . $db_path_suffix;
    5050if (!-d $test_dir)
Note: See TracChangeset for help on using the changeset viewer.