Closed
Bug 1507264
Opened 7 years ago
Closed 7 years ago
Intermittent ..\python\mach\mach\test\test_telemetry.py::test_path_filtering_in_objdir TEST-UNEXPECTED-FAIL
Categories
(Firefox Build System :: Mach Core, enhancement, P5)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1506888
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: apavel [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=211720419&repo=autoland
https://queue.taskcluster.net/v1/task/DwXQqqbcROaM1biH0-vr-w/runs/0/artifacts/public/logs/live_backing.log
18:34:45 INFO - z:\build\build\src\python\mach\mach\test\test_telemetry.py
18:34:45 INFO - ============================= test session starts =============================
18:34:45 INFO - platform win32 -- Python 2.7.15, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 -- z:\build\build\src\obj-firefox\_virtualenvs\obj-firefox-sNC2NmI7-2.7\Scripts\python.exe
18:34:45 INFO - rootdir: z:\build\build\src, inifile: z:\build\build\src\config\mozunit\mozunit\pytest.ini
18:34:45 INFO - collecting ... collected 6 items
18:34:45 INFO - ..\python\mach\mach\test\test_telemetry.py::test_simple PASSED
18:34:45 INFO - ..\python\mach\mach\test\test_telemetry.py::test_path_filtering PASSED
18:34:45 WARNING - ..\python\mach\mach\test\test_telemetry.py::test_path_filtering_in_objdir TEST-UNEXPECTED-FAIL
18:34:45 INFO - ..\python\mach\mach\test\test_telemetry.py::test_path_filtering_other_cwd PASSED
18:34:45 INFO - ..\python\mach\mach\test\test_telemetry.py::test_mach_invoke_recursive PASSED
18:34:45 INFO - ..\python\mach\mach\test\test_telemetry.py::test_registrar_dispatch PASSED
18:34:45 INFO - ================================== FAILURES ===================================
18:34:45 INFO - ________________________ test_path_filtering_in_objdir ________________________
18:34:45 INFO - run_mach = <function run at 0x0000000004361828>
18:34:45 INFO - tmpdir = local('c:\\users\\task_1542216565\\appdata\\local\\temp\\pytest-of-task_1542216565\\pytest-1\\test_path_filtering_in_objdir0')
18:34:45 INFO - def test_path_filtering_in_objdir(run_mach, tmpdir):
18:34:45 INFO - srcdir_path = os.path.join(buildconfig.topsrcdir, 'a')
18:34:45 INFO - srcdir_path_2 = os.path.join(buildconfig.topsrcdir, 'a/b/c')
18:34:45 INFO - objdir_path = os.path.join(buildconfig.topobjdir, 'x')
18:34:45 INFO - objdir_path_2 = os.path.join(buildconfig.topobjdir, 'x/y/z')
18:34:45 INFO - other_path = str(tmpdir.join('other'))
18:34:45 INFO - data = run_mach('python', '-c', 'pass',
18:34:45 INFO - srcdir_path, srcdir_path_2,
18:34:45 INFO - objdir_path, objdir_path_2,
18:34:45 INFO - other_path,
18:34:45 INFO - cwd=buildconfig.topobjdir)
18:34:45 INFO - > assert len(data) == 1
18:34:45 INFO - E assert 0 == 1
18:34:45 INFO - E + where 0 = len([])
18:34:45 INFO - ..\python\mach\mach\test\test_telemetry.py:95: AssertionError
18:34:45 INFO - ==================== 1 failed, 5 passed in 118.02 seconds =====================
18:34:45 INFO - Setting retcode to 1 from z:\build\build\src\python\mach\mach\test\test_telemetry.py
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•