You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On using the test cases for a bug fix, I noticed that some of them do not work, but the cause was unrelated to my fix. I think we need to update that list. The results I found are shown below:
mozdownload -a firefox -t tinderbox -p win32 --branch=mozilla-central -l el
Traceback (most recent call last):
File "scraper.py", line 960, in
cli()
File "scraper.py", line 957, in cli
build.download()
File "scraper.py", line 237, in download
if os.path.isfile(os.path.abspath(self.target)):
File "scraper.py", line 197, in target
self.build_filename(self.binary))
File "scraper.py", line 148, in binary
self.path) main.NotFoundError: Binary not found in folder: https://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-l10n
the el locale does not exist
mozdownload -a firefox -t tinderbox -p win32 --branch=mozilla-central --date=2013-07-17
This is due to the builds getting out of date and removed at some point. We would need to mark in the test case that it is necessary to find your own valid dates to test them.
This is also applicable to timestamps, of course.
Suitable tests for Issue #138 need to be added, too
The text was updated successfully, but these errors were encountered:
On using the test cases for a bug fix, I noticed that some of them do not work, but the cause was unrelated to my fix. I think we need to update that list. The results I found are shown below:
the el locale does not exist
This is due to the builds getting out of date and removed at some point. We would need to mark in the test case that it is necessary to find your own valid dates to test them.
This is also applicable to timestamps, of course.
Suitable tests for Issue #138 need to be added, too
The text was updated successfully, but these errors were encountered: