Closed Bug 1556311 Opened 5 years ago Closed 5 years ago

[mozharness][raptor] - Fix the error "Import error no module named ini"

Categories

(Testing :: Raptor, defect, P1)

Version 3
defect

Tracking

(firefox69 fixed)

RESOLVED FIXED
mozilla69
Tracking Status
firefox69 --- fixed

People

(Reporter: marauder, Assigned: marauder)

Details

Attachments

(1 file)

The patch from https://phabricator.services.mozilla.com/D22185 removed some files from mozharness that is causing the error : "Import error no module named ini" while running raptor tests.

08:12:53 ERROR - Traceback (most recent call last):
08:12:53 INFO - File "/home/marian.raiciof/MozillaProject/mozilla-central/testing/raptor/raptor/raptor.py", line 61, in <module>
08:12:53 INFO - from manifest import get_raptor_test_list
08:12:53 INFO - File "/home/marian.raiciof/MozillaProject/mozilla-central/testing/raptor/raptor/manifest.py", line 9, in <module>
08:12:53 INFO - from manifestparser import TestManifest
08:12:53 INFO - File "/home/marian.raiciof/MozillaProject/mozilla-central/testing/mozharness/manifestparser/init.py", line 6, in <module>
08:12:53 INFO - File "/home/marian.raiciof/MozillaProject/mozilla-central/testing/mozharness/manifestparser/manifestparser.py", line 13, in <module>
08:12:53 INFO - ImportError: No module named ini
08:12:53 ERROR - Return code: 1
08:12:53 WARNING - setting return code to 1
08:12:53 INFO - Killing logcat pid 8545.
08:12:53 CRITICAL - PERFHERDER_DATA was seen 0 times, expected 1.

Proposed solution:

  • raptor/raptor.py - remove SCRIPTSTPATH and mozharness from path
  • clean up raptor files and remove mozharness_dir instances
Assignee: nobody → marian.raiciof
Status: NEW → ASSIGNED
Priority: -- → P1
Pushed by dhunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/70af85b90c1d
Fix the error "ImportError: no module named ini" while running raptor tests. r=sparky
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: