Closed Bug 1081609 Opened 10 years ago Closed 10 years ago

Bad regex input while running tests

Categories

(Testing Graveyard :: Mozmill, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jefry.reyes, Unassigned)

Details

When running Mozmill, I got this traceback:

Traceback (most recent call last):
  File "/home/zimio/workspace/mozilla/mozmill/mozmill-env/python-lib/mozmill_automation/testrun.py", line 342, in run
    branch_name = application.get_mozmill_tests_branch(app_repository_url)
  File "/home/zimio/workspace/mozilla/mozmill/mozmill-env/python-lib/mozmill_automation/application.py", line 18, in get_mozmill_tests_branch
    branch = re.search('.*/([\S\.]+$)', gecko_branch).group(1)
  File "/usr/lib/python2.7/re.py", line 142, in search
    return _compile(pattern, flags).search(string)
TypeError: expected string or buffer

Steps to reproduce:

1-) open mozmill
2-) run the functinal tests

Results:

The test-run log box says:

The log file "/home/zimio/workspace/mozilla/mozmill/testrun.log" could not be read.
Hi Jefry. Thank you for the bug report. Sadly this is the wrong product you filed the bug in. As you can see it is in mozmill-automation, which is hosted on Github. So can you please file a new issue here: https://github.com/mozilla/mozmill-automation/issues/?

Thanks
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.