Closed
Bug 1492182
Opened 7 years ago
Closed 7 years ago
./mach test-info gives 400 Client Error
Categories
(Testing Graveyard :: ActiveData, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tjr, Assigned: ekyle)
Details
When I run ./mach test-info netwerk/test/unit_ipc/test_multipart_streamconv_wrap.js (or any other test)
I get the following error:
HTTPError: 400 Client Error: BAD REQUEST for url: http://activedata.allizom.org/query
File "/Users/tritter/Documents/moz/mozilla-unified/testing/mach_commands.py", line 515, in test_info
self.set_test_name()
File "/Users/tritter/Documents/moz/mozilla-unified/testing/mach_commands.py", line 645, in set_test_name
data = self.submit(query)
File "/Users/tritter/Documents/moz/mozilla-unified/testing/mach_commands.py", line 682, in submit
response.raise_for_status()
File "/Users/tritter/Documents/moz/mozilla-unified/third_party/python/requests/requests/models.py", line 840, in raise_for_status
raise HTTPError(http_error_msg, response=self)
![]() |
||
Updated•7 years ago
|
Assignee: nobody → klahnakoski
Component: General → ActiveData
Assignee | ||
Comment 1•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•