def setUpClass(cls):
        cls.utils = TestUtilities(cls, None)
        cls.utils.setUpClass()
        cls.utils.pull_to_trunk()
        cls.repo = cls.utils.repo
        cls.repo_wrapper = cls.utils.repo_wrapper
        cls.saved_patches_dir = cls.utils.saved_patches_dir
        cls.base_branch = TRUNK

        # Invoke this to setup main output directory and avoid test failures while initing config
        ProjectUtils.get_output_child_dir(JIRA_UMBRELLA_DATA)
 def exports_dir(self):
     return ProjectUtils.get_output_child_dir('exports')
 def db_copies_dir(self):
     return ProjectUtils.get_output_child_dir('db_copies')
Example #4
0
 def unit_test_result_aggregator_output_dir(self):
     return ProjectUtils.get_output_child_dir(UNIT_TEST_RESULT_AGGREGATOR)
 def log_dir(self):
     return ProjectUtils.get_output_child_dir('logs')
Example #6
0
 def jenkins_test_reporter_output_dir(self):
     return ProjectUtils.get_output_child_dir(JENKINS_TEST_REPORTER)
Example #7
0
 def branch_comparator_output_dir(self):
     return ProjectUtils.get_output_child_dir(BRANCH_COMPARATOR)
Example #8
0
 def jira_patch_differ_dir(self):
     return ProjectUtils.get_output_child_dir(JIRA_PATCH_DIFFER)
Example #9
0
 def jira_umbrella_data_dir(self):
     return ProjectUtils.get_output_child_dir(JIRA_UMBRELLA_DATA)
Example #10
0
 def setup_dirs(self):
     self.project_out_root = ProjectUtils.get_output_basedir(PROJECT_NAME)
     self.yarn_patch_dir = ProjectUtils.get_output_child_dir(YARN_TASKS)