Closed Bug 1675631 Opened 5 years ago Closed 5 years ago

Intermittent [Tier 2] 0:09.21 testing/mozbase/manifestparser/tests/test_read_ini.py::test_multiline_skip TEST-UNEXPECTED-FAIL

Categories

(Testing :: Mozbase, defect, P5)

defect

Tracking

(firefox-esr78 unaffected, firefox82 unaffected, firefox83 unaffected, firefox84 fixed)

RESOLVED FIXED
84 Branch
Tracking Status
firefox-esr78 --- unaffected
firefox82 --- unaffected
firefox83 --- unaffected
firefox84 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: ahal)

References

(Regression)

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

Filed by: nbeleuzu [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=320873081&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BawuvmzWQBGMXw-zhF-01A/runs/0/artifacts/public/logs/live_backing.log


[task 2020-11-05T22:03:27.085Z]  0:09.20 platform win32 -- Python 3.6.5, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 -- Z:\task_1604612990\build\src\obj-x86_64-pc-mingw32\_virtualenvs\python-test\Scripts\python.exe
[task 2020-11-05T22:03:27.085Z]  0:09.20 rootdir: Z:\task_1604612990\build\src, inifile: Z:\task_1604612990\build\src\config\mozunit\mozunit\pytest.ini
[task 2020-11-05T22:03:27.086Z]  0:09.20 collecting ... collected 5 items
[task 2020-11-05T22:03:27.086Z]  0:09.21 
[task 2020-11-05T22:03:27.086Z]  0:09.21 testing/mozbase/manifestparser/tests/test_read_ini.py::test_inline_comments PASSED
[task 2020-11-05T22:03:27.086Z]  0:09.21 testing/mozbase/manifestparser/tests/test_read_ini.py::test_line_continuation PASSED
[task 2020-11-05T22:03:27.086Z]  0:09.21 testing/mozbase/manifestparser/tests/test_read_ini.py::test_dupes_error PASSED
[task 2020-11-05T22:03:27.086Z]  0:09.21 testing/mozbase/manifestparser/tests/test_read_ini.py::test_defaults_handling PASSED
[task 2020-11-05T22:03:27.086Z]  0:09.21 testing/mozbase/manifestparser/tests/test_read_ini.py::test_multiline_skip TEST-UNEXPECTED-FAIL
[task 2020-11-05T22:03:27.086Z]  0:09.21 
[task 2020-11-05T22:03:27.087Z]  0:09.21 ================================== FAILURES ===================================
[task 2020-11-05T22:03:27.087Z]  0:09.21 _____________________________ test_multiline_skip _____________________________
[task 2020-11-05T22:03:27.087Z]  0:09.21 
[task 2020-11-05T22:03:27.087Z]  0:09.21 parse_manifest = <function parse_manifest.<locals>.inner at 0x000001746C23ED90>
[task 2020-11-05T22:03:27.087Z]  0:09.21 
[task 2020-11-05T22:03:27.087Z]  0:09.21     def test_multiline_skip(parse_manifest):
[task 2020-11-05T22:03:27.087Z]  0:09.21         manifest = """
[task 2020-11-05T22:03:27.087Z]  0:09.21         [test_multiline_skip]
[task 2020-11-05T22:03:27.087Z]  0:09.21         skip-if =
[task 2020-11-05T22:03:27.087Z]  0:09.21             os == "mac"  # bug 123
[task 2020-11-05T22:03:27.087Z]  0:09.21             os == "linux" && debug  # bug 456
[task 2020-11-05T22:03:27.087Z]  0:09.21         """
[task 2020-11-05T22:03:27.087Z]  0:09.21 
[task 2020-11-05T22:03:27.087Z]  0:09.21         result = parse_manifest(manifest)[0][1]
[task 2020-11-05T22:03:27.087Z]  0:09.21 >       assert (
[task 2020-11-05T22:03:27.087Z]  0:09.21             result["skip-if"]
[task 2020-11-05T22:03:27.087Z]  0:09.21             == dedent(
[task 2020-11-05T22:03:27.088Z]  0:09.21                 """
[task 2020-11-05T22:03:27.088Z]  0:09.21             os == "mac"
[task 2020-11-05T22:03:27.088Z]  0:09.21             os == "linux" && debug
[task 2020-11-05T22:03:27.088Z]  0:09.21         """
[task 2020-11-05T22:03:27.088Z]  0:09.21             ).rstrip()
[task 2020-11-05T22:03:27.088Z]  0:09.21         )
[task 2020-11-05T22:03:27.088Z]  0:09.21 E       assert '\r\nos == "m...nux" && debug' == '\nos == "mac"...nux" && debug'
[task 2020-11-05T22:03:27.089Z]  0:09.21 E         -
[task 2020-11-05T22:03:27.089Z]  0:09.21 E         +
[task 2020-11-05T22:03:27.089Z]  0:09.21 E         - os == "mac"
[task 2020-11-05T22:03:27.089Z]  0:09.21 E         ?            -
[task 2020-11-05T22:03:27.090Z]  0:09.21 E         + os == "mac"
[task 2020-11-05T22:03:27.090Z]  0:09.21 E           os == "linux" && debug
[task 2020-11-05T22:03:27.090Z]  0:09.21 
[task 2020-11-05T22:03:27.090Z]  0:09.21 testing\mozbase\manifestparser\tests\test_read_ini.py:125: AssertionError
[task 2020-11-05T22:03:27.090Z]  0:09.21 ===================== 1 failed, 4 passed in 0.10 seconds ======================
[task 2020-11-05T22:03:27.090Z]  0:09.21 Setting retcode to 1 from Z:\task_1604612990\build\src\testing\mozbase\manifestparser\tests\test_read_ini.py
[task 2020-11-05T22:03:27.091Z]  0:09.21 Z:\task_1604612990\build\src\testing\mozbase\manifestparser\tests\test_convert_directory.py```
Summary: Intermittent 0:09.21 testing/mozbase/manifestparser/tests/test_read_ini.py::test_multiline_skip TEST-UNEXPECTED-FAIL → Intermittent [Tier 2] 0:09.21 testing/mozbase/manifestparser/tests/test_read_ini.py::test_multiline_skip TEST-UNEXPECTED-FAIL
Regressed by: 1675319

Set release status flags based on info from the regressing bug 1675319

Thanks for making the link Geoff!

Assignee: nobody → ahal
Status: NEW → ASSIGNED
Pushed by ahalberstadt@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/bf04bc2b1e9d Fix Windows failure in testing/mozbase/manifestparser/tests/test_read_ini.py, r=bc
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: