gecko-dev/testing
Bastien Orivel b5e0d251ee Bug 1562043 - Fix a debug statement when processing webdriver requests. r=ato
Since we moved to warp, this debug statement was printing the
unprocessed path (i.e `/session/{sessionId}`) because the closure didn't
know about the real path that was called (it only knew about the route
that was triggered and the parameters that were passed).

I added a warp filter to get the unprocessed full path to be able to
make logging useful again. This also fixes the body which had an extra
Result around it when it was debugged.

Differential Revision: https://phabricator.services.mozilla.com/D37156

--HG--
extra : moz-landing-system : lando
2019-07-08 09:54:25 +00:00
..
awsy Bug 1559975 - convert testing/awsy to python3 syntax r=ahal 2019-07-02 17:26:13 +00:00
config Bug 1551262 - Remove mach support for jimdb; r=snorp 2019-05-13 20:52:29 +00:00
crashtest
extensions
firefox-ui Bug 1559975 - Fix python2 lint issues on testing/firefox-ui r=catlee 2019-07-05 14:35:42 +00:00
geckodriver bug 1559324: geckodriver: add HTTP HEAD request feature to changelog; r=ato a=doc 2019-06-25 13:18:20 +01:00
gtest Bug 1558598 - Force WebRender on or off in the gtest harness. r=ahal 2019-06-29 09:48:16 +00:00
jsshell
marionette Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
mochitest Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
modules Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
mozbase Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
mozharness Bug 1516985 - Uninstall Firefox Android app prior to installation to prevent INSTALL_FAILED_UPDATE_INCOMPATIBLE errors, r=davehunt 2019-07-05 18:40:39 +00:00
profiles Bug 1559798 - Begin polling for the results (runner.js) only after the pageload.js code has been invoked in the test page content r=acreskey,tarek 2019-06-19 20:56:16 +00:00
raptor Bug 1561699 - Record the android device temperature for Raptor android test runs r=acreskey 2019-07-04 17:03:34 +00:00
runtimes
specialpowers Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
talos Bug 1557305 - Modify autocomplete DAMP test. r=ochameau. 2019-07-08 09:25:10 +00:00
tools Bug 1559975 - convert testing/tools/iceserver to python3 syntax r=ahal 2019-07-05 14:28:35 +00:00
tps Bug 1559975 - convert testing/tps to python3 r=ahal 2019-07-02 18:04:40 +00:00
web-platform Bug 1563892 - Update cssparser to fix correctness issue with serialization. r=heycam 2019-07-08 04:51:08 +00:00
webdriver Bug 1562043 - Fix a debug statement when processing webdriver requests. r=ato 2019-07-08 09:54:25 +00:00
xpcshell Bug 1563824 - New error NS_ERROR_TOO_MANY_REQUESTS for 429 response r=mayhemer 2019-07-06 21:46:00 +00:00
addtest.py
cppunittest.ini Bug 1558350: Add TestNativeNt to cppunittest.ini; r=mhowell 2019-06-11 00:11:58 +00:00
mach_commands.py Bug 1558598 - Force WebRender on or off in the cppunit harness. r=ahal 2019-06-29 09:49:23 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py Bug 1558598 - Force WebRender on or off in the cppunit harness. r=ahal 2019-06-29 09:49:23 +00:00
runcppunittests.py Bug 1558598 - Force WebRender on or off in the cppunit harness. r=ahal 2019-06-29 09:49:23 +00:00
testsuite-targets.mk Bug 1553481 - Filter out pdbs from CPP_UNIT_TEST_BINS so we don't try to strip them r=firefox-build-system-reviewers,dmajor 2019-05-22 15:08:07 +00:00

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff